Searched refs:scratch_next (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 Dse401.c347 switch (se401->scratch[se401->scratch_next].state) {
353 memcpy(se401->scratch[se401->scratch_next].data,
355 se401->scratch[se401->scratch_next].state
357 se401->scratch[se401->scratch_next].offset
359 se401->scratch[se401->scratch_next].length = length;
363 se401->scratch_next++;
364 if (se401->scratch_next >= SE401_NUMSCRATCH)
365 se401->scratch_next = 0;
469 se401->scratch_next = 0;
H A Dse401.h216 int scratch_next; member in struct:usb_se401
/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 Dse401.c347 switch (se401->scratch[se401->scratch_next].state) {
353 memcpy(se401->scratch[se401->scratch_next].data,
355 se401->scratch[se401->scratch_next].state
357 se401->scratch[se401->scratch_next].offset
359 se401->scratch[se401->scratch_next].length = length;
363 se401->scratch_next++;
364 if (se401->scratch_next >= SE401_NUMSCRATCH)
365 se401->scratch_next = 0;
469 se401->scratch_next = 0;
H A Dse401.h216 int scratch_next; member in struct:usb_se401

Completed in 154 milliseconds