Searched refs:pvr2_stream_set_buffer_count (Results 1 – 4 of 4) sorted by relevance
48 int pvr2_stream_set_buffer_count(struct pvr2_stream *,unsigned int);
201 pvr2_stream_set_buffer_count(cp->stream,0); in pvr2_ioread_setup()210 ret = pvr2_stream_set_buffer_count(sp,BUFFER_COUNT); in pvr2_ioread_setup()
115 pvr2_stream_set_buffer_count(stream, 0); in pvr2_dvb_stream_end()154 ret = pvr2_stream_set_buffer_count(stream, PVR2_DVB_BUFFER_COUNT); in pvr2_dvb_stream_do_start()
534 int pvr2_stream_set_buffer_count(struct pvr2_stream *sp, unsigned int cnt) in pvr2_stream_set_buffer_count() function