Home
last modified time | relevance | path

Searched refs:devm_iio_channel_get (Results 1 – 15 of 15) sorted by relevance

/linux/drivers/power/supply/
H A Dlego_ev3_battery.c167 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 Dmp2629_charger.c591 charger->iiochan[i] = devm_iio_channel_get(dev, in mp2629_charger_probe()
H A Dcpcap-charger.c826 ddata->channels[i] = devm_iio_channel_get(ddata->dev, in cpcap_charger_init_iio()
/linux/include/linux/iio/
H A Dconsumer.h65 struct iio_channel *devm_iio_channel_get(struct device *dev,
/linux/drivers/iio/dac/
H A Ddpot-dac.c190 dac->dpot = devm_iio_channel_get(dev, "dpot"); in dpot_dac_probe()
H A Dad8460.c829 state->tmp_adc_channel = devm_iio_channel_get(dev, "ad8460-tmp"); in ad8460_probe()
/linux/drivers/thermal/qcom/
H A Dqcom-spmi-mbg-tm.c227 chip->adc = devm_iio_channel_get(&pdev->dev, "thermal"); in mbg_tm_probe()
/linux/drivers/iio/light/
H A Dcm3605.c196 cm3605->aout = devm_iio_channel_get(dev, "aout"); in cm3605_probe()
/linux/sound/soc/codecs/
H A Daudio-iio-aux.c283 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 Denvelope-detector.c348 env->dac = devm_iio_channel_get(dev, "dac"); in envelope_detector_probe()
/linux/drivers/iio/
H A Dinkern.c405 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 Diio-mux.c349 parent = devm_iio_channel_get(dev, "parent"); in mux_probe()
/linux/drivers/iio/afe/
H A Diio-rescale.c531 source = devm_iio_channel_get(dev, NULL); in rescale_probe()
/linux/drivers/hwmon/
H A Dntc_thermistor.c612 chan = devm_iio_channel_get(dev, NULL); in ntc_thermistor_parse_props()
/linux/Documentation/driver-api/driver-model/
H A Ddevres.rst296 devm_iio_channel_get()