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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dbw-qcam.c10 * maxpoll=<1 - 5000>
122 static unsigned int maxpoll = 250; /* Maximum busy-loop count for qcam I/O */ variable
127 module_param(maxpoll, int, 0);
188 if (runs++ > maxpoll)
190 if (runs > (maxpoll + 1000)) /* 5 seconds */
202 if (runs++ > maxpoll)
204 if (runs++ > (maxpoll + 1000)) /* 5 seconds */
231 if (runs++ > maxpoll)
233 if (runs++ > (maxpoll + 1000)) /* 5 seconds */
1070 if (maxpoll > 500
[all...]

Completed in 169 milliseconds