Home
last modified time | relevance | path

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

/linux-6.15/drivers/input/joystick/
H A Dsidewinder.c38 #define SW_FAIL 16 /* Number of packet read errors to fail and reinitialize */ macro
419 sw->fail = SW_FAIL; /* Reinitialize */ in sw_read()
461 if (sw->fail < SW_FAIL) in sw_read()
477 sw->fail = SW_FAIL; in sw_read()
635 k = SW_FAIL; /* Try SW_FAIL times */ in sw_connect()