Searched refs:values (Results 76 - 100 of 385) sorted by relevance

1234567891011>>

/linux-master/drivers/media/usb/dvb-usb/
H A Daf9005.c46 int readwrite, int type, u8 * values, int len)
85 st->data[8 + i] = values[i];
88 st->data[8] = values[0];
113 * identical values for st->data[5] to st->data[8].
126 values[i] = st->data[8 + i];
149 u8 * values, int len)
155 values, len);
159 debug_dump(values, len, deb_reg);
179 u8 * values, int len)
182 deb_reg("write %d registers %x values ", le
45 af9005_generic_read_write(struct dvb_usb_device *d, u16 reg, int readwrite, int type, u8 * values, int len) argument
148 af9005_read_ofdm_registers(struct dvb_usb_device *d, u16 reg, u8 * values, int len) argument
178 af9005_write_ofdm_registers(struct dvb_usb_device *d, u16 reg, u8 * values, int len) argument
229 af9005_usb_read_tuner_registers(struct dvb_usb_device *d, u16 reg, u8 * values, int len) argument
237 af9005_usb_write_tuner_registers(struct dvb_usb_device *d, u16 reg, u8 * values, int len) argument
245 af9005_write_tuner_registers(struct dvb_usb_device *d, u16 reg, u8 * values, int len) argument
298 af9005_read_tuner_registers(struct dvb_usb_device *d, u16 reg, u8 addr, u8 * values, int len) argument
510 af9005_read_eeprom(struct dvb_usb_device *d, u8 address, u8 * values, int len) argument
[all...]
/linux-master/drivers/mtd/nand/raw/
H A Dnand_hynix.c23 * @values: array of values to set in registers. The array size is equal to
29 u8 values[]; member in struct:hynix_read_retry
46 * @values: values that should be set in regs
54 const u8 *values; member in struct:hynix_read_retry_otp
110 const u8 *values; local
113 values = hynix->read_retry->values +
123 * This is done by setting pre-defined values i
[all...]
/linux-master/drivers/i2c/
H A Di2c-core-smbus.c213 * @values: Byte array into which data will be read; big enough to hold
225 u8 *values)
236 memcpy(values, &data.block[1], data.block[0]);
246 * @values: Byte array which will be written.
252 u8 length, const u8 *values)
259 memcpy(&data.block[1], values, length);
268 u8 length, u8 *values)
282 memcpy(values, &data.block[1], data.block[0]);
288 u8 length, const u8 *values)
295 memcpy(data.block + 1, values, lengt
224 i2c_smbus_read_block_data(const struct i2c_client *client, u8 command, u8 *values) argument
251 i2c_smbus_write_block_data(const struct i2c_client *client, u8 command, u8 length, const u8 *values) argument
267 i2c_smbus_read_i2c_block_data(const struct i2c_client *client, u8 command, u8 length, u8 *values) argument
287 i2c_smbus_write_i2c_block_data(const struct i2c_client *client, u8 command, u8 length, const u8 *values) argument
640 i2c_smbus_read_i2c_block_data_or_emulated(const struct i2c_client *client, u8 command, u8 length, u8 *values) argument
[all...]
/linux-master/drivers/gpu/drm/tegra/
H A Ddp.c334 u8 values[2], value; local
345 values[0] = drm_dp_link_rate_to_bw_code(link->rate);
346 values[1] = link->lanes;
349 values[1] |= DP_LANE_COUNT_ENHANCED_FRAME_EN;
351 err = drm_dp_dpcd_write(aux, DP_LINK_BW_SET, values, sizeof(values));
471 u8 values[4], pattern = 0; local
486 values[i] = DP_TRAIN_VOLTAGE_SWING_LEVEL(vs[i]) |
489 err = drm_dp_dpcd_write(aux, DP_TRAINING_LANE0_SET, values, lanes);
497 values[
[all...]
/linux-master/net/ax25/
H A Dax25_timer.c127 proto = ax25->ax25_dev->values[AX25_VALUES_PROTOCOL];
150 switch (ax25->ax25_dev->values[AX25_VALUES_PROTOCOL]) {
169 switch (ax25->ax25_dev->values[AX25_VALUES_PROTOCOL]) {
188 switch (ax25->ax25_dev->values[AX25_VALUES_PROTOCOL]) {
209 switch (ax25->ax25_dev->values[AX25_VALUES_PROTOCOL]) {
H A Dax25_ds_in.c37 ax25->window = ax25->ax25_dev->values[AX25_VALUES_WINDOW];
43 ax25->window = ax25->ax25_dev->values[AX25_VALUES_EWINDOW];
154 ax25->window = ax25->ax25_dev->values[AX25_VALUES_WINDOW];
157 ax25->window = ax25->ax25_dev->values[AX25_VALUES_EWINDOW];
/linux-master/samples/bpf/
H A Dxdp_tx_iptunnel_user.c55 __u64 values[nr_cpus], prev[nr_protos][nr_cpus]; local
68 values) == 0);
70 sum += (values[i] - prev[proto][i]);
75 memcpy(prev[proto], values, sizeof(values));
H A Dtracex2_user.c46 long values[nr_cpus]; local
59 bpf_map_lookup_elem(fd, &next_key, values);
62 value += values[i];
H A Dtest_map_in_map.bpf.c57 __array(values, struct inner_a); /* use inner_a as inner map */
65 __array(values, struct inner_a); /* use inner_a as inner map */
73 __array(values, struct inner_h); /* use inner_h as inner map */
/linux-master/drivers/iio/common/inv_sensors/
H A Dinv_sensors_timestamp.c27 acc->values[acc->idx++] = val;
28 if (acc->idx >= ARRAY_SIZE(acc->values))
31 /* compute the mean of all stored values, use 0 as empty slot */
32 for (i = 0; i < ARRAY_SIZE(acc->values); ++i) {
33 if (acc->values[i] == 0)
35 sum += acc->values[i];
51 /* current multiplier and period values after reset */
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dresources.h127 u64 values[__MLXSW_RES_ID_MAX]; member in struct:mlxsw_res
144 return res->values[res_id];
154 res->values[res_id] = value;
H A Dcore_acl_flex_keys.c14 * that will be used to store key/mask values. For each defined element type
435 void mlxsw_afk_values_add_u32(struct mlxsw_afk_element_values *values, argument
447 __mlxsw_item_set32(values->storage.key, storage_item, 0, key_value);
448 __mlxsw_item_set32(values->storage.mask, storage_item, 0, mask_value);
449 mlxsw_afk_element_usage_add(&values->elusage, element);
453 void mlxsw_afk_values_add_buf(struct mlxsw_afk_element_values *values, argument
467 __mlxsw_item_memcpy_to(values->storage.key, key_value,
469 __mlxsw_item_memcpy_to(values->storage.mask, mask_value,
471 mlxsw_afk_element_usage_add(&values->elusage, element);
518 struct mlxsw_afk_element_values *values,
516 mlxsw_afk_encode(struct mlxsw_afk *mlxsw_afk, struct mlxsw_afk_key_info *key_info, struct mlxsw_afk_element_values *values, char *key, char *mask) argument
[all...]
/linux-master/drivers/char/agp/
H A Dsis-agp.c27 struct aper_size_info_8 *values; local
30 values = A_SIZE_8(agp_bridge->driver->aperture_sizes);
32 if ((temp_size == values[i].size_value) ||
34 (values[i].size_value & ~(0x07)))) {
36 agp_bridge->current_size = (void *) (values + i);
39 return values[i].size;
/linux-master/drivers/platform/x86/hp/hp-bioscfg/
H A Denum-attributes.c26 * Validate input of current_value against possible values
244 pr_warn("Possible number values size value exceeded the maximum number of elements supported or data may be malformed\n");
277 * ignore strings when possible values size
338 int values; local
380 /* Report a message and limit possible values size to maximum value */
386 for (values = 0; values < enum_data->possible_values_size; values++) {
388 enum_data->possible_values[values],
389 sizeof(enum_data->possible_values[values]));
[all...]
H A Dorder-list-attributes.c42 * Validate input of current_value against possible values
51 * separators when reporting ordered-list values.
330 int values; local
374 for (values = 0; values < ordered_list_data->elements_size; values++) {
376 ordered_list_data->elements[values],
377 sizeof(ordered_list_data->elements[values]));
/linux-master/include/linux/mfd/
H A Dstmpe.h151 u8 *values);
153 const u8 *values);
H A Dtc3589x.h134 u8 *values);
136 const u8 *values);
141 * These values may be modified for fine tuning
/linux-master/drivers/gpu/drm/i915/gem/selftests/
H A Di915_gem_coherency.c312 u32 *offsets, *values; local
330 values = offsets + ncachelines;
370 values[n] = prandom_u32_state(&prng);
373 err = over->set(&ctx, offsets[n], ~values[n]);
382 err = write->set(&ctx, offsets[n], values[n]);
400 if (found != values[n]) {
403 write->name, values[n],
405 ~values[n], offsets[n]);
/linux-master/drivers/net/wireless/zydas/zd1211rw/
H A Dzd_chip.c89 /* Read a variable number of 32-bit values. Parameter count is not allowed to
92 int zd_ioread32v_locked(struct zd_chip *chip, u32 *values, const zd_addr_t *addr, argument
104 /* Use stack for values and addresses. */
125 values[i] = (v16[j] << 16) | v16[j+1];
139 /* Use stack for values and addresses. */
296 u32 *values, unsigned int count)
301 r = zd_ioread32v_locked(chip, values, addresses, count);
428 static int read_values(struct zd_chip *chip, u8 *values, size_t count, argument
443 values[i++] = v;
444 values[
295 zd_ioread32v(struct zd_chip *chip, const zd_addr_t *addresses, u32 *values, unsigned int count) argument
843 u32 values[3]; local
994 u16 values[4]; local
1004 dev_dbg_f(zd_chip_dev(chip), "FW_FIRMWARE_VER %#06hx\\n", values[0]); local
1005 dev_dbg_f(zd_chip_dev(chip), "FW_USB_SPEED %#06hx\\n", values[1]); local
1006 dev_dbg_f(zd_chip_dev(chip), "FW_FIX_TX_RATE %#06hx\\n", values[2]); local
1007 dev_dbg_f(zd_chip_dev(chip), "FW_LINK_STATUS %#06hx\\n", values[3]); local
1472 zd_rfwritev_locked(struct zd_chip *chip, const u32* values, unsigned int count, u8 bits) argument
1502 zd_rfwritev_cr_locked(struct zd_chip *chip, const u32 *values, unsigned int count) argument
1533 u32 values[2]; local
[all...]
/linux-master/arch/arm/boot/compressed/
H A Dhead-xscale.S15 @ Preserve r8/r7 i.e. kernel entry values
/linux-master/drivers/video/backlight/
H A Dili9320.c59 const struct ili9320_reg *values,
65 for (index = 0; index < nr_values; index++, values++) {
66 ret = ili9320_write(ili, values->address, values->value);
58 ili9320_write_regs(struct ili9320 *ili, const struct ili9320_reg *values, int nr_values) argument
/linux-master/tools/testing/selftests/bpf/progs/
H A Dbloom_filter_map.c31 __array(values, struct map_bloom_type);
/linux-master/tools/lib/perf/include/perf/
H A Devsel.h24 uint64_t values[5]; member in union:perf_counts_values::__anon149
/linux-master/arch/um/drivers/
H A Dvector_user.h55 char *values[MAXVARGS]; member in struct:arglist
/linux-master/include/linux/iio/common/
H A Dinv_sensors_timestamp.h33 * @val: current estimation of the value, the mean of all values
34 * @idx: current index of the next free place in values table
35 * @values: table of all measured values, use for computing the mean
40 uint32_t values[32]; member in struct:inv_sensors_timestamp_acc

Completed in 284 milliseconds

1234567891011>>