Lines Matching defs:data
32 * @data: Area were the ringbuffer data is written
42 u8 *data;
58 * @data: pointer to the buffer where the data will be stored
61 extern void dvb_ringbuffer_init(struct dvb_ringbuffer *rbuf, void *data,
126 ((rbuf)->data[((rbuf)->pread + (offs)) % (rbuf)->size])
142 * @buf: pointer to the buffer where the data will be stored
157 * @buf: pointer to the buffer where the data will be stored
178 { (rbuf)->data[(rbuf)->pwrite] = (byte); \
185 * @buf: pointer to the buffer where the data will be read
199 * @buf: pointer to the buffer where the data will be read
228 * @buf: Destination buffer for data.
252 * @buf: Destination buffer for data.