Home
last modified time | relevance | path

Searched refs:u_sec (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/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) in poll_until() argument
138 nloops = gameport_time(gp, u_sec); in poll_until()
145 dbg("gameport timed out after %d microseconds.\n", u_sec); in poll_until()