Searched refs:values (Results 201 - 225 of 385) sorted by relevance

1234567891011>>

/linux-master/drivers/video/backlight/
H A Dqcom-wled.c149 const u32 *values; member in struct:wled_var_cfg
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)
1301 return cfg->values[idx];
/linux-master/tools/testing/selftests/bpf/map_tests/
H A Dmap_percpu_stats.c64 static __u8 values[(8 << 10) * MAX_ENTRIES]; local
71 keys, values, &count,
318 * Upsert keys [0, n) under some competition: with random values from
319 * N_THREADS threads. Check values, then delete all elements and check
320 * values again.
/linux-master/kernel/
H A Dauditfilter.c419 /* Check for select valid field values */
476 f_val = data->values[i];
665 data->buflen += data->values[i] =
669 data->buflen += data->values[i] =
674 data->buflen += data->values[i] =
679 data->buflen += data->values[i] =
683 data->buflen += data->values[i] =
689 data->values[i] = AUDIT_UID_UNSET;
694 data->values[i] = f->val;
/linux-master/drivers/net/wireless/zydas/zd1211rw/
H A Dzd_chip.h395 /* Following three values are in time units (1024us)
728 /* All 16 bit values, offset from the address in FWRAW_REGS_ADDR */
760 /* integration values in the vendor driver */
796 static inline int zd_ioread16v_locked(struct zd_chip *chip, u16 *values, argument
801 return zd_usb_ioread16v(&chip->usb, values, addresses, count);
811 int zd_ioread32v_locked(struct zd_chip *chip, u32 *values,
861 const u32* values, unsigned int count, u8 bits);
863 const u32* values, unsigned int count);
873 u32 *values, unsigned int count);
H A Dzd_usb.h258 int zd_usb_ioread16v(struct zd_usb *usb, u16 *values,
/linux-master/fs/reiserfs/
H A Dsuper.c871 * those mount options that have values rather than being toggles.
901 /* list of values accepted by an option */
902 const arg_desc_t *values; member in struct:__anon1000
918 /* possible values for -o data= */
929 /* possible values for -o barrier= */
937 * possible values for "-o block-allocator=" and bits which are to be set in
1006 * with option values.
1086 if (!opt->values) {
1092 /* values possible for this option are listed in opt->values */
[all...]
/linux-master/lib/
H A Dxarray.c748 int count, int values)
750 if (!node || (!count && !values))
754 node->nr_values += values;
781 int values = 0; local
825 values += !xa_is_value(first) - !value;
844 update_node(xas, node, count, values);
1060 int values = 0; local
1084 values--;
1094 values += (xa_is_value(entry) - xa_is_value(curr)) *
1099 node->nr_values += values;
747 update_node(struct xa_state *xas, struct xa_node *node, int count, int values) argument
[all...]
/linux-master/tools/lib/bpf/
H A Dbpf.c524 void *out_batch, void *keys, void *values,
540 attr.batch.values = ptr_to_u64(values);
559 void *values, __u32 *count,
563 out_batch, keys, values, count, opts);
567 void *keys, void *values, __u32 *count,
571 fd, in_batch, out_batch, keys, values,
575 int bpf_map_update_batch(int fd, const void *keys, const void *values, __u32 *count, argument
579 (void *)keys, (void *)values, count, opts);
523 bpf_map_batch_common(int cmd, int fd, void *in_batch, void *out_batch, void *keys, void *values, __u32 *count, const struct bpf_map_batch_opts *opts) argument
558 bpf_map_lookup_batch(int fd, void *in_batch, void *out_batch, void *keys, void *values, __u32 *count, const struct bpf_map_batch_opts *opts) argument
566 bpf_map_lookup_and_delete_batch(int fd, void *in_batch, void *out_batch, void *keys, void *values, __u32 *count, const struct bpf_map_batch_opts *opts) argument
/linux-master/arch/m68k/fpsp040/
H A Ddo_func.S98 | These routines load forced values into fp0. They are called
286 | ;Tag values:
366 | ;Tag values:
440 | ;dtag values stag values:
500 | This code forces default values for the zero, inf, and nan cases
/linux-master/drivers/char/agp/
H A Dgeneric.c605 * Don't allow the mode register to override values. */
610 * Don't allow the mode register to override values. */
1345 struct aper_size_info_16 *values; local
1348 values = A_SIZE_16(agp_bridge->driver->aperture_sizes);
1351 if (temp_size == values[i].size_value) {
1353 agp_bridge->current_size = (void *) (values + i);
1356 return values[i].size;
/linux-master/security/tomoyo/
H A Dcommon.h207 /* Index numbers for type of numeric values. */
396 /* Index numbers for profile's PREFERENCE values. */
438 /* One of values in "enum tomoyo_path_acl_index". */
444 /* One of values in "enum tomoyo_path2_acl_index". */
452 /* One of values in "enum tomoyo_mkdev_acl_index". */
459 * One of values in
470 /* One of values smaller than TOMOYO_SOCK_MAX. */
472 /* One of values in "enum tomoyo_network_acl_index". */
478 /* One of values smaller than TOMOYO_SOCK_MAX. */
480 /* One of values i
527 unsigned long values[2]; member in struct:tomoyo_number_union
[all...]
H A Dcondition.c373 * Returns one of values in "enum tomoyo_conditions_index" on success,
938 /* Fetch values later. */
1062 /* Fetch values now. */
1065 min_v[0] = ptr->values[0];
1066 max_v[0] = ptr->values[1];
1069 /* Fetch values now. */
1079 if ((min_v[0] <= ptr->values[1] &&
1080 max_v[0] >= ptr->values[0]) == match)
/linux-master/tools/bpf/bpftool/
H A Dfeature.c437 char *values[ARRAY_SIZE(options)] = { }; local
478 values[i] || strcmp(buf, options[i].name))
481 values[i] = strdup(value);
488 print_kernel_option(options[i].name, values[i], define_prefix);
489 free(values[i]);
/linux-master/drivers/misc/
H A Dphantom.c143 iowrite32(rs.values[i], dev->oaddr + i);
174 rs.values[i] = ioread32(dev->iaddr + i);
307 iowrite32(r->values[i], dev->oaddr + i);
/linux-master/tools/net/ynl/lib/
H A Dnlspec.py111 get_mask for flags compute the mask of all defined values
134 for entry in self.entries.values():
141 for e in self.entries.values():
334 value numerical ID when serialized, None if req/rsp values differ
595 for op in self.msgs.values():
/linux-master/kernel/irq/
H A Dtimings.c61 * containing the timings is empty because all the values are
89 * and we can consider storing those interval values into an array
91 * of 2 of the index. For example, index 12 will contain values
94 * At the end we have an array of values where at each index defines a
95 * [2^index - 1, 2 ^ index] interval values allowing to store a large
96 * number of values inside a small array.
103 * for values 1800, 1123, 1453, ... fall under the same slot (10) and
148 * Example based on real values:
205 * which was calculated on the fly when storing the values, so the
479 * The timestamps are absolute time values, w
[all...]
H A Dinternals.h301 * @values: a circular buffer of u64 encoded <timestamp,irq> values
305 u64 values[IRQ_TIMINGS_SIZE]; member in struct:irq_timings
373 timings->values[timings->count & IRQ_TIMINGS_MASK] =
/linux-master/tools/testing/selftests/bpf/progs/
H A Dmap_kptr.c104 __array(values, struct inner_map_type); \
106 .values = { [0] = &inner_map_type }, \
/linux-master/drivers/iio/light/
H A Dcm32181.c98 * @values: pointer of array for return elements.
106 u64 *values, int count)
126 dev_warn(dev, "%s table contains %u values, only using first %d values\n",
132 values[i] = elem->integer.value;
181 * Initialize CM32181 ambient light sensor register to default values.
388 * Display the available integration time values by millisecond.
105 cm32181_acpi_get_cpm(struct device *dev, char *obj_name, u64 *values, int count) argument
/linux-master/kernel/trace/
H A Dtrace_events_user.c111 unsigned long values; member in struct:user_event_enabler
128 /* Only duplicate the bit and compat values */
131 #define ENABLE_BITOPS(e) (&(e)->values)
133 #define ENABLE_BIT(e) ((int)((e)->values & ENABLE_VAL_BIT_MASK))
192 * We only support 32 and 64 bit values. The only time we need
649 enabler->values = orig->values & ENABLE_VAL_DUP_MASK;
902 enabler->values = reg->enable_bit;
1171 * Parses the values of a field within the description
2505 /* Ensure no reserved values, sinc
[all...]
/linux-master/drivers/iio/magnetometer/
H A Daf8133j.c361 __le16 values[3]; member in struct:__anon152
368 ret = af8133j_read_measurement(data, sample.values);
/linux-master/sound/usb/
H A Dmixer_scarlett2.c174 /* some gui mixers can't handle negative ctl values */
178 * values are from 0 to 70, preamp gain is from 0 to 69 dB
293 * raw_autogain_status values.
296 * The other status values are from the raw_autogain_status value + 1.
446 * mute set to 1. 0x02 and 0x03 are temporary values while the device
2156 * these are only byte-sized values written through a shared
2293 * and put the values into private->mix[]
2327 * (values obtained from private->mix[])
2438 * In addition, the meter level data values returned from the
2441 * - the source is "Off"; therefore we set those values t
3266 char **values = kcalloc(inputs, sizeof(char *), GFP_KERNEL); local
3736 static const char *const values[2] = { local
4097 static const char *const values[2] = { local
4241 static const char *const values[2] = { local
4527 static const char *const values[3] = { local
4868 static const char *const values[3] = { local
5038 static const char *const values[3] = { local
5788 static const char *const values[3] = { local
6357 static const char *const values[3] = { local
[all...]
/linux-master/kernel/events/
H A Dcore.c1468 * both the above values in a consistent manner.
3401 * values when we flip the contexts.
3411 * Since we swizzled the values, update the user visible data too.
3555 * since those values are always verified under
4274 * events, thus the event count values are stable.
4412 * remove-on-exec, and feeds their values back to parent events.
5489 u64 read_format, u64 *values)
5536 values[n++] += leader->total_time_enabled +
5541 values[n++] += leader->total_time_running +
5548 values[
5488 __perf_read_group_add(struct perf_event *leader, u64 read_format, u64 *values) argument
5573 u64 *values; local
5613 u64 values[5]; local
7200 u64 values[5]; local
7227 u64 values[6]; local
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_acl_ctcam.c65 mlxsw_afk_encode(afk, region->key_info, &rulei->values, key, mask);
/linux-master/tools/testing/fault-injection/
H A Dfailcmd.sh56 The following values for FAILCMD_TYPE are recognized:

Completed in 368 milliseconds

1234567891011>>