Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/iio/
Dconsumer.h60 struct iio_channel *iio_channel_get_all(struct device *dev);
/linux-4.4.14/drivers/iio/buffer/
Dindustrialio-buffer-cb.c69 cb_buff->channels = iio_channel_get_all(dev); in iio_channel_get_all_cb()
/linux-4.4.14/drivers/hwmon/
Diio_hwmon.c74 channels = iio_channel_get_all(dev); in iio_hwmon_probe()
/linux-4.4.14/drivers/staging/iio/Documentation/
Dinkernel.txt57 consumer driver. To do this, use iio_channel_get_all.
/linux-4.4.14/drivers/iio/
Dinkern.c361 struct iio_channel *iio_channel_get_all(struct device *dev) in iio_channel_get_all() function
432 EXPORT_SYMBOL_GPL(iio_channel_get_all);
/linux-4.4.14/drivers/input/touchscreen/
Dcolibri-vf50-ts.c275 channels = iio_channel_get_all(dev); in vf50_ts_probe()