Home
last modified time | relevance | path

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

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

Completed in 3 milliseconds