Searched refs:consumer_channel (Results 1 - 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/drivers/iio/adc/ |
H A D | axp20x_adc.c | 109 .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 D | da9150-gpadc.c | 297 .consumer_channel = "CHAN_IBUS", 302 .consumer_channel = "CHAN_VBUS", 307 .consumer_channel = "CHAN_TJUNC", 312 .consumer_channel = "CHAN_VBAT",
|
H A D | lp8788_adc.c | 155 .consumer_channel = "lp8788_vbatt_5p0", 160 .consumer_channel = "lp8788_adc1",
|
/kernel/linux/linux-6.6/drivers/iio/adc/ |
H A D | axp20x_adc.c | 110 .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 D | da9150-gpadc.c | 297 .consumer_channel = "CHAN_IBUS", 302 .consumer_channel = "CHAN_VBUS", 307 .consumer_channel = "CHAN_TJUNC", 312 .consumer_channel = "CHAN_VBAT",
|
H A D | lp8788_adc.c | 155 .consumer_channel = "lp8788_vbatt_5p0", 160 .consumer_channel = "lp8788_adc1",
|
/kernel/linux/linux-5.10/include/linux/iio/ |
H A D | machine.h | 17 * @consumer_channel: Unique name used to identify the channel on the 24 const char *consumer_channel; member 32 .consumer_channel = _consumer_channel, \
|
H A D | consumer.h | 35 * @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 D | machine.h | 17 * @consumer_channel: Unique name used to identify the channel on the 24 const char *consumer_channel; member 32 .consumer_channel = _consumer_channel, \
|
H A D | consumer.h | 36 * @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 D | extcon-adc-jack.h | 40 * @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 D | extcon-adc-jack.h | 40 * @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 D | extcon-adc-jack.c | 127 data->chan = devm_iio_channel_get(&pdev->dev, pdata->consumer_channel); in adc_jack_probe()
|
/kernel/linux/linux-6.6/drivers/extcon/ |
H A D | extcon-adc-jack.c | 127 data->chan = devm_iio_channel_get(&pdev->dev, pdata->consumer_channel); in adc_jack_probe()
|
/kernel/linux/linux-5.10/drivers/iio/ |
H A D | inkern.c | 294 strcmp(channel_name, c_i->map->consumer_channel) != 0)) in iio_channel_get_sys()
|
/kernel/linux/linux-6.6/drivers/iio/ |
H A D | inkern.c | 344 strcmp(channel_name, c_i->map->consumer_channel) != 0)) in iio_channel_get_sys()
|
Completed in 10 milliseconds