Searched refs:consumer_channel (Results 1 - 8 of 8) sorted by relevance

/linux-master/include/linux/iio/
H A Dmachine.h17 * @consumer_channel: Unique name used to identify the channel on the
24 const char *consumer_channel; member in struct:iio_map
32 .consumer_channel = _consumer_channel, \
H A Dconsumer.h36 * @consumer_channel: Unique name to identify the channel on the consumer
41 const char *consumer_channel);
55 * @consumer_channel: Unique name to identify the channel on the consumer
66 const char *consumer_channel);
104 * @consumer_channel: Unique name to identify the channel on the consumer
116 * @consumer_channel: Unique name to identify the channel on the consumer
128 const char *consumer_channel);
/linux-master/include/linux/extcon/
H A Dextcon-adc-jack.h40 * @consumer_channel: Unique name to identify the channel on the consumer
56 const char *consumer_channel; member in struct:adc_jack_pdata
/linux-master/drivers/iio/adc/
H A Dda9150-gpadc.c297 .consumer_channel = "CHAN_IBUS",
302 .consumer_channel = "CHAN_VBUS",
307 .consumer_channel = "CHAN_TJUNC",
312 .consumer_channel = "CHAN_VBAT",
H A Daxp20x_adc.c110 .consumer_channel = "vbus_v",
114 .consumer_channel = "vbus_i",
118 .consumer_channel = "acin_v",
122 .consumer_channel = "acin_i",
126 .consumer_channel = "batt_v",
130 .consumer_channel = "batt_chrg_i",
134 .consumer_channel = "batt_dischrg_i",
142 .consumer_channel = "batt_v",
146 .consumer_channel = "batt_chrg_i",
150 .consumer_channel
[all...]
H A Dlp8788_adc.c155 .consumer_channel = "lp8788_vbatt_5p0",
160 .consumer_channel = "lp8788_adc1",
/linux-master/drivers/extcon/
H A Dextcon-adc-jack.c127 data->chan = devm_iio_channel_get(&pdev->dev, pdata->consumer_channel);
/linux-master/drivers/iio/
H A Dinkern.c344 strcmp(channel_name, c_i->map->consumer_channel) != 0))

Completed in 263 milliseconds