Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/iio/adc/
H A Daxp20x_adc.c109 .consumer_channel = "vbus_v",
113 .consumer_channel = "vbus_i",
117 .consumer_channel = "acin_v",
121 .consumer_channel = "acin_i",
125 .consumer_channel = "batt_v",
129 .consumer_channel = "batt_chrg_i",
133 .consumer_channel = "batt_dischrg_i",
141 .consumer_channel = "batt_v",
145 .consumer_channel = "batt_chrg_i",
149 .consumer_channel
[all...]
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 Dlp8788_adc.c155 .consumer_channel = "lp8788_vbatt_5p0",
160 .consumer_channel = "lp8788_adc1",
/kernel/linux/linux-6.6/drivers/iio/adc/
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 Dda9150-gpadc.c297 .consumer_channel = "CHAN_IBUS",
302 .consumer_channel = "CHAN_VBUS",
307 .consumer_channel = "CHAN_TJUNC",
312 .consumer_channel = "CHAN_VBAT",
H A Dlp8788_adc.c155 .consumer_channel = "lp8788_vbatt_5p0",
160 .consumer_channel = "lp8788_adc1",
/kernel/linux/linux-5.10/include/linux/iio/
H A Dmachine.h17 * @consumer_channel: Unique name used to identify the channel on the
24 const char *consumer_channel; member
32 .consumer_channel = _consumer_channel, \
H A Dconsumer.h35 * @consumer_channel: Unique name to identify the channel on the consumer
40 const char *consumer_channel);
54 * @consumer_channel: Unique name to identify the channel on the consumer
65 const char *consumer_channel);
/kernel/linux/linux-6.6/include/linux/iio/
H A Dmachine.h17 * @consumer_channel: Unique name used to identify the channel on the
24 const char *consumer_channel; member
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);
/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/drivers/extcon/
H A Dextcon-adc-jack.c127 data->chan = devm_iio_channel_get(&pdev->dev, pdata->consumer_channel); in adc_jack_probe()
/kernel/linux/linux-6.6/drivers/extcon/
H A Dextcon-adc-jack.c127 data->chan = devm_iio_channel_get(&pdev->dev, pdata->consumer_channel); in adc_jack_probe()
/kernel/linux/linux-5.10/drivers/iio/
H A Dinkern.c294 strcmp(channel_name, c_i->map->consumer_channel) != 0)) in iio_channel_get_sys()
/kernel/linux/linux-6.6/drivers/iio/
H A Dinkern.c344 strcmp(channel_name, c_i->map->consumer_channel) != 0)) in iio_channel_get_sys()

Completed in 9 milliseconds