Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/media/usb/pvrusb2/
Dpvrusb2-io.c51 unsigned int buffer_slot_count; member
299 if (scnt > sp->buffer_slot_count) { in pvr2_stream_buffer_count()
304 if (sp->buffer_slot_count) { in pvr2_stream_buffer_count()
306 sp->buffer_slot_count * sizeof(*nb)); in pvr2_stream_buffer_count()
310 sp->buffer_slot_count = scnt; in pvr2_stream_buffer_count()
335 if (scnt < sp->buffer_slot_count) { in pvr2_stream_buffer_count()
344 sp->buffer_slot_count = scnt; in pvr2_stream_buffer_count()