Searched refs:consumer_channel (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/drivers/iio/adc/ |
D | axp20x_adc.c | 112 .consumer_channel = "vbus_v", 116 .consumer_channel = "vbus_i", 120 .consumer_channel = "acin_v", 124 .consumer_channel = "acin_i", 128 .consumer_channel = "batt_v", 132 .consumer_channel = "batt_chrg_i", 136 .consumer_channel = "batt_dischrg_i", 144 .consumer_channel = "batt_v", 148 .consumer_channel = "batt_chrg_i", 152 .consumer_channel = "batt_dischrg_i",
|
D | da9150-gpadc.c | 301 .consumer_channel = "CHAN_IBUS", 306 .consumer_channel = "CHAN_VBUS", 311 .consumer_channel = "CHAN_TJUNC", 316 .consumer_channel = "CHAN_VBAT",
|
D | lp8788_adc.c | 158 .consumer_channel = "lp8788_vbatt_5p0", 163 .consumer_channel = "lp8788_adc1",
|
/Linux-v4.19/include/linux/iio/ |
D | machine.h | 27 const char *consumer_channel; member 35 .consumer_channel = _consumer_channel, \
|
D | consumer.h | 43 const char *consumer_channel); 68 const char *consumer_channel);
|
/Linux-v4.19/drivers/staging/iio/Documentation/ |
D | inkernel.txt | 14 const char *consumer_channel; 24 Finally consumer_channel is a string identifying the channel to the consumer. 45 * matching consumer_channel against consumer_channel in the map
|
/Linux-v4.19/include/linux/extcon/ |
D | extcon-adc-jack.h | 60 const char *consumer_channel; member
|
/Linux-v4.19/drivers/extcon/ |
D | extcon-adc-jack.c | 131 data->chan = iio_channel_get(&pdev->dev, pdata->consumer_channel); in adc_jack_probe()
|
/Linux-v4.19/drivers/iio/ |
D | inkern.c | 295 strcmp(channel_name, c_i->map->consumer_channel) != 0)) in iio_channel_get_sys()
|