Searched refs:values (Results 226 - 250 of 385) sorted by relevance

1234567891011>>

/linux-master/sound/firewire/fireworks/
H A Dfireworks.h177 u32 values[]; member in struct:snd_efw_phys_meters
/linux-master/arch/arm/kernel/
H A Dhead-common.S116 strne r10, [r3] @ Save control register values
/linux-master/drivers/pcmcia/
H A Dsoc_common.c273 * provide hard-coded values as per the CF 3.0 spec.
353 DECLARE_BITMAP(values, 2);
358 __assign_bit(n++, values, state->flags & SS_RESET);
362 __assign_bit(n++, values, state->flags & SS_OUTPUT_ENA);
366 gpiod_set_array_value_cansleep(n, descs, NULL, values);
/linux-master/arch/arm/mach-pxa/
H A Dsleep.S141 @ All needed values are now in registers.
/linux-master/tools/perf/scripts/python/
H A Dtask-analyzer.py59 return iter(d.values())
198 # min values for summary depending on the header
330 fmt = " {{:^{}}}".format(sum(db["task_info"].values()))
332 sum(db["runtime_info"].values()) - 2 * decimal_precision
338 sum(db["inter_times"].values()) - 4 * decimal_precision
347 values are being displayed in grey. Thus in their format two additional {},
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/usr/
H A Dgen_initramfs.sh26 -d <date> Use date for all file mtime values
/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/sound/soc/codecs/
H A Dtas571x.c146 unsigned int reg, const long values[], size_t len)
159 put_unaligned_be32(values[i], p);
177 unsigned int reg, long values[], size_t len)
211 values[i] = get_unaligned_be32(p);
223 * coefficients with more than 26 bits. For this reason we allow values
145 tas571x_reg_write_multiword(struct i2c_client *client, unsigned int reg, const long values[], size_t len) argument
176 tas571x_reg_read_multiword(struct i2c_client *client, unsigned int reg, long values[], size_t len) argument
/linux-master/drivers/media/pci/mgb4/
H A Dmgb4_vin.c704 const struct mgb4_i2c_kv *values; local
711 values = gmsl_i2c;
716 values = fpdl3_i2c;
726 rv = mgb4_i2c_configure(&vindev->deser, values, values_count);
828 /* Set the FPGA registers default values */
831 /* Set the deserializer default values */
/linux-master/drivers/input/mouse/
H A Dcyapa.c92 u8 *values)
106 .buf = values,
124 * @values: Data to be written
129 size_t len, const void *values)
139 memcpy(&buf[1], values, len);
600 * default values after probe and initialized.
91 cyapa_i2c_read(struct cyapa *cyapa, u8 reg, size_t len, u8 *values) argument
128 cyapa_i2c_write(struct cyapa *cyapa, u8 reg, size_t len, const void *values) argument
/linux-master/drivers/rtc/
H A Drtc-rv8803.c97 u8 reg, u8 count, u8 *values)
103 ret = i2c_smbus_read_i2c_block_data(client, reg, count, values);
130 u8 reg, u8 count, const u8 *values)
137 values);
327 * sensible values. Reset them fully.
593 /* configure registers with values different than the Power-On reset defaults */
96 rv8803_read_regs(const struct i2c_client *client, u8 reg, u8 count, u8 *values) argument
129 rv8803_write_regs(const struct i2c_client *client, u8 reg, u8 count, const u8 *values) argument
/linux-master/tools/testing/selftests/hid/tests/
H A Dtest_wacom_generic.py63 """Fill a report with approrpiate HID properties/values."""
73 Placeholder for HID report values.
99 """Fill a report with approrpiate HID properties/values."""
110 Contains values used to identify a specific stylus, e.g. its serial
124 """Fill a report with approrpiate HID properties/values."""
133 Range of HID physical values, with units.
301 for v in self.parsed_rdesc.feature_reports.values():
514 *desc.input_reports.values(),
515 *desc.feature_reports.values(),
516 *desc.output_reports.values(),
[all...]
/linux-master/fs/btrfs/
H A Dqgroup.h203 u64 values[BTRFS_QGROUP_RSV_LAST]; member in struct:btrfs_qgroup_rsv
H A Dqgroup.c64 ret += qgroup->rsv.values[i];
87 qgroup->rsv.values[type] += num_bytes;
95 if (qgroup->rsv.values[type] >= num_bytes) {
96 qgroup->rsv.values[type] -= num_bytes;
103 qgroup->rsv.values[type], num_bytes);
105 qgroup->rsv.values[type] = 0;
115 qgroup_rsv_add(fs_info, dest, src->rsv.values[i], i);
125 qgroup_rsv_release(fs_info, dest, src->rsv.values[i], i);
609 if (qgroup->rsv.values[i]) {
615 i, qgroup->rsv.values[
[all...]
/linux-master/sound/pci/hda/
H A Dcs35l56_hda.c861 u32 values[HDA_MAX_COMPONENTS];
888 if (ret > ARRAY_SIZE(values)) {
894 ret = device_property_read_u32_array(cs35l56->base.dev, property, values, nval);
900 if (values[i] == id) {
859 u32 values[HDA_MAX_COMPONENTS]; local
/linux-master/include/sound/
H A Dsoc.h223 .mask = xmask, .items = xitems, .texts = xtexts, .values = xvalues}
229 .values = xvalues, .autodisable = 1}
1265 const unsigned int *values; member in struct:soc_enum
1289 if (!e->values)
1293 if (val == e->values[i])
1302 if (!e->values)
1305 return e->values[item];
/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...]
/linux-master/drivers/net/ethernet/cortina/
H A Dgemini.c2024 struct ethtool_stats *estats, u64 *values)
2035 p = values;
2042 values = p;
2046 p = values;
2056 values = p;
2060 p = values;
2064 *values++ = port->tx_frag_stats[i];
2067 *values++ = port->tx_frags_linearized;
2068 *values++ = port->tx_hw_csummed;
2023 gmac_get_ethtool_stats(struct net_device *netdev, struct ethtool_stats *estats, u64 *values) argument
/linux-master/drivers/platform/x86/
H A Dmlx-platform.c310 /* Masks and default values for watchdogs */
505 .values = mlxplat_modular_upper_channel,
515 .values = mlxplat_modular_channels,
525 .values = mlxplat_msn21xx_channels,
535 .values = mlxplat_msn21xx_channels,
554 .values = mlxplat_rack_switch_channels,
564 .values = mlxplat_msn21xx_channels,
585 .values = mlxplat_ng800_channels,
595 .values = mlxplat_msn21xx_channels,
5609 mlxplat_mux_data[i].values
[all...]
/linux-master/tools/testing/selftests/bpf/progs/
H A Dverifier_ref_tracking.c71 __array(values, void (void));
73 .values = {
/linux-master/drivers/input/touchscreen/
H A Dzinitix.c152 u16 reg, void *values, size_t length)
162 ret = i2c_master_recv(client, (u8 *)values, length);
151 zinitix_read_data(struct i2c_client *client, u16 reg, void *values, size_t length) argument
/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/drivers/s390/cio/
H A Dchp.c175 } while (reference_buf.values[0] != buf->values[0]);
/linux-master/tools/perf/util/
H A Dstat.c275 *ps->aggr[0].counts.values = avg_stats(&ps->res_stats);
335 * not read the values from the second CPU.
500 count = ps->aggr[0].counts.values;

Completed in 246 milliseconds

1234567891011>>