Home
last modified time | relevance | path

Searched refs:values (Results 1501 - 1525 of 2939) sorted by relevance

1...<<61626364656667686970>>...118

/kernel/linux/linux-6.6/arch/arm/mach-shmobile/
H A Dheadsmp.S103 add r5, r5, r2 @ array of per-cpu mpidr values
/kernel/linux/linux-5.10/drivers/misc/habanalabs/include/gaudi/
H A Dgaudi_packets.h78 __le64 values[0]; /* data starts here */ member
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/
H A Dacpi.h127 u8 values[ACPI_GEO_TABLE_SIZE]; member
/kernel/linux/linux-5.10/sound/soc/tegra/
H A Dtegra210_ahub.h50 .values = xvalues, \
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dhiddev.h136 __s32 values[HID_MAX_MULTI_USAGES]; member
/kernel/linux/linux-5.10/net/ax25/
H A Dsysctl_net_ax25.c159 table[k].data = &ax25_dev->values[k]; in ax25_register_dev_sysctl()
/kernel/linux/linux-5.10/include/drm/
H A Ddrm_property.h33 * 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 Dgaudi2_packets.h83 __le64 values[]; /* data starts here */ member
/kernel/linux/linux-6.6/include/net/
H A Dbond_options.h82 /* 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 Ddrm_property.h33 * 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 Dhiddev.h136 __s32 values[HID_MAX_MULTI_USAGES]; member
/kernel/linux/linux-6.6/drivers/accel/habanalabs/include/gaudi/
H A Dgaudi_packets.h78 __le64 values[]; /* data starts here */ member
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/uc/abi/
H A Dguc_actions_slpc_abi.h40 * 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 Dsample.h16 /* 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 Dhiddev.h99 __s32 values[HID_MAX_MULTI_USAGES]; member
/kernel/linux/linux-6.6/net/ax25/
H A Dsysctl_net_ax25.c159 table[k].data = &ax25_dev->values[k]; in ax25_register_dev_sysctl()
/kernel/linux/linux-6.6/sound/soc/tegra/
H A Dtegra210_ahub.h50 .values = xvalues, \
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dhiddev.h99 __s32 values[HID_MAX_MULTI_USAGES]; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dhiddev.h86 __s32 values[HID_MAX_MULTI_USAGES]; member
/third_party/gn/src/gn/
H A Dfunction_forward_variables_from.cc21 // 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 Dutils.py80 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 Dplruns.h181 * 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 DGenderInfoTest.java42 for (Gender g : Gender.values()) { in TestOne()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
H A DEraRulesTest.java24 for (CalType calType : CalType.values()) { in testAPIs()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DGenderInfoTest.java39 for (Gender g : Gender.values()) { in TestOne()

Completed in 13 milliseconds

1...<<61626364656667686970>>...118