/kernel/linux/linux-6.6/arch/arm/mach-shmobile/ |
H A D | headsmp.S | 103 add r5, r5, r2 @ array of per-cpu mpidr values
|
/kernel/linux/linux-5.10/drivers/misc/habanalabs/include/gaudi/ |
H A D | gaudi_packets.h | 78 __le64 values[0]; /* data starts here */ member
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/ |
H A D | acpi.h | 127 u8 values[ACPI_GEO_TABLE_SIZE]; member
|
/kernel/linux/linux-5.10/sound/soc/tegra/ |
H A D | tegra210_ahub.h | 50 .values = xvalues, \
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | hiddev.h | 136 __s32 values[HID_MAX_MULTI_USAGES]; member
|
/kernel/linux/linux-5.10/net/ax25/ |
H A D | sysctl_net_ax25.c | 159 table[k].data = &ax25_dev->values[k]; in ax25_register_dev_sysctl()
|
/kernel/linux/linux-5.10/include/drm/ |
H A D | drm_property.h | 33 * struct drm_property_enum - symbolic values for enumerations 35 * @head: list of enum values, linked to &drm_property.enum_list 51 * of the property with the set of permissible values. This means that when a 91 * Range properties report their minimum and maximum admissible unsigned values. 92 * The KMS core verifies that values set by application fit in that 97 * Range properties report their minimum and maximum admissible unsigned values. 98 * The KMS core verifies that values set by application fit in that 104 * the number of enumerated values defined by the property minus one, 107 * numerical value to get and set property instance values. Enum 112 * restrict all enumerated values t 177 uint64_t *values; global() member [all...] |
/kernel/linux/linux-6.6/drivers/accel/habanalabs/include/gaudi2/ |
H A D | gaudi2_packets.h | 83 __le64 values[]; /* data starts here */ member
|
/kernel/linux/linux-6.6/include/net/ |
H A D | bond_options.h | 82 /* This structure is used for storing option values and for passing option 83 * values when changing an option. The logic when used as an arg is as follows: 113 /* supported values which this option can have, can be a subset of 116 const struct bond_opt_value *values; member
|
/kernel/linux/linux-6.6/include/drm/ |
H A D | drm_property.h | 33 * struct drm_property_enum - symbolic values for enumerations 34 * @head: list of enum values, linked to &drm_property.enum_list 58 * of the property with the set of permissible values. This means that when a 98 * Range properties report their minimum and maximum admissible unsigned values. 99 * The KMS core verifies that values set by application fit in that 104 * Range properties report their minimum and maximum admissible unsigned values. 105 * The KMS core verifies that values set by application fit in that 111 * the number of enumerated values defined by the property minus one, 114 * numerical value to get and set property instance values. Enum 119 * restrict all enumerated values t 184 uint64_t *values; global() member [all...] |
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | hiddev.h | 136 __s32 values[HID_MAX_MULTI_USAGES]; member
|
/kernel/linux/linux-6.6/drivers/accel/habanalabs/include/gaudi/ |
H A D | gaudi_packets.h | 78 __le64 values[]; /* data starts here */ member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/uc/abi/ |
H A D | guc_actions_slpc_abi.h | 40 * the host will not need to modify the default values used by SLPC. 41 * SLPC remembers the default values which allows the host to easily restore 186 u32 values[SLPC_MAX_OVERRIDE_PARAMETERS]; member
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | sample.h | 16 /* Cached values/mask filled by first register access. */ 39 struct sample_read_value *values; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | hiddev.h | 99 __s32 values[HID_MAX_MULTI_USAGES]; member
|
/kernel/linux/linux-6.6/net/ax25/ |
H A D | sysctl_net_ax25.c | 159 table[k].data = &ax25_dev->values[k]; in ax25_register_dev_sysctl()
|
/kernel/linux/linux-6.6/sound/soc/tegra/ |
H A D | tegra210_ahub.h | 50 .values = xvalues, \
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | hiddev.h | 99 __s32 values[HID_MAX_MULTI_USAGES]; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | hiddev.h | 86 __s32 values[HID_MAX_MULTI_USAGES]; member
|
/third_party/gn/src/gn/ |
H A D | function_forward_variables_from.cc | 21 // called in a template to forward all values, but there will be some in ForwardAllValues() 58 // Don't allow clobbering existing values. in ForwardValuesFromList() 66 "existing values. If you want to\nmerge lists, you'll need to " in ForwardValuesFromList() 93 exist. This is normally used in the context of templates to use the values of 143 # It forwards all values from the invoker. 163 // This function takes a ListNode rather than a resolved vector of values
|
/third_party/icu/icu4c/source/python/icutools/databuilder/ |
H A D | utils.py | 80 for t in zip(*request.repeat_with.values()) 127 # Filter for unique values. NOTE: Cannot use set() because we need to accept same filename as
|
/third_party/icu/icu4c/source/layoutex/layout/ |
H A D | plruns.h | 181 * Construct a <code>pl_valueRuns</code> object from pre-existing arrays of values 184 * @param values is the address of an array of values. This array must remain valid until 195 pl_openValueRuns(const le_int32 *values, 200 * Construct an empty <code>pl_valueRuns</code> object. Clients can add values and limits
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
H A D | GenderInfoTest.java | 42 for (Gender g : Gender.values()) { in TestOne()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
H A D | EraRulesTest.java | 24 for (CalType calType : CalType.values()) { in testAPIs()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
H A D | GenderInfoTest.java | 39 for (Gender g : Gender.values()) { in TestOne()
|