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

/linux-4.4.14/drivers/input/joystick/
H A Dsidewinder.c56 #define SW_FAIL 16 /* Number of packet read errors to fail and reinitialize */ macro
437 sw->fail = SW_FAIL; /* Reinitialize */ sw_read()
479 if (sw->fail < SW_FAIL) sw_read()
495 sw->fail = SW_FAIL; sw_read()
653 k = SW_FAIL; /* Try SW_FAIL times */ sw_connect()

Completed in 41 milliseconds