Home
last modified time | relevance | path

Searched refs:iio_channel_get_all (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/include/linux/iio/
Dconsumer.h60 struct iio_channel *iio_channel_get_all(struct device *dev);
/linux-4.1.27/drivers/iio/
Dbuffer_cb.c59 cb_buff->channels = iio_channel_get_all(dev); in iio_channel_get_all_cb()
Dinkern.c359 struct iio_channel *iio_channel_get_all(struct device *dev) in iio_channel_get_all() function
430 EXPORT_SYMBOL_GPL(iio_channel_get_all);
/linux-4.1.27/drivers/hwmon/
Diio_hwmon.c74 channels = iio_channel_get_all(dev); in iio_hwmon_probe()
/linux-4.1.27/drivers/staging/iio/Documentation/
Dinkernel.txt57 consumer driver. To do this, use iio_channel_get_all.