Searched refs:devm_iio_channel_get (Results 1 – 15 of 15) sorted by relevance
| /linux/drivers/power/supply/ |
| H A D | lego_ev3_battery.c | 167 batt->iio_v = devm_iio_channel_get(dev, "voltage"); in lego_ev3_battery_probe() 173 batt->iio_i = devm_iio_channel_get(dev, "current"); in lego_ev3_battery_probe()
|
| H A D | mp2629_charger.c | 591 charger->iiochan[i] = devm_iio_channel_get(dev, in mp2629_charger_probe()
|
| H A D | cpcap-charger.c | 826 ddata->channels[i] = devm_iio_channel_get(ddata->dev, in cpcap_charger_init_iio()
|
| /linux/include/linux/iio/ |
| H A D | consumer.h | 65 struct iio_channel *devm_iio_channel_get(struct device *dev,
|
| /linux/drivers/iio/dac/ |
| H A D | dpot-dac.c | 190 dac->dpot = devm_iio_channel_get(dev, "dpot"); in dpot_dac_probe()
|
| H A D | ad8460.c | 829 state->tmp_adc_channel = devm_iio_channel_get(dev, "ad8460-tmp"); in ad8460_probe()
|
| /linux/drivers/thermal/qcom/ |
| H A D | qcom-spmi-mbg-tm.c | 227 chip->adc = devm_iio_channel_get(&pdev->dev, "thermal"); in mbg_tm_probe()
|
| /linux/drivers/iio/light/ |
| H A D | cm3605.c | 196 cm3605->aout = devm_iio_channel_get(dev, "aout"); in cm3605_probe()
|
| /linux/sound/soc/codecs/ |
| H A D | audio-iio-aux.c | 283 iio_aux_chan->iio_chan = devm_iio_channel_get(dev, iio_aux_chan->name); in audio_iio_aux_probe()
|
| /linux/drivers/iio/adc/ |
| H A D | envelope-detector.c | 348 env->dac = devm_iio_channel_get(dev, "dac"); in envelope_detector_probe()
|
| /linux/drivers/iio/ |
| H A D | inkern.c | 405 struct iio_channel *devm_iio_channel_get(struct device *dev, in devm_iio_channel_get() function 421 EXPORT_SYMBOL_NS_GPL(devm_iio_channel_get, "IIO_CONSUMER");
|
| /linux/drivers/iio/multiplexer/ |
| H A D | iio-mux.c | 349 parent = devm_iio_channel_get(dev, "parent"); in mux_probe()
|
| /linux/drivers/iio/afe/ |
| H A D | iio-rescale.c | 531 source = devm_iio_channel_get(dev, NULL); in rescale_probe()
|
| /linux/drivers/hwmon/ |
| H A D | ntc_thermistor.c | 612 chan = devm_iio_channel_get(dev, NULL); in ntc_thermistor_parse_props()
|
| /linux/Documentation/driver-api/driver-model/ |
| H A D | devres.rst | 296 devm_iio_channel_get()
|