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

/linux-master/include/linux/iio/
H A Dbuffer_impl.h23 * @store_to: actually store stuff to the buffer
54 int (*store_to)(struct iio_buffer *buffer, const void *data); member in struct:iio_buffer_access_funcs
/linux-master/drivers/iio/buffer/
H A Dindustrialio-buffer-cb.c42 .store_to = &iio_buffer_cb_store_to,
H A Dkfifo_buf.c189 .store_to = &iio_store_to_kfifo,
/linux-master/drivers/iio/
H A Dindustrialio-buffer.c1864 ret = buffer->access->store_to(buffer, dataout);

Completed in 96 milliseconds