Searched refs:values (Results 176 - 200 of 385) sorted by relevance

1234567891011>>

/linux-master/drivers/iio/adc/
H A Ddln2-adc.c80 __le16 values[DLN2_ADC_MAX_CHANNELS]; member in struct:dln2_adc_get_all_vals
403 * values using DLN2_ADC_CHANNEL_GET_ALL_VAL to maintain
485 __le16 values[DLN2_ADC_MAX_CHANNELS]; member in struct:__anon313
502 memcpy((void *)data.values + t->to,
503 (void *)dev_data.values + t->from, t->length);
506 /* Zero padding space between values and timestamp */
508 memset((void *)data.values + dln2->ts_pad_offset,
H A Dad7606.c33 * so that when applied to the raw values they provide mV values
240 DECLARE_BITMAP(values, 3);
242 values[0] = val;
244 gpiod_set_array_value(ARRAY_SIZE(values), st->gpio_os->desc,
245 st->gpio_os->info, values); local
H A Dmt6360-adc.c265 u16 values[MT6360_CHAN_MAX]; member in struct:__anon79
278 data.values[i++] = val;
/linux-master/include/linux/
H A Di2c.h179 u8 command, u8 *values);
181 u8 command, u8 length, const u8 *values);
184 u8 command, u8 length, u8 *values);
186 u8 command, u8 length, const u8 *values);
189 u8 *values);
/linux-master/drivers/mfd/
H A Dstmpe.c92 u8 *values)
96 ret = stmpe->ci->read_block(stmpe, reg, length, values);
101 stmpe_dump_bytes("stmpe rd: ", values, length);
107 const u8 *values)
112 stmpe_dump_bytes("stmpe wr: ", values, length);
114 ret = stmpe->ci->write_block(stmpe, reg, length, values);
124 * @blocks: Mask of blocks (enum stmpe_block values) to enable
141 * @blocks: Mask of blocks (enum stmpe_block values) to enable
214 * @values: Buffer to write to
216 int stmpe_block_read(struct stmpe *stmpe, u8 reg, u8 length, u8 *values) argument
91 __stmpe_block_read(struct stmpe *stmpe, u8 reg, u8 length, u8 *values) argument
106 __stmpe_block_write(struct stmpe *stmpe, u8 reg, u8 length, const u8 *values) argument
235 stmpe_block_write(struct stmpe *stmpe, u8 reg, u8 length, const u8 *values) argument
[all...]
/linux-master/drivers/gpu/drm/radeon/
H A Dr600_cs.c248 static int r600_get_array_mode_alignment(struct array_mode_checker *values, argument
256 u32 macro_tile_width = values->nbanks;
257 u32 macro_tile_height = values->npipes;
258 u32 tile_bytes = tile_width * tile_height * values->blocksize * values->nsamples;
261 switch (values->array_mode) {
270 *pitch_align = max((u32)64, (u32)(values->group_size / values->blocksize));
273 *base_align = values->group_size;
277 (u32)(values
[all...]
/linux-master/drivers/power/supply/
H A Dsbs-battery.c357 static int sbs_read_string_data_fallback(struct i2c_client *client, u8 address, char *values) argument
419 memcpy(values, block_buffer + 1, block_length);
420 values[block_length] = '\0';
425 static int sbs_read_string_data(struct i2c_client *client, u8 address, char *values) argument
434 ret = sbs_read_string_data_fallback(client, address, values);
441 ret = i2c_smbus_read_block_data(client, address, values);
453 values[ret] = '\0';
621 /* returned values are 16 bit */
/linux-master/drivers/staging/fbtft/
H A Dfbtft-core.c540 /* override driver values? */
851 u32 *values; local
860 values = kmalloc_array(count + 1, sizeof(*values), GFP_KERNEL);
861 if (!values)
864 ret = device_property_read_u32_array(dev, "init", values, count);
871 val = values[++index];
880 "%s: Maximum register values exceeded\n",
886 val = values[++index];
916 val = values[
[all...]
/linux-master/drivers/staging/media/max96712/
H A Dmax96712.c96 u8 values[4]; local
99 values[i - 1] = (val >> ((val_count - i) * 8)) & 0xff;
101 return max96712_write_bulk(priv, reg, &values, val_count);
/linux-master/drivers/media/dvb-frontends/
H A Ditd1000.c196 u8 values[10]; /* RFTR, RFST1 - RFST9 */ member in struct:__anon82
241 itd1000_write_reg(state, RFTR, itd1000_fre_values[i].values[0]);
243 itd1000_write_reg(state, RFST1+j, itd1000_fre_values[i].values[j+1]);
/linux-master/tools/testing/selftests/bpf/
H A Dtest_bpftool_synctypes.py25 A parser for extracting set of values from blocks such as enums.
44 Parse a block and return a set of values. Values to extract must be
46 @pattern: pattern used to identify the values to extract
61 A parser for extracting a set of values from some BPF-related arrays.
96 A parser for extracting set of values from inline lists.
100 Parse a block and return a set of values. Multiple values to extract
102 @pattern: pattern used to identify the values to extract
118 several helper methods that wrap around parser objects to extract values
195 @enum_values: a set of enum values;
[all...]
/linux-master/drivers/gpu/drm/
H A Ddrm_mode_object.c259 obj->properties->values[count] = init_val;
275 * ensure consistency of values reported back to userspace through the
293 obj->properties->values[i] = val;
310 *val = obj->properties->values[i];
324 * their value in obj->properties->values[].. mostly to avoid
346 * out property values through the various ->atomic_get_property callbacks.
/linux-master/tools/lib/bpf/
H A Dbpf.h202 * The *keys* and *values* are output parameters which must point to memory large enough to
204 * buffer must be of *key_size* * *count*. The *values* buffer must be of
212 * @param values pointer to an array large enough for *count* values
224 void *keys, void *values, __u32 *count,
239 * @param values pointer to an array large enough for *count* values
247 * being returned via the *keys* and *values* output parameters.
254 void *values, __u32 *count,
259 * by specifying keys and their corresponding values
[all...]
/linux-master/arch/m68k/fpsp040/
H A Dx_ovfl.S17 | following values should be stored at the destination, based
/linux-master/net/ax25/
H A Dax25_std_timer.c130 ax25->window = ax25->ax25_dev->values[AX25_VALUES_WINDOW];
H A Dsysctl_net_ax25.c159 table[k].data = &ax25_dev->values[k];
/linux-master/security/tomoyo/
H A Dutil.c180 * Returns one of values in "enum tomoyo_value_type".
289 ptr->values[0] = v;
292 ptr->values[1] = v;
299 if (type == TOMOYO_VALUE_TYPE_INVALID || *data || ptr->values[0] > v)
301 ptr->values[1] = v;
/linux-master/drivers/iio/magnetometer/
H A Dhmc5843_core.c175 __be16 values[3]; local
185 values, sizeof(values));
190 *val = sign_extend32(be16_to_cpu(values[idx]), 15);
/linux-master/drivers/rtc/
H A Drtc-rx8025.c93 u8 number, u8 length, u8 *values)
96 values);
110 u8 number, u8 length, const u8 *values)
113 length, values);
92 rx8025_read_regs(const struct i2c_client *client, u8 number, u8 length, u8 *values) argument
109 rx8025_write_regs(const struct i2c_client *client, u8 number, u8 length, const u8 *values) argument
/linux-master/arch/arm/mach-shmobile/
H A Dheadsmp.S103 add r5, r5, r2 @ array of per-cpu mpidr values
/linux-master/lib/
H A Dtest_printf.c611 unsigned long values[] = {section, node, zone, last_cpupid, kasan_tag}; local
616 for (i = 0; i < ARRAY_SIZE(values); i++)
617 flags |= (values[i] & pft[i].mask) << pft[i].shift;
635 values[i] & pft[i].mask);
/linux-master/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; member in struct:drm_property
[all...]
/linux-master/tools/testing/selftests/resctrl/
H A Dresctrl.h113 } values[2]; member in struct:perf_event_read
122 * Memory location that consumes values compiler must not optimize away.
/linux-master/tools/testing/selftests/bpf/progs/
H A Dmap_ptr_kern.c356 __array(values, struct {
363 .values = { (void *)&inner_map, 0, 0, 0, 0, 0, 0, 0, 0 },
386 __array(values, struct inner_map);
388 .values = {
/linux-master/tools/testing/selftests/hid/tests/
H A Dtest_multitouch.py117 for features in self.parsed_rdesc.feature_reports.values():
121 for inputs in self.parsed_rdesc.input_reports.values():
136 for features in self.parsed_rdesc.feature_reports.values():
142 for r in self.parsed_rdesc.input_reports.values():
182 for v in self.parsed_rdesc.feature_reports.values():
201 for v in self.parsed_rdesc.feature_reports.values():
214 values = f.get_values(data)
215 assert len(values) == 1
216 value = values[0]
560 for feature in rdesc.feature_reports.values()
[all...]

Completed in 270 milliseconds

1234567891011>>