Home
last modified time | relevance | path

Searched refs:iio_kfifo_allocate (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/drivers/iio/buffer/
Dkfifo_buf.c153 struct iio_buffer *iio_kfifo_allocate(void) in iio_kfifo_allocate() function
169 EXPORT_SYMBOL(iio_kfifo_allocate);
197 r = iio_kfifo_allocate(); in devm_iio_kfifo_allocate()
Dindustrialio-triggered-buffer.c44 buffer = iio_kfifo_allocate(); in iio_triggered_buffer_setup()
/Linux-v5.10/include/linux/iio/
Dkfifo_buf.h8 struct iio_buffer *iio_kfifo_allocate(void);
/Linux-v5.10/drivers/iio/dummy/
Diio_simple_dummy_buffer.c110 buffer = iio_kfifo_allocate(); in iio_simple_dummy_configure_buffer()