Lines Matching refs:c_buf
46 struct pvr2_buffer *c_buf; member
146 cp->c_buf = NULL; in pvr2_ioread_stop()
181 cp->c_buf = NULL; in pvr2_ioread_start()
263 if (cp->c_buf) { in pvr2_ioread_get_buffer()
265 stat = pvr2_buffer_queue(cp->c_buf); in pvr2_ioread_get_buffer()
276 cp->c_buf = NULL; in pvr2_ioread_get_buffer()
282 cp->c_buf = pvr2_stream_get_ready_buffer(cp->stream); in pvr2_ioread_get_buffer()
283 if (!cp->c_buf) break; // Nothing ready; done. in pvr2_ioread_get_buffer()
284 cp->c_data_len = pvr2_buffer_get_count(cp->c_buf); in pvr2_ioread_get_buffer()
287 stat = pvr2_buffer_get_status(cp->c_buf); in pvr2_ioread_get_buffer()
304 pvr2_buffer_get_id(cp->c_buf)]; in pvr2_ioread_get_buffer()