Searched refs:consumer_channel (Results 1 – 9 of 9) sorted by relevance
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
302 .consumer_channel = "CHAN_IBUS",307 .consumer_channel = "CHAN_VBUS",312 .consumer_channel = "CHAN_TJUNC",317 .consumer_channel = "CHAN_VBAT",
159 .consumer_channel = "lp8788_vbatt_5p0",164 .consumer_channel = "lp8788_adc1",
100 .consumer_channel = _consumer_channel, \
27 const char *consumer_channel; member
43 const char *consumer_channel);
59 const char *consumer_channel; member
139 data->chan = iio_channel_get(&pdev->dev, pdata->consumer_channel); in adc_jack_probe()
297 strcmp(channel_name, c_i->map->consumer_channel) != 0)) in iio_channel_get_sys()