Searched refs:values (Results 176 - 200 of 385) sorted by last modified time

1234567891011>>

/linux-master/sound/soc/codecs/
H A Dadau1701.c305 DECLARE_BITMAP(values, 2);
311 __assign_bit(0, values, 0);
312 __assign_bit(1, values, 0);
315 __assign_bit(0, values, 0);
316 __assign_bit(1, values, 1);
319 __assign_bit(0, values, 1);
320 __assign_bit(1, values, 0);
324 __assign_bit(0, values, 1);
325 __assign_bit(1, values, 1);
330 values);
[all...]
/linux-master/drivers/infiniband/hw/hfi1/
H A Dverbs.c1703 u64 *values; local
1710 hfi1_read_cntrs(dd_from_ibdev(ibdev), NULL, &values); local
1711 values[num_dev_cntrs] = hfi1_sps_ints();
1713 values[num_dev_cntrs + i] = stats[i];
1718 hfi1_read_portcntrs(ppd_from_ibp(ibp), NULL, &values); local
1722 memcpy(stats->value, values, count * sizeof(u64));
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dadf_fw_counters.c33 u64 values[ADF_FW_COUNTERS_COUNT]; member in struct:adf_ae_counters
45 ae_counters->values[ADF_FW_REQUESTS] = req_count;
46 ae_counters->values[ADF_FW_RESPONSES] = resp_count;
179 ae_counters->values[i]);
238 * QAT acceleration device. The table stores device specific execution values
/linux-master/drivers/ata/
H A Dahci_imx.c831 const struct reg_value *values; member in struct:reg_property
914 .values = gpr13_tx_level,
919 .values = gpr13_tx_boost,
924 .values = gpr13_tx_atten,
929 .values = gpr13_rx_eq,
965 if (prop->values[j].of_value == of_val) {
967 prop->name, of_val, prop->values[j].reg_value);
968 reg_value |= prop->values[j].reg_value;
/linux-master/arch/m68k/fpsp040/
H A Dslogn.S38 | by k*log(2) + (log(F) + poly). The values of log(F) are calculated
51 | Note 1. There are 64 different possible values for F, thus 64 log(F)'s
52 | need to be tabulated. Moreover, the values of 1/F are also
/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/net/devlink/
H A Ddpipe.c335 struct devlink_dpipe_value *values,
347 err = devlink_dpipe_action_value_put(skb, &values[i]);
372 struct devlink_dpipe_value *values,
384 err = devlink_dpipe_match_value_put(skb, &values[i]);
334 devlink_dpipe_action_values_put(struct sk_buff *skb, struct devlink_dpipe_value *values, unsigned int values_count) argument
371 devlink_dpipe_match_values_put(struct sk_buff *skb, struct devlink_dpipe_value *values, unsigned int values_count) argument
/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/net/mdio/
H A Dmdio-mux-gpio.c26 DECLARE_BITMAP(values, BITS_PER_TYPE(desired_child));
31 values[0] = desired_child;
34 s->gpios->info, values);
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore_acl_flex_keys.h221 void mlxsw_afk_values_add_u32(struct mlxsw_afk_element_values *values,
224 void mlxsw_afk_values_add_buf(struct mlxsw_afk_element_values *values,
230 struct mlxsw_afk_element_values *values,
/linux-master/drivers/phy/motorola/
H A Dphy-mapphone-mdm6600.c176 DECLARE_BITMAP(values, PHY_MDM6600_NR_CMD_LINES);
178 values[0] = val;
182 ddata->cmd_gpios->info, values);
193 DECLARE_BITMAP(values, PHY_MDM6600_NR_STATUS_LINES);
202 values);
206 ddata->status = values[0] & ((1 << PHY_MDM6600_NR_STATUS_LINES) - 1);
/linux-master/tools/perf/scripts/python/
H A Dgecko.py312 threads = [thread._to_json_dict() for thread in tid_to_thread.values()]
376 # Access the values provided by the user
/linux-master/tools/lib/perf/include/perf/
H A Devent.h181 /* Number of mask values. */
191 /* Number of mask values. */
421 __u64 values[3]; member in union:perf_record_stat::__anon368
/linux-master/sound/soc/atmel/
H A Dmchp-pdmc.c131 .values = mchp_pdmc_sinc_filter_order_values,
/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]);
H A Dcx24120.c120 /* Demod values */
217 u8 reg, const u8 *values, u16 len, u8 incr)
236 memcpy(&msg.buf[1], values, msg.len);
239 values += msg.len; /* incr data pointer */
794 /* Retrieve current fec, modulation & pilot values */
822 /* save values back to cache */
945 /* Read current values? */
1043 /* Set fec_val & fec_mask values from delsys, modulation & fec */
1226 /* Write symbol rate values */
216 cx24120_writeregs(struct cx24120_state *state, u8 reg, const u8 *values, u16 len, u8 incr) argument
/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/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...]
/linux-master/drivers/mfd/
H A Dtc3589x.c79 * @values: Buffer to write to
81 int tc3589x_block_read(struct tc3589x *tc3589x, u8 reg, u8 length, u8 *values) argument
85 ret = i2c_smbus_read_i2c_block_data(tc3589x->i2c, reg, length, values);
99 * @values: Values to write
102 const u8 *values)
107 values);
101 tc3589x_block_write(struct tc3589x *tc3589x, u8 reg, u8 length, const u8 *values) argument
H A Dstmpe-i2c.c34 static int i2c_block_read(struct stmpe *stmpe, u8 reg, u8 length, u8 *values) argument
38 return i2c_smbus_read_i2c_block_data(i2c, reg, length, values);
42 const u8 *values)
46 return i2c_smbus_write_i2c_block_data(i2c, reg, length, values);
41 i2c_block_write(struct stmpe *stmpe, u8 reg, u8 length, const u8 *values) argument
/linux-master/drivers/mtd/nand/raw/
H A Dams-delta.c60 DECLARE_BITMAP(values, BITS_PER_TYPE(byte)) = { byte, };
63 data_gpiods->info, values);
71 DECLARE_BITMAP(values, BITS_PER_TYPE(byte)) = { byte, };
76 test_bit(i, values));
87 DECLARE_BITMAP(values, BITS_PER_TYPE(res)) = { 0, };
93 data_gpiods->info, values);
97 res = values[0];
/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
/linux-master/drivers/platform/x86/hp/hp-bioscfg/
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]));
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...]
/linux-master/drivers/misc/lis3lv02d/
H A Dlis3lv02d.c51 * to keep the interrupt for the free-fall event. The values are updated at
67 /* Sensitivity values for -2G +2G scale */
73 * Below macros defines sensitivity values for +/-2G. Dataout bits for
151 * @hw_values: raw values returned by the hardware
164 * lis3lv02d_get_xyz - Get X, Y and Z axis values from the accelerometer
204 /* conversion btw sampling rate and the register values */
252 len = 1 << hweight_long(lis3->odr_mask); /* # of possible values */
412 * BDU: (12 bits sensors only) LSB and MSB values are not updated until
414 * Set BOOT bit to refresh factory tuning values.
786 s16 values[ local
[all...]

Completed in 286 milliseconds

1234567891011>>