Searched refs:read_first_n (Results 1 – 5 of 5) sorted by relevance
40 int (*read_first_n)(struct iio_buffer *buffer, member
121 .read_first_n = &iio_read_first_n_kfifo,
46 if (!rb || !rb->access->read_first_n) in iio_buffer_read_first_n_outer()48 return rb->access->read_first_n(rb, n, buf); in iio_buffer_read_first_n_outer()
334 .read_first_n = &iio_read_first_n_sw_rb,
278 .read_first_n = &sca3000_read_first_n_hw_rb,