Searched refs:IO_GOT_PACKET (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/input/joystick/
H A Dgrip_mp.c72 #define IO_GOT_PACKET 0x0100 /* Got a packet */ macro
261 return IO_GOT_PACKET;
264 return IO_GOT_PACKET | IO_RETRY;
269 return IO_GOT_PACKET | IO_RESET;
273 return IO_GOT_PACKET | IO_RESET;
280 return IO_GOT_PACKET | IO_RESET;
283 return IO_GOT_PACKET | IO_RESET;
286 return IO_GOT_PACKET | IO_RESET;
294 return IO_GOT_PACKET | IO_MODE_FAST;
374 if (flags && !(flags & IO_GOT_PACKET)) {
[all...]

Completed in 72 milliseconds