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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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 44 milliseconds