Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/iio/
H A Dbuffer_impl.h47 int (*store_to)(struct iio_buffer *buffer, const void *data); member
/OK3568_Linux_fs/kernel/drivers/iio/buffer/
H A Dindustrialio-buffer-cb.c42 .store_to = &iio_buffer_cb_store_to,
H A Dkfifo_buf.c142 .store_to = &iio_store_to_kfifo,
/OK3568_Linux_fs/kernel/drivers/iio/
H A Dindustrialio-buffer.c1432 ret = buffer->access->store_to(buffer, dataout); in iio_push_to_buffer()