Searched refs:poll_until (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.c134 static inline int poll_until(u8 onbits, u8 offbits, int u_sec, struct gameport* gp, u8 *data) function
193 if (!poll_until(0x10, 0, 308, gameport, &raw_data))
217 if (!poll_until(0, 0x10, 77, gameport, &raw_data))
225 if (!poll_until(0x10, 0, 77, gameport, &raw_data))
244 if (!poll_until(0x30, 0, 77, gameport, &raw_data))
254 if (!poll_until(0, 0x20, 77, gameport, &raw_data))
268 if (!poll_until(0x20, 0, 77, gameport, &raw_data))
279 if (!poll_until(0x20, 0x10, 116, gameport, &raw_data))
282 if (!poll_until(0x30, 0, 193, gameport, &raw_data))

Completed in 107 milliseconds