| /OK3568_Linux_fs/kernel/drivers/misc/habanalabs/include/gaudi/ |
| H A D | gaudi_async_ids_map_extended.h | 19 int valid; member 24 { .fc_id = 0, .cpu_id = 0, .valid = 0, .name = "" }, 25 { .fc_id = 1, .cpu_id = 1, .valid = 0, .name = "" }, 26 { .fc_id = 2, .cpu_id = 2, .valid = 0, .name = "" }, 27 { .fc_id = 3, .cpu_id = 3, .valid = 0, .name = "" }, 28 { .fc_id = 4, .cpu_id = 4, .valid = 0, .name = "" }, 29 { .fc_id = 5, .cpu_id = 5, .valid = 0, .name = "" }, 30 { .fc_id = 6, .cpu_id = 6, .valid = 0, .name = "" }, 31 { .fc_id = 7, .cpu_id = 7, .valid = 0, .name = "" }, 32 { .fc_id = 8, .cpu_id = 8, .valid = 0, .name = "" }, [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/ |
| H A D | mali_kbase_pbha.c | 31 /* Valid ID - fall through all */ in read_setting_valid() 48 /* Valid setting value - fall through all */ in read_setting_valid() 69 /* Valid ID - fall through all */ in write_setting_valid() 87 /* Valid setting value - fall through all */ in write_setting_valid() 107 /* specifies whether id and either one of settings is valid */ 109 /* specifies whether read setting is valid */ 111 /* specifies whether write setting is valid*/ 118 struct settings_status valid = { .overall = (id < SYSC_ALLOC_COUNT * sizeof(u32)) }; in settings_valid() local 120 if (valid.overall) { in settings_valid() 121 valid.read = read_setting_valid(id, read_setting); in settings_valid() [all …]
|
| H A D | mali_kbase_hwaccess_pm.h | 42 * @kbdev: The kbase device structure for the device (must be a valid pointer) 53 * @kbdev: The kbase device structure for the device (must be a valid pointer) 61 * @kbdev: The kbase device structure for the device (must be a valid pointer) 75 * @kbdev: The kbase device structure for the device (must be a valid pointer) 87 * @kbdev: The kbase device structure for the device (must be a valid pointer) 97 * @kbdev: The kbase device structure for the device (must be a valid pointer) 105 * @kbdev: The kbase device structure for the device (must be a valid pointer) 113 * @kbdev: The kbase device structure for the device (must be a valid pointer) 121 * @kbdev: The kbase device structure for the device (must be a valid pointer) 132 * @kbdev: The kbase device structure for the device (must be a valid pointer) [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/is_valid/ |
| H A D | interface.hpp | 127 \brief \brief_check{is valid (in the OGC sense)} 133 \return \return_check{is valid (in the OGC sense); 134 furthermore, the following geometries are considered valid: 150 \brief \brief_check{is valid (in the OGC sense)} 154 \return \return_check{is valid (in the OGC sense); 155 furthermore, the following geometries are considered valid: 170 \brief \brief_check{is valid (in the OGC sense)} 176 valid or not, and if not valid indicating the reason why 178 \return \return_check{is valid (in the OGC sense); 179 furthermore, the following geometries are considered valid: [all …]
|
| /OK3568_Linux_fs/kernel/arch/s390/include/asm/ |
| H A D | scsw.h | 385 * valid, zero otherwise. 397 * valid, zero otherwise. 409 * valid, zero otherwise. 421 * valid, zero otherwise. 434 * valid, zero otherwise. 446 * valid, zero otherwise. 458 * valid, zero otherwise. 470 * valid, zero otherwise. 482 * valid, zero otherwise. 494 * valid, zero otherwise. [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-class-power | 10 Valid values: Represented as string 19 Valid values: Represented as string 28 Valid values: Represented as string 37 Valid values: "Battery", "UPS", "Mains", "USB", "Wireless" 60 Valid values: Represented in microamps. Negative values are 77 Valid values: Represented in microamps 100 Valid values: Represented in microamps. Negative values are 120 Valid values: Represented in 1/10 Degrees Celsius 144 Valid values: Represented in 1/10 Degrees Celsius 169 Valid values: Represented in 1/10 Degrees Celsius [all …]
|
| /OK3568_Linux_fs/kernel/drivers/firmware/ |
| H A D | ti_sci.h | 594 * field is not valid and will not be used for route set. 596 * 0 - Valid bit for @dst_id 597 * 1 - Valid bit for @dst_host_irq 598 * 2 - Valid bit for @ia_id 599 * 3 - Valid bit for @vint 600 * 4 - Valid bit for @global_event 601 * 5 - Valid bit for @vint_status_bit_index 602 * 31 - Valid bit for @secondary_host 650 * The ring configuration fields are not valid, and will not be used for 651 * ring configuration, if their corresponding valid bit is zero. [all …]
|
| /OK3568_Linux_fs/u-boot/fs/yaffs2/ |
| H A D | yaffs_attribs.c | 103 unsigned int valid = attr->ia_valid; in yaffs_set_attribs() local 105 if (valid & ATTR_MODE) in yaffs_set_attribs() 107 if (valid & ATTR_UID) in yaffs_set_attribs() 109 if (valid & ATTR_GID) in yaffs_set_attribs() 112 if (valid & ATTR_ATIME) in yaffs_set_attribs() 114 if (valid & ATTR_CTIME) in yaffs_set_attribs() 116 if (valid & ATTR_MTIME) in yaffs_set_attribs() 119 if (valid & ATTR_SIZE) in yaffs_set_attribs() 130 unsigned int valid = 0; in yaffs_get_attribs() local 133 valid |= ATTR_MODE; in yaffs_get_attribs() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/acpi/ |
| H A D | thermal.c | 120 u8 valid:1; member 252 * 1.An invalid trip point becomes invalid or a valid trip point becomes invalid 270 int valid = 0; in acpi_thermal_trips_update() local 285 tz->trips.critical.flags.valid = 0; in acpi_thermal_trips_update() 291 tz->trips.critical.flags.valid = 0; in acpi_thermal_trips_update() 293 tz->trips.critical.flags.valid = 1; in acpi_thermal_trips_update() 298 if (tz->trips.critical.flags.valid == 1) { in acpi_thermal_trips_update() 300 tz->trips.critical.flags.valid = 0; in acpi_thermal_trips_update() 320 tz->trips.hot.flags.valid = 0; in acpi_thermal_trips_update() 325 tz->trips.hot.flags.valid = 1; in acpi_thermal_trips_update() [all …]
|
| /OK3568_Linux_fs/kernel/tools/perf/pmu-events/arch/x86/amdzen2/ |
| H A D | other.json | 28 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a t… 34 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a t… 40 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a t… 46 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a t… 52 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a t… 58 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a t… 64 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a t… 70 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a t… 76 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a t… 82 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a t… [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/backend/gpu/ |
| H A D | mali_kbase_pm_internal.h | 38 * @kbdev: The kbase device structure for the device (must be a valid pointer) 47 * @kbdev: The kbase device structure for the device (must be a valid pointer) 59 * @kbdev: The kbase device structure for the device (must be a valid 76 * @kbdev: The kbase device structure for the device (must be a valid pointer) 92 * @kbdev: The kbase device structure for the device (must be a valid pointer) 108 * @kbdev: The kbase device structure for the device (must be a valid pointer) 124 * @kbdev: The kbase device structure for the device (must be a valid 138 * @kbdev: The kbase device structure for the device (must be a valid 153 * @kbdev: The kbase device structure for the device (must be a valid pointer) 166 * @kbdev: The kbase device structure for the device (must be a valid pointer) [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/input/ |
| H A D | key_matrix.c | 24 * @param valid Number of valid keypresses to check 28 int valid) in has_ghosting() argument 33 if (!config->ghost_filter || valid < 3) in has_ghosting() 36 for (i = 0; i < valid; i++) { in has_ghosting() 41 for (j = i + 1; j < valid; j++) { in has_ghosting() 59 int valid, upto; in key_matrix_decode() local 64 for (valid = upto = 0; upto < num_keys; upto++) { in key_matrix_decode() 67 debug(" valid=%d, row=%d, col=%d\n", key->valid, key->row, in key_matrix_decode() 69 if (!key->valid) in key_matrix_decode() 76 if (valid < max_keycodes) in key_matrix_decode() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/staging/comedi/drivers/ |
| H A D | ni_routes.h | 48 * @n_route_sets: Number of route sets that are valid for this device. 49 * @routes: List of route sets that are valid for this device. 58 * struct ni_route_tables - Register values and valid routes for a device. 59 * @valid_routes: Pointer to a all valid route sets for a single device. 63 * Link to the valid src->dest routes and the register values used to assign 130 * cases given above; Otherwise, -1 if the specified route is not valid for 143 * without checking whether the route is valid for 149 * Return: -EINVAL if the specified route is not valid for this device family. 156 * is valid for the given NI comedi_device. 161 * Return: True if the route is valid, otherwise false. [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/ |
| H A D | mali_kbase_hwaccess_pm.h | 42 * @param kbdev The kbase device structure for the device (must be a valid 56 * @param kbdev The kbase device structure for the device (must be a valid 63 * @kbdev: The kbase device structure for the device (must be a valid pointer) 82 * @param kbdev The kbase device structure for the device (must be a valid 90 * @param kbdev The kbase device structure for the device (must be a valid 98 * @param kbdev The kbase device structure for the device (must be a valid 107 * @param kbdev The kbase device structure for the device (must be a valid 116 * @param kbdev The kbase device structure for the device (must be a valid 128 * valid pointer) 143 * @param kbdev The kbase device structure for the device (must be a valid [all …]
|
| /OK3568_Linux_fs/buildroot/dl/dbus/ |
| HD | dbus-1.12.20.tar.gz | ... dbus-1.12.20/test/data/valid-service-files-system/
dbus-1.12 ... |
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/pinctrl/ |
| H A D | pinctrl-mt7622.txt | 40 The following generic properties as defined in pinctrl-bindings.txt are valid 45 Valid values for these names are listed below. 47 group. Valid values for function names are listed below. 51 The following generic properties as defined in pinctrl-bindings.txt are valid 56 Valid values for these names are listed below. 58 Valid values for these names are listed below. 65 Valid arguments for 'slew-rate' are '0' for no slew rate controlled and '1' for 67 Valid arguments for 'drive-strength', 4, 8, 12, or 16 in mA. 69 The following specific properties as defined are valid to specify in a pinconf 74 cycle when asserted (high pulse width adjustment). Valid arguments are from 0 [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/ |
| H A D | test_core_reloc_kernel.c | 20 int valid[10]; member 52 out->valid[0] = (((uint64_t)pid << 32) | tgid) == pid_tgid; in test_core_kernel() 55 out->valid[1] = BPF_CORE_READ(task, in test_core_kernel() 57 out->valid[2] = BPF_CORE_READ(task, in test_core_kernel() 60 out->valid[3] = BPF_CORE_READ(task, in test_core_kernel() 63 out->valid[4] = BPF_CORE_READ(task, in test_core_kernel() 66 out->valid[5] = BPF_CORE_READ(task, in test_core_kernel() 70 out->valid[6] = BPF_CORE_READ(task, in test_core_kernel() 74 out->valid[7] = BPF_CORE_READ(task, in test_core_kernel() 78 out->valid[8] = BPF_CORE_READ(task, in test_core_kernel() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/hid/ |
| H A D | hid-uclogic-params.h | 52 * Only valid, if "desc_ptr" is not NULL. 57 /* Type of in-range reporting, only valid if "id" is not zero */ 62 * Only valid if "id" is not zero. 83 * Only valid, if "desc_ptr" is not NULL. 93 * byte boundary. Zero if not present. Only valid if "id" is not zero. 99 * if no changes to the report should be made. Only valid if "id" is 127 * Only valid, if "invalid" is false. 132 * Only valid, if "desc_ptr" is not NULL. 137 * Only valid, if "invalid" is false. 142 * Only valid if "pen_unused" is valid and false. [all …]
|
| /OK3568_Linux_fs/kernel/fs/nfs/ |
| H A D | inode.c | 376 if ((fattr->valid & NFS_ATTR_FATTR_V4_SECURITY_LABEL) && inode->i_security) { in nfs_setsecurity() 433 if (!(fattr->valid & NFS_ATTR_FATTR_FILEID) || in nfs_ilookup() 434 !(fattr->valid & NFS_ATTR_FATTR_TYPE)) in nfs_ilookup() 462 else if ((fattr->valid & NFS_ATTR_FATTR_FILEID) == 0) in nfs_fhget() 464 if ((fattr->valid & NFS_ATTR_FATTR_TYPE) == 0) in nfs_fhget() 487 if ((fattr->valid & NFS_ATTR_FATTR_MODE) == 0 in nfs_fhget() 502 if (fattr->valid & NFS_ATTR_FATTR_MOUNTPOINT || in nfs_fhget() 503 fattr->valid & NFS_ATTR_FATTR_V4_REFERRAL) { in nfs_fhget() 504 if (fattr->valid & NFS_ATTR_FATTR_V4_REFERRAL) in nfs_fhget() 532 if (fattr->valid & NFS_ATTR_FATTR_ATIME) in nfs_fhget() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/backend/gpu/ |
| H A D | mali_kbase_pm_internal.h | 38 * @kbdev: The kbase device structure for the device (must be a valid pointer) 47 * @kbdev: The kbase device structure for the device (must be a valid pointer) 57 * @kbdev: The kbase device structure for the device (must be a valid 74 * @kbdev: The kbase device structure for the device (must be a valid pointer) 90 * @kbdev: The kbase device structure for the device (must be a valid pointer) 106 * @kbdev: The kbase device structure for the device (must be a valid pointer) 122 * @kbdev: The kbase device structure for the device (must be a valid 136 * @kbdev: The kbase device structure for the device (must be a valid 156 * @kbdev: The kbase device structure for the device (must be a valid pointer) 165 * @kbdev: The kbase device structure for the device (must be a valid pointer) [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/tc-testing/tc-tests/actions/ |
| H A D | ife.json | 4 "name": "Create valid ife encode action with mark and pass control", 28 "name": "Create valid ife encode action with mark and pipe control", 52 "name": "Create valid ife encode action with mark and continue control", 76 "name": "Create valid ife encode action with mark and drop control", 100 "name": "Create valid ife encode action with mark and reclassify control", 124 "name": "Create valid ife encode action with mark and jump control", 148 "name": "Create valid ife encode action with mark value at 32-bit maximum", 194 "name": "Create valid ife encode action with prio and pass control", 218 "name": "Create valid ife encode action with prio and pipe control", 242 "name": "Create valid ife encode action with prio and continue control", [all …]
|
| /OK3568_Linux_fs/kernel/drivers/ide/ |
| H A D | ide-io-std.c | 90 void ide_tf_load(ide_drive_t *drive, struct ide_taskfile *tf, u8 valid) in ide_tf_load() argument 102 if (valid & IDE_VALID_FEATURE) in ide_tf_load() 104 if (valid & IDE_VALID_NSECT) in ide_tf_load() 106 if (valid & IDE_VALID_LBAL) in ide_tf_load() 108 if (valid & IDE_VALID_LBAM) in ide_tf_load() 110 if (valid & IDE_VALID_LBAH) in ide_tf_load() 112 if (valid & IDE_VALID_DEVICE) in ide_tf_load() 117 void ide_tf_read(ide_drive_t *drive, struct ide_taskfile *tf, u8 valid) in ide_tf_read() argument 129 if (valid & IDE_VALID_ERROR) in ide_tf_read() 131 if (valid & IDE_VALID_NSECT) in ide_tf_read() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mfd/ |
| H A D | max77693.txt | 53 Valid values: 3650000 - 4400000, step by 25000 (rounded down) 57 Valid values: 3000000 - 3700000, step by 100000 (rounded down) 63 Valid values: 70, 85, 100, 115 68 Valid values: 2000000 - 3500000, step by 250000 (rounded down) 75 Valid values: 4300000, 4700000, 4800000, 4900000 99 Valid values: 3300 - 5500, step by 25 (rounded down) 104 Valid values: 2400 - 3400, step by 33 (rounded down) 111 Valid values for a LED connected to one FLED output: 113 Valid values for a LED connected to both FLED outputs: 116 Valid values for a single LED connected to one FLED output [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/exynos4-is/ |
| H A D | fimc-is-param.h | 153 /* (only valid at DMA_INPUT_PLANE_2) */ 155 /* (only valid at DMA_INPUT_PLANE_2) */ 157 /* (only valid at DMA_INPUT_PLANE_1 & DMA_INPUT_FORMAT_YUV444) */ 159 /* (only valid at DMA_INPUT_FORMAT_YUV422 & DMA_INPUT_PLANE_1) */ 161 /* (only valid at DMA_INPUT_FORMAT_YUV422 & DMA_INPUT_PLANE_1) */ 163 /* (only valid at DMA_INPUT_FORMAT_YUV422 & DMA_INPUT_PLANE_1) */ 165 /* (only valid at DMA_INPUT_FORMAT_YUV422 & DMA_INPUT_PLANE_1) */ 167 /* (only valid at DMA_INPUT_FORMAT_YUV422 & DMA_INPUT_PLANE_1) */ 169 /* (only valid at DMA_INPUT_FORMAT_BAYER) */ 210 /* only valid at DMA_INPUT_PLANE_2) */ [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/sync/ |
| H A D | sync_alloc.c | 34 int timeline, valid; in test_alloc_timeline() local 37 valid = sw_sync_timeline_is_valid(timeline); in test_alloc_timeline() 38 ASSERT(valid, "Failure allocating timeline\n"); in test_alloc_timeline() 46 int timeline, fence, valid; in test_alloc_fence() local 49 valid = sw_sync_timeline_is_valid(timeline); in test_alloc_fence() 50 ASSERT(valid, "Failure allocating timeline\n"); in test_alloc_fence() 53 valid = sw_sync_fence_is_valid(fence); in test_alloc_fence() 54 ASSERT(valid, "Failure allocating fence\n"); in test_alloc_fence()
|