Home
last modified time | relevance | path

Searched refs:devm_iio_channel_get_all (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/include/linux/iio/
H A Dconsumer.h99 struct iio_channel *devm_iio_channel_get_all(struct device *dev);
/openbmc/linux/drivers/hwmon/
H A Diio_hwmon.c78 channels = devm_iio_channel_get_all(dev); in iio_hwmon_probe()
/openbmc/linux/drivers/input/touchscreen/
H A Dresistive-adc-touch.c212 st->iio_chans = devm_iio_channel_get_all(dev); in grts_probe()
/openbmc/linux/drivers/input/joystick/
H A Dadc-joystick.c203 joy->chans = devm_iio_channel_get_all(dev); in adc_joystick_probe()
/openbmc/linux/sound/soc/stm/
H A Dstm32_adfsdm.c350 priv->iio_ch = devm_iio_channel_get_all(&pdev->dev); in stm32_adfsdm_probe()
/openbmc/linux/drivers/iio/
H A Dinkern.c544 struct iio_channel *devm_iio_channel_get_all(struct device *dev) in devm_iio_channel_get_all() function
560 EXPORT_SYMBOL_GPL(devm_iio_channel_get_all);
/openbmc/linux/Documentation/driver-api/driver-model/
H A Ddevres.rst297 devm_iio_channel_get_all()
/openbmc/linux/drivers/power/supply/
H A Dmt6370-charger.c892 priv->iio_adcs = devm_iio_channel_get_all(priv->dev); in mt6370_chg_probe()