Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/input/joystick/
H A Dsidewinder.c41 #define SW_BAD 2 /* Number of packet read errors to switch off 3d Pro optimization */ macro
456 if (sw->type == SW_ID_3DP && sw->length == 22 && sw->fail > SW_BAD) { /* Consecutive bad packets */ in sw_read()
/kernel/linux/linux-6.6/drivers/input/joystick/
H A Dsidewinder.c38 #define SW_BAD 2 /* Number of packet read errors to switch off 3d Pro optimization */ macro
453 if (sw->type == SW_ID_3DP && sw->length == 22 && sw->fail > SW_BAD) { /* Consecutive bad packets */ in sw_read()

Completed in 2 milliseconds