Searched refs:pvr2_stream_set_buffer_count (Results 1 – 4 of 4) sorted by relevance
62 int pvr2_stream_set_buffer_count(struct pvr2_stream *,unsigned int);
128 pvr2_stream_set_buffer_count(stream, 0); in pvr2_dvb_stream_end()167 ret = pvr2_stream_set_buffer_count(stream, PVR2_DVB_BUFFER_COUNT); in pvr2_dvb_stream_do_start()
217 pvr2_stream_set_buffer_count(cp->stream,0); in pvr2_ioread_setup()226 ret = pvr2_stream_set_buffer_count(sp,BUFFER_COUNT); in pvr2_ioread_setup()
555 int pvr2_stream_set_buffer_count(struct pvr2_stream *sp,unsigned int cnt) in pvr2_stream_set_buffer_count() function