Searched refs:remove_from (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/iio/
H A Dbuffer_impl.h27 * @remove_from: remove scan from buffer. Drivers should calls this to
57 int (*remove_from)(struct iio_buffer *buffer, void *data); member in struct:iio_buffer_access_funcs
/linux-master/drivers/iio/buffer/
H A Dkfifo_buf.c192 .remove_from = &iio_kfifo_remove_from,
/linux-master/drivers/iio/
H A Dindustrialio-buffer.c324 if (!buffer || !buffer->access || !buffer->access->remove_from)
327 return buffer->access->remove_from(buffer, data);

Completed in 123 milliseconds