Home
last modified time | relevance | path

Searched refs:values (Results 426 - 450 of 795) sorted by relevance

1...<<11121314151617181920>>...32

/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
/kernel/linux/linux-5.10/fs/btrfs/
H A Dqgroup.c51 ret += qgroup->rsv.values[i]; in qgroup_rsv_total()
74 qgroup->rsv.values[type] += num_bytes; in qgroup_rsv_add()
82 if (qgroup->rsv.values[type] >= num_bytes) { in qgroup_rsv_release()
83 qgroup->rsv.values[type] -= num_bytes; in qgroup_rsv_release()
90 qgroup->rsv.values[type], num_bytes); in qgroup_rsv_release()
92 qgroup->rsv.values[type] = 0; in qgroup_rsv_release()
102 qgroup_rsv_add(fs_info, dest, src->rsv.values[i], i); in qgroup_rsv_add_by_qgroup()
112 qgroup_rsv_release(fs_info, dest, src->rsv.values[i], i); in qgroup_rsv_release_by_qgroup()
542 if (qgroup->rsv.values[i]) { in btrfs_check_quota_leak()
548 i, qgroup->rsv.values[ in btrfs_check_quota_leak()
[all...]
/kernel/linux/linux-6.6/fs/btrfs/
H A Dqgroup.c45 ret += qgroup->rsv.values[i]; in qgroup_rsv_total()
68 qgroup->rsv.values[type] += num_bytes; in qgroup_rsv_add()
76 if (qgroup->rsv.values[type] >= num_bytes) { in qgroup_rsv_release()
77 qgroup->rsv.values[type] -= num_bytes; in qgroup_rsv_release()
84 qgroup->rsv.values[type], num_bytes); in qgroup_rsv_release()
86 qgroup->rsv.values[type] = 0; in qgroup_rsv_release()
96 qgroup_rsv_add(fs_info, dest, src->rsv.values[i], i); in qgroup_rsv_add_by_qgroup()
106 qgroup_rsv_release(fs_info, dest, src->rsv.values[i], i); in qgroup_rsv_release_by_qgroup()
567 if (qgroup->rsv.values[i]) { in btrfs_check_quota_leak()
573 i, qgroup->rsv.values[ in btrfs_check_quota_leak()
[all...]
/kernel/linux/linux-5.10/drivers/video/backlight/
H A Dqcom-wled.c149 const u32 *values; member
1204 .values = wled3_boost_i_limit_values,
1213 .values = wled4_boost_i_limit_values,
1232 .values = wled3_ovp_values,
1241 .values = wled4_ovp_values,
1280 .values = wled4_string_i_limit_values,
1298 if (cfg->values) in wled_values()
1299 return cfg->values[idx]; in wled_values()
/kernel/linux/linux-5.10/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c642 PyObject *values; in set_sample_read_in_dict() local
656 values = PyList_New(sample->read.group.nr); in set_sample_read_in_dict()
658 values = PyList_New(1); in set_sample_read_in_dict()
660 if (!values) in set_sample_read_in_dict()
665 PyObject *t = get_sample_value_as_tuple(&sample->read.group.values[i]); in set_sample_read_in_dict()
666 PyList_SET_ITEM(values, i, t); in set_sample_read_in_dict()
670 PyList_SET_ITEM(values, 0, t); in set_sample_read_in_dict()
672 pydict_set_item_string_decref(dict_sample, "values", values); in set_sample_read_in_dict()
/kernel/linux/linux-5.10/kernel/bpf/
H A Dhashtab.c832 * zero-fill element values for other cpus (just as what happens when in pcpu_init_value()
834 * known initial values for cpus other than current one in pcpu_init_value()
1378 void *keys = NULL, *values = NULL, *value, *dst_key, *dst_val; in __htab_map_lookup_and_delete_batch() local
1379 void __user *uvalues = u64_to_user_ptr(attr->batch.values); in __htab_map_lookup_and_delete_batch()
1433 values = kvmalloc_array(value_size, bucket_size, GFP_USER | __GFP_NOWARN); in __htab_map_lookup_and_delete_batch()
1434 if (!keys || !values) { in __htab_map_lookup_and_delete_batch()
1444 dst_val = values; in __htab_map_lookup_and_delete_batch()
1481 kvfree(values); in __htab_map_lookup_and_delete_batch()
1552 copy_to_user(uvalues + total * value_size, values, in __htab_map_lookup_and_delete_batch()
1578 kvfree(values); in __htab_map_lookup_and_delete_batch()
[all...]
/kernel/linux/linux-6.6/drivers/video/backlight/
H A Dqcom-wled.c149 const u32 *values; member
1206 .values = wled3_boost_i_limit_values,
1215 .values = wled4_boost_i_limit_values,
1234 .values = wled3_ovp_values,
1243 .values = wled4_ovp_values,
1282 .values = wled4_string_i_limit_values,
1300 if (cfg->values) in wled_values()
1301 return cfg->values[idx]; in wled_values()
/kernel/linux/linux-6.6/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c682 PyObject *values; in set_sample_read_in_dict() local
696 values = PyList_New(sample->read.group.nr); in set_sample_read_in_dict()
698 values = PyList_New(1); in set_sample_read_in_dict()
700 if (!values) in set_sample_read_in_dict()
704 struct sample_read_value *v = sample->read.group.values; in set_sample_read_in_dict()
709 PyList_SET_ITEM(values, i, t); in set_sample_read_in_dict()
715 PyList_SET_ITEM(values, 0, t); in set_sample_read_in_dict()
717 pydict_set_item_string_decref(dict_sample, "values", values); in set_sample_read_in_dict()
/kernel/linux/linux-6.6/kernel/trace/
H A Dtrace_events_user.c118 unsigned long values; member
135 /* Only duplicate the bit and compat values */
138 #define ENABLE_BITOPS(e) (&(e)->values)
140 #define ENABLE_BIT(e) ((int)((e)->values & ENABLE_VAL_BIT_MASK))
197 * We only support 32 and 64 bit values. The only time we need in align_addr_bit()
630 enabler->values = orig->values & ENABLE_VAL_DUP_MASK; in user_event_enabler_dup()
883 enabler->values = reg->enable_bit; in user_event_enabler_create()
1152 * Parses the values of a field within the description
2410 /* Ensure no reserved values, sinc in user_unreg_get()
[all...]
/kernel/linux/linux-5.10/drivers/char/agp/
H A Dgeneric.c605 * Don't allow the mode register to override values. */ in agp_v3_parse_one()
610 * Don't allow the mode register to override values. */ in agp_v3_parse_one()
1345 struct aper_size_info_16 *values; in agp3_generic_fetch_size() local
1348 values = A_SIZE_16(agp_bridge->driver->aperture_sizes); in agp3_generic_fetch_size()
1351 if (temp_size == values[i].size_value) { in agp3_generic_fetch_size()
1353 agp_bridge->current_size = (void *) (values + i); in agp3_generic_fetch_size()
1356 return values[i].size; in agp3_generic_fetch_size()
/kernel/linux/linux-5.10/drivers/misc/lis3lv02d/
H A Dlis3lv02d.c51 * to keep the interrupt for the free-fall event. The values are updated at
67 /* Sensitivity values for -2G +2G scale */
73 * Below macros defines sensitivity values for +/-2G. Dataout bits for
151 * @hw_values: raw values returned by the hardware
164 * lis3lv02d_get_xyz - Get X, Y and Z axis values from the accelerometer
204 /* conversion btw sampling rate and the register values */
252 len = 1 << hweight_long(lis3->odr_mask); /* # of possible values */ in lis3lv02d_set_odr()
412 * BDU: (12 bits sensors only) LSB and MSB values are not updated until in lis3lv02d_poweron()
414 * Set BOOT bit to refresh factory tuning values. in lis3lv02d_poweron()
786 s16 values[ in lis3lv02d_selftest_show() local
[all...]
/kernel/linux/linux-6.6/drivers/misc/lis3lv02d/
H A Dlis3lv02d.c51 * to keep the interrupt for the free-fall event. The values are updated at
67 /* Sensitivity values for -2G +2G scale */
73 * Below macros defines sensitivity values for +/-2G. Dataout bits for
151 * @hw_values: raw values returned by the hardware
164 * lis3lv02d_get_xyz - Get X, Y and Z axis values from the accelerometer
204 /* conversion btw sampling rate and the register values */
252 len = 1 << hweight_long(lis3->odr_mask); /* # of possible values */ in lis3lv02d_set_odr()
412 * BDU: (12 bits sensors only) LSB and MSB values are not updated until in lis3lv02d_poweron()
414 * Set BOOT bit to refresh factory tuning values. in lis3lv02d_poweron()
786 s16 values[ in lis3lv02d_selftest_show() local
[all...]
/kernel/linux/linux-6.6/drivers/char/agp/
H A Dgeneric.c605 * Don't allow the mode register to override values. */ in agp_v3_parse_one()
610 * Don't allow the mode register to override values. */ in agp_v3_parse_one()
1345 struct aper_size_info_16 *values; in agp3_generic_fetch_size() local
1348 values = A_SIZE_16(agp_bridge->driver->aperture_sizes); in agp3_generic_fetch_size()
1351 if (temp_size == values[i].size_value) { in agp3_generic_fetch_size()
1353 agp_bridge->current_size = (void *) (values + i); in agp3_generic_fetch_size()
1356 return values[i].size; in agp3_generic_fetch_size()
/kernel/linux/linux-6.6/drivers/platform/x86/
H A Dmlx-platform.c310 /* Masks and default values for watchdogs */
505 .values = mlxplat_modular_upper_channel,
515 .values = mlxplat_modular_channels,
525 .values = mlxplat_msn21xx_channels,
535 .values = mlxplat_msn21xx_channels,
554 .values = mlxplat_rack_switch_channels,
564 .values = mlxplat_msn21xx_channels,
585 .values = mlxplat_ng800_channels,
595 .values = mlxplat_msn21xx_channels,
5609 mlxplat_mux_data[i].values in mlxplat_dmi_default_matched()
[all...]
/build/hb/util/loader/
H A Dgenerate_targets_gn.py78 for part_labels in parts_targets.values():
/build/
H A Dprint_python_deps.py29 module_paths = (m.__file__ for m in sys.modules.values()

Completed in 36 milliseconds

1...<<11121314151617181920>>...32