Lines Matching refs:c_buf
32 struct pvr2_buffer *c_buf; member
132 cp->c_buf = NULL; in pvr2_ioread_stop()
165 cp->c_buf = NULL; in pvr2_ioread_start()
251 if (cp->c_buf) { in pvr2_ioread_get_buffer()
253 stat = pvr2_buffer_queue(cp->c_buf); in pvr2_ioread_get_buffer()
262 cp->c_buf = NULL; in pvr2_ioread_get_buffer()
268 cp->c_buf = pvr2_stream_get_ready_buffer(cp->stream); in pvr2_ioread_get_buffer()
269 if (!cp->c_buf) break; // Nothing ready; done. in pvr2_ioread_get_buffer()
270 cp->c_data_len = pvr2_buffer_get_count(cp->c_buf); in pvr2_ioread_get_buffer()
273 stat = pvr2_buffer_get_status(cp->c_buf); in pvr2_ioread_get_buffer()
288 pvr2_buffer_get_id(cp->c_buf)]; in pvr2_ioread_get_buffer()