Searched refs:grabq (Results 1 - 4 of 4) 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/
H A Dmeye.h307 struct kfifo grabq; /* queue for buffers to be grabbed */ member in struct:meye
H A Dmeye.c790 if (kfifo_out_locked(&meye.grabq, (unsigned char *)&reqnr,
811 if (kfifo_out_locked(&meye.grabq, (unsigned char *)&reqnr,
851 kfifo_reset(&meye.grabq);
925 kfifo_in_locked(&meye.grabq, (unsigned char *)nb, sizeof(int),
1447 kfifo_in_locked(&meye.grabq, (unsigned char *)&buf->index,
1525 kfifo_reset(&meye.grabq);
1747 if (kfifo_alloc(&meye.grabq, sizeof(int) * MEYE_MAX_BUFNBRS,
1867 kfifo_free(&meye.grabq);
1899 kfifo_free(&meye.grabq);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/media/video/
H A Dmeye.h307 struct kfifo grabq; /* queue for buffers to be grabbed */ member in struct:meye
H A Dmeye.c790 if (kfifo_out_locked(&meye.grabq, (unsigned char *)&reqnr,
811 if (kfifo_out_locked(&meye.grabq, (unsigned char *)&reqnr,
851 kfifo_reset(&meye.grabq);
925 kfifo_in_locked(&meye.grabq, (unsigned char *)nb, sizeof(int),
1447 kfifo_in_locked(&meye.grabq, (unsigned char *)&buf->index,
1525 kfifo_reset(&meye.grabq);
1747 if (kfifo_alloc(&meye.grabq, sizeof(int) * MEYE_MAX_BUFNBRS,
1867 kfifo_free(&meye.grabq);
1899 kfifo_free(&meye.grabq);

Completed in 137 milliseconds