Lines Matching defs:r
23 #define iio_to_kfifo(r) container_of(r, struct iio_kfifo, buffer) argument
42 static int iio_request_update_kfifo(struct iio_buffer *r) in iio_request_update_kfifo()
62 static int iio_mark_update_needed_kfifo(struct iio_buffer *r) in iio_mark_update_needed_kfifo()
69 static int iio_set_bytes_per_datum_kfifo(struct iio_buffer *r, size_t bpd) in iio_set_bytes_per_datum_kfifo()
78 static int iio_set_length_kfifo(struct iio_buffer *r, unsigned int length) in iio_set_length_kfifo()
90 static int iio_store_to_kfifo(struct iio_buffer *r, in iio_store_to_kfifo()
101 static int iio_read_first_n_kfifo(struct iio_buffer *r, in iio_read_first_n_kfifo()
121 static size_t iio_kfifo_buf_data_available(struct iio_buffer *r) in iio_kfifo_buf_data_available()
172 void iio_kfifo_free(struct iio_buffer *r) in iio_kfifo_free()
185 struct iio_buffer **r = res; in devm_iio_kfifo_match() local
202 struct iio_buffer **ptr, *r; in devm_iio_kfifo_allocate() local
225 void devm_iio_kfifo_free(struct device *dev, struct iio_buffer *r) in devm_iio_kfifo_free()