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

/linux-4.1.27/drivers/input/joystick/
H A Dsidewinder.c53 #define SW_TIMEOUT 6 /* Wait for everything to settle [6 ms] */ macro
142 timeout = id ? gameport_time(gameport, SW_TIMEOUT * 1000) : 0; /* Set up global timeout for ID packet */ sw_read_packet()
251 t = gameport_time(gameport, SW_TIMEOUT * 1000); sw_init_digital()
486 mdelay(3 * SW_TIMEOUT); sw_read()
490 mdelay(SW_TIMEOUT); sw_read()
492 mdelay(SW_TIMEOUT); sw_read()
619 msleep(SW_TIMEOUT); sw_connect()
624 msleep(SW_TIMEOUT); sw_connect()
626 msleep(SW_TIMEOUT); sw_connect()
639 msleep(SW_TIMEOUT); sw_connect()
647 msleep(SW_TIMEOUT); sw_connect()
658 msleep(SW_TIMEOUT); sw_connect()

Completed in 122 milliseconds