Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/usb/pvrusb2/
Dpvrusb2-io.c63 unsigned int buffer_total_count; member
297 if (cnt == sp->buffer_total_count) return 0; in pvr2_stream_buffer_count()
302 sp->buffer_total_count, in pvr2_stream_buffer_count()
303 cnt-sp->buffer_total_count); in pvr2_stream_buffer_count()
308 if (cnt > sp->buffer_total_count) { in pvr2_stream_buffer_count()
322 while (sp->buffer_total_count < cnt) { in pvr2_stream_buffer_count()
326 ret = pvr2_buffer_init(bp, sp, sp->buffer_total_count); in pvr2_stream_buffer_count()
331 sp->buffers[sp->buffer_total_count] = bp; in pvr2_stream_buffer_count()
332 (sp->buffer_total_count)++; in pvr2_stream_buffer_count()
336 while (sp->buffer_total_count > cnt) { in pvr2_stream_buffer_count()
[all …]