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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/media/video/pvrusb2/
H A Dpvrusb2-io.c65 unsigned int buffer_slot_count; member in struct:pvr2_stream
319 if (scnt > sp->buffer_slot_count) {
323 if (sp->buffer_slot_count) {
325 sp->buffer_slot_count * sizeof(*nb));
329 sp->buffer_slot_count = scnt;
354 if (scnt < sp->buffer_slot_count) {
363 sp->buffer_slot_count = scnt;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/media/video/pvrusb2/
H A Dpvrusb2-io.c65 unsigned int buffer_slot_count; member in struct:pvr2_stream
319 if (scnt > sp->buffer_slot_count) {
323 if (sp->buffer_slot_count) {
325 sp->buffer_slot_count * sizeof(*nb));
329 sp->buffer_slot_count = scnt;
354 if (scnt < sp->buffer_slot_count) {
363 sp->buffer_slot_count = scnt;

Completed in 80 milliseconds