Home
last modified time | relevance | path

Searched refs:_channels (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/iio/magnetometer/
H A Dhid-sensor-magn-3d.c342 struct iio_chan_spec *_channels; in magn_3d_parse_report() local
373 _channels = devm_kcalloc(&pdev->dev, attr_count, in magn_3d_parse_report()
376 if (!_channels) { in magn_3d_parse_report()
397 (_channels[*chan_count]) = magn_3d_channels[i]; in magn_3d_parse_report()
398 (_channels[*chan_count]).scan_index = *chan_count; in magn_3d_parse_report()
399 (_channels[*chan_count]).address = i; in magn_3d_parse_report()
404 _channels[*chan_count].scan_type = (struct iio_scan_type) { in magn_3d_parse_report()
420 *channels = _channels; in magn_3d_parse_report()
/linux/drivers/iio/adc/
H A Dti-adc081c.c92 static const struct iio_chan_spec _name ## _channels[] = { \
H A Dti-tlc4541.c71 const struct iio_chan_spec name ## _channels[] = { \
/linux/drivers/iio/addac/
H A Dad74413r.c1166 #define _AD74413R_CHANNELS(_channels) \ argument
1168 .channels = _channels, \
1169 .num_channels = ARRAY_SIZE(_channels), \
1173 _AD74413R_CHANNELS(ad74413r_ ## name ## _channels)
/linux/sound/soc/sof/
H A Dipc4-topology.c1553 u32 _rate, _channels, _valid_bits; in sof_ipc4_is_single_format() local
1557 _channels = SOF_IPC4_AUDIO_FORMAT_CFG_CHANNELS_COUNT(fmt->fmt_cfg); in sof_ipc4_is_single_format()
1560 if (_rate != rate || _channels != channels || _valid_bits != valid_bits) in sof_ipc4_is_single_format()