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

/linux-4.4.14/drivers/input/joystick/
H A Dgrip_mp.c129 * Poll gameport; return true if all bits set in 'onbits' are on and
133 static inline int poll_until(u8 onbits, u8 offbits, int u_sec, struct gameport* gp, u8 *data) poll_until() argument
140 if ((*data & onbits) == onbits && poll_until()

Completed in 45 milliseconds