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

1234567891011>>

/linux-master/drivers/iio/adc/
H A Dmt6360-adc.c265 u16 values[MT6360_CHAN_MAX]; member in struct:__anon79
278 data.values[i++] = val;
/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/drivers/gpu/drm/msm/registers/
H A Dgen_header.py22 self.values = []
25 for (n, value) in self.values:
31 return [n for (n, value) in self.values]
35 for (name, value) in self.values:
40 for (name, value) in self.values:
665 self.current_enum.values.append((attrs["name"], value))
/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.c749 int count, int values)
751 if (!node || (!count && !values))
755 node->nr_values += values;
782 int values = 0; local
826 values += !xa_is_value(first) - !value;
845 update_node(xas, node, count, values);
1075 int values = 0; local
1100 values--;
1110 values += (xa_is_value(entry) - xa_is_value(curr)) *
1115 node->nr_values += values;
748 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
597 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.h308 * @values: a circular buffer of u64 encoded <timestamp,irq> values
312 u64 values[IRQ_TIMINGS_SIZE]; member in struct:irq_timings
380 timings->values[timings->count & IRQ_TIMINGS_MASK] =
/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/drivers/iio/magnetometer/
H A Daf8133j.c361 __le16 values[3]; member in struct:__anon152
368 ret = af8133j_read_measurement(data, sample.values);
/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/kernel/events/
H A Dcore.c1468 * both the above values in a consistent manner.
3404 * values when we flip the contexts.
3414 * Since we swizzled the values, update the user visible data too.
3558 * since those values are always verified under
4293 * events, thus the event count values are stable.
4431 * remove-on-exec, and feeds their values back to parent events.
5508 u64 read_format, u64 *values)
5555 values[n++] += leader->total_time_enabled +
5560 values[n++] += leader->total_time_running +
5567 values[
5507 __perf_read_group_add(struct perf_event *leader, u64 read_format, u64 *values) argument
5592 u64 *values; local
5632 u64 values[5]; local
7211 u64 values[5]; local
7238 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 919 milliseconds

1234567891011>>