Searched refs:values (Results 51 - 75 of 385) sorted by relevance

1234567891011>>

/linux-master/tools/testing/selftests/bpf/progs/
H A Dlinked_list.h43 __array(values, struct array_map);
45 .values = {
H A Dmap_in_map_btf.c32 __array(values, struct inner_array_type);
34 .values = {
H A Dverifier_map_in_map.c13 __array(values, struct {
H A Dverifier_runtime_jit.c17 __array(values, void (void));
19 .values = {
30 __array(values, void (void));
32 .values = {
H A Dlsm.c68 __array(values, struct inner_map);
70 .values = { [0] = &inner_map },
77 __array(values, struct inner_map);
79 .values = { [0] = &inner_map },
H A Dtimer_mim.c30 __array(values, struct inner_map);
32 .values = { [ARRAY_KEY] = &inner_htab },
H A Dlocal_storage_bench.c15 __array(values, struct {
28 __array(values, struct {
/linux-master/drivers/i2c/muxes/
H A Di2c-mux-reg.c86 unsigned *values; local
123 values = devm_kcalloc(&pdev->dev,
124 mux->data.n_values, sizeof(*mux->data.values),
126 if (!values)
130 of_property_read_u32(child, "reg", values + i);
133 mux->data.values = values;
216 ret = i2c_mux_add_adapter(muxc, nr, mux->data.values[i], 0);
/linux-master/lib/
H A Dlinear_ranges.c3 * helpers to map values in a linear range to range index
18 * linear_range_values_in_range - return the amount of values in a range
19 * @r: pointer to linear range where values are counted
21 * Compute the amount of values in range pointed by @r. Note, values can
23 * 3 values even though they are all equal.
25 * Return: the amount of values in range pointed by @r
36 * linear_range_values_in_range_array - return the amount of values in ranges
37 * @r: pointer to array of linear ranges where values are counted
40 * Compute the amount of values i
52 int values; local
[all...]
/linux-master/drivers/char/agp/
H A Dvia-agp.c28 struct aper_size_info_8 *values; local
30 values = A_SIZE_8(agp_bridge->driver->aperture_sizes);
33 if (temp == values[i].size_value) {
35 agp_bridge->current_size = (void *) (values + i);
37 return values[i].size;
110 struct aper_size_info_16 *values; local
112 values = A_SIZE_16(agp_bridge->driver->aperture_sizes);
117 if (temp == values[i].size_value) {
119 agp_bridge->current_size = (void *) (values + i);
121 return values[
[all...]
/linux-master/drivers/net/bonding/
H A Dbond_options.c248 .values = bond_mode_tbl,
256 .values = bond_pps_tbl,
263 .values = bond_xmit_hashtype_tbl,
272 .values = bond_arp_validate_tbl,
279 .values = bond_arp_all_targets_tbl,
287 .values = bond_fail_over_mac_tbl,
296 .values = bond_intmax_tbl,
305 .values = bond_missed_max_tbl,
326 .values = bond_intmax_tbl,
333 .values
[all...]
/linux-master/drivers/mux/
H A Dgpio.c26 DECLARE_BITMAP(values, BITS_PER_TYPE(state));
29 bitmap_from_arr32(values, &value, BITS_PER_TYPE(value));
33 mux_gpio->gpios->info, values);
/linux-master/drivers/iio/test/
H A Diio-test-rescale.c651 int values[2]; local
658 values[0] = t->schan_val;
659 values[1] = t->schan_val2;
662 &values[0], &values[1]);
664 ret = iio_format_value(buff, ret, 2, values);
681 int values[2]; local
687 values[0] = t->schan_val;
688 values[1] = t->schan_val2;
692 &values[
[all...]
/linux-master/drivers/auxdisplay/
H A Dseg-led-gpio.c35 DECLARE_BITMAP(values, 8) = { };
37 bitmap_set_value8(values, map_to_seg7(&map->map.seg7, linedisp->buf[0]), 0);
40 priv->segment_gpios->info, values);
/linux-master/drivers/video/fbdev/matrox/
H A Dmatroxfb_DAC1064.c597 /* maybe cmdline MCLK= ?, doc says gclk=44MHz, mclk=66MHz... it was 55/83 with old values */
721 pci_write_config_dword(minfo->pcidev, PCI_OPTION3_REG, minfo->values.reg.opt3 & ~0x00300C03);
724 if (((minfo->values.reg.opt3 & 0x000003) == 0x000003) ||
725 ((minfo->values.reg.opt3 & 0x000C00) == 0x000C00) ||
726 ((minfo->values.reg.opt3 & 0x300000) == 0x300000)) {
727 matroxfb_g450_setclk(minfo, minfo->values.pll.video, M_VIDEO_PLL);
737 matroxfb_g450_setclk(minfo, minfo->values.pll.system, M_SYSTEM_PLL);
741 pci_write_config_dword(minfo->pcidev, PCI_OPTION3_REG, minfo->values.reg.opt3);
754 minfo->hw.MXoptionReg |= 0x00207E00 & minfo->values.reg.opt;
756 pci_write_config_dword(minfo->pcidev, PCI_OPTION2_REG, minfo->values
[all...]
/linux-master/include/uapi/linux/
H A Dphantom.h26 __u32 values[8]; member in struct:phm_regs
/linux-master/drivers/input/touchscreen/
H A Dcyttsp_core.h102 const void *values);
104 void *values);
141 u8 length, const void *values);
143 u8 length, void *values);
/linux-master/drivers/video/backlight/
H A Dili9320.h63 const struct ili9320_reg *values,
/linux-master/drivers/mfd/
H A Dstmpe-spi.c36 static int spi_block_read(struct stmpe *stmpe, u8 reg, u8 length, u8 *values) argument
44 *(values + i) = ret;
51 const u8 *values)
56 ret = spi_reg_write(stmpe, reg, *(values + i - 1));
50 spi_block_write(struct stmpe *stmpe, u8 reg, u8 length, const u8 *values) argument
/linux-master/drivers/media/pci/mgb4/
H A Dmgb4_i2c.h33 const struct mgb4_i2c_kv *values, size_t count);
/linux-master/drivers/gpu/drm/
H A Ddrm_property.c50 * Property values are only 64bit. To support bigger piles of data (like gamma
87 * @num_values: number of pre-defined values
117 property->values = kcalloc(num_values, sizeof(uint64_t),
119 if (!property->values)
137 kfree(property->values);
148 * @props: enumeration lists with property values
149 * @num_values: number of pre-defined values
156 * Userspace is only allowed to set one of the predefined values for enumeration
197 * @supported_bits: bitmask of all supported enumeration values
205 * or'ed together combination of the predefined property bitflag values
[all...]
/linux-master/tools/perf/util/
H A Dbpf_counter.c234 struct bpf_perf_event_value values[num_cpu_bpf]; local
256 err = bpf_map_lookup_elem(reading_map_fd, &key, values);
268 counts->val += values[bpf_cpu].counter;
269 counts->ena += values[bpf_cpu].enabled;
270 counts->run += values[bpf_cpu].running;
617 struct bpf_perf_event_value values[num_cpu_bpf]; local
630 err = bpf_map_lookup_elem(reading_map_fd, &i, values);
639 counts->val = values[entry.cpu].counter;
640 counts->ena = values[entry.cpu].enabled;
641 counts->run = values[entr
[all...]
/linux-master/net/rds/
H A Dstats.c85 uint64_t *values, const char *const *names, size_t nr)
94 ctr.value = values[i];
84 rds_stats_info_copy(struct rds_info_iterator *iter, uint64_t *values, const char *const *names, size_t nr) argument
/linux-master/tools/kvm/kvm_stat/
H A Dkvm_stat17 - in an all keys, all values format
457 } values[nr];
611 the values that can be filtered.
613 Trace events can be filtered for special values by setting a
635 specific values. To take account for that, the routine below
944 self.values = {}
962 # also clear the cache of old values.
963 self.values = {}
968 self.values = {}
990 self.values
[all...]
/linux-master/drivers/bus/
H A Dts-nbus.c80 * the data gpios are used for reading and writing values, their directions
104 DECLARE_BITMAP(values, 8);
106 values[0] = 0;
109 ts_nbus->data->info, values);
150 DECLARE_BITMAP(values, 8);
152 values[0] = byte;
154 gpiod_set_array_value_cansleep(8, gpios->desc, gpios->info, values);

Completed in 239 milliseconds

1234567891011>>