Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/iio/
H A Dbuffer_impl.h57 int (*remove_from)(struct iio_buffer *buffer, void *data); member
/openbmc/linux/drivers/iio/buffer/
H A Dkfifo_buf.c192 .remove_from = &iio_kfifo_remove_from,
/openbmc/linux/drivers/iio/
H A Dindustrialio-buffer.c324 if (!buffer || !buffer->access || !buffer->access->remove_from) in iio_pop_from_buffer()
327 return buffer->access->remove_from(buffer, data); in iio_pop_from_buffer()