Lines Matching refs:c_buf
42 struct pvr2_buffer *c_buf; member
142 cp->c_buf = NULL; in pvr2_ioread_stop()
175 cp->c_buf = NULL; in pvr2_ioread_start()
261 if (cp->c_buf) { in pvr2_ioread_get_buffer()
263 stat = pvr2_buffer_queue(cp->c_buf); in pvr2_ioread_get_buffer()
272 cp->c_buf = NULL; in pvr2_ioread_get_buffer()
278 cp->c_buf = pvr2_stream_get_ready_buffer(cp->stream); in pvr2_ioread_get_buffer()
279 if (!cp->c_buf) break; // Nothing ready; done. in pvr2_ioread_get_buffer()
280 cp->c_data_len = pvr2_buffer_get_count(cp->c_buf); in pvr2_ioread_get_buffer()
283 stat = pvr2_buffer_get_status(cp->c_buf); in pvr2_ioread_get_buffer()
298 pvr2_buffer_get_id(cp->c_buf)]; in pvr2_ioread_get_buffer()