Searched refs:iio_hw_consumer_alloc (Results 1 – 3 of 3) sorted by relevance
78 * iio_hw_consumer_alloc() - Allocate IIO hardware consumer83 struct iio_hw_consumer *iio_hw_consumer_alloc(struct device *dev) in iio_hw_consumer_alloc() function 123 EXPORT_SYMBOL_GPL(iio_hw_consumer_alloc);146 * devm_iio_hw_consumer_alloc - Resource-managed iio_hw_consumer_alloc()149 * Managed iio_hw_consumer_alloc. iio_hw_consumer allocated with this function159 iio_hwc = iio_hw_consumer_alloc(dev); in devm_iio_hw_consumer_alloc()
14 struct iio_hw_consumer *iio_hw_consumer_alloc(struct device *dev);
12 * :c:func:`iio_hw_consumer_alloc` — Allocate IIO hardware consumer