Searched refs:pvr2_stream_set_buffer_count (Results 1 – 4 of 4) sorted by relevance
58 int pvr2_stream_set_buffer_count(struct pvr2_stream *,unsigned int);
211 pvr2_stream_set_buffer_count(cp->stream,0); in pvr2_ioread_setup()220 ret = pvr2_stream_set_buffer_count(sp,BUFFER_COUNT); in pvr2_ioread_setup()
124 pvr2_stream_set_buffer_count(stream, 0); in pvr2_dvb_stream_end()163 ret = pvr2_stream_set_buffer_count(stream, PVR2_DVB_BUFFER_COUNT); in pvr2_dvb_stream_do_start()
544 int pvr2_stream_set_buffer_count(struct pvr2_stream *sp, unsigned int cnt) in pvr2_stream_set_buffer_count() function