Searched refs:_channels (Results 1 – 5 of 5) sorted by relevance
342 struct iio_chan_spec *_channels; in magn_3d_parse_report() local373 _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()
92 static const struct iio_chan_spec _name ## _channels[] = { \
71 const struct iio_chan_spec name ## _channels[] = { \
1166 #define _AD74413R_CHANNELS(_channels) \ argument1168 .channels = _channels, \1169 .num_channels = ARRAY_SIZE(_channels), \1173 _AD74413R_CHANNELS(ad74413r_ ## name ## _channels)
1553 u32 _rate, _channels, _valid_bits; in sof_ipc4_is_single_format() local1557 _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()