Home
last modified time | relevance | path

Searched refs:pvr2_stream_get_ready_count (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/media/usb/pvrusb2/
Dpvrusb2-io.h67 int pvr2_stream_get_ready_count(struct pvr2_stream *);
Dpvrusb2-ioread.c377 if (!pvr2_stream_get_ready_count(cp->stream)) { in pvr2_ioread_avail()
382 if (pvr2_stream_get_ready_count(cp->stream) < BUFFER_COUNT/2) { in pvr2_ioread_avail()
Dpvrusb2-dvb.c76 (pvr2_stream_get_ready_count(stream) > 0) || in pvr2_dvb_feed_func()
Dpvrusb2-io.c578 int pvr2_stream_get_ready_count(struct pvr2_stream *sp) in pvr2_stream_get_ready_count() function