Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/input/joystick/
H A Dsidewinder.c40 #define SW_FAIL 16 /* Number of packet read errors to fail and reinitialize */ macro
421 sw->fail = SW_FAIL; /* Reinitialize */ in sw_read()
463 if (sw->fail < SW_FAIL) in sw_read()
479 sw->fail = SW_FAIL; in sw_read()
637 k = SW_FAIL; /* Try SW_FAIL times */ in sw_connect()
/kernel/linux/linux-6.6/drivers/input/joystick/
H A Dsidewinder.c37 #define SW_FAIL 16 /* Number of packet read errors to fail and reinitialize */ macro
418 sw->fail = SW_FAIL; /* Reinitialize */ in sw_read()
460 if (sw->fail < SW_FAIL) in sw_read()
476 sw->fail = SW_FAIL; in sw_read()
634 k = SW_FAIL; /* Try SW_FAIL times */ in sw_connect()

Completed in 3 milliseconds