Searched refs:pvr2_stream_set_buffer_count (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/usb/pvrusb2/ |
H A D | pvrusb2-io.h | 48 int pvr2_stream_set_buffer_count(struct pvr2_stream *,unsigned int);
|
H A D | pvrusb2-ioread.c | 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()
|
H A D | pvrusb2-dvb.c | 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()
|
H A D | pvrusb2-io.c | 534 int pvr2_stream_set_buffer_count(struct pvr2_stream *sp, unsigned int cnt) in pvr2_stream_set_buffer_count() function
|
/kernel/linux/linux-6.6/drivers/media/usb/pvrusb2/ |
H A D | pvrusb2-io.h | 48 int pvr2_stream_set_buffer_count(struct pvr2_stream *,unsigned int);
|
H A D | pvrusb2-ioread.c | 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()
|
H A D | pvrusb2-dvb.c | 117 pvr2_stream_set_buffer_count(stream, 0); in pvr2_dvb_stream_end() 156 ret = pvr2_stream_set_buffer_count(stream, PVR2_DVB_BUFFER_COUNT); in pvr2_dvb_stream_do_start()
|
H A D | pvrusb2-io.c | 534 int pvr2_stream_set_buffer_count(struct pvr2_stream *sp, unsigned int cnt) in pvr2_stream_set_buffer_count() function
|
Completed in 5 milliseconds