Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/input/joystick/
H A Dsidewinder.c549 * sw_guess_mode() checks the upper two button bits for toggling -
555 static int sw_guess_mode(unsigned char *buf, int len) in sw_guess_mode() function
619 m |= sw_guess_mode(idbuf, j); /* ID packet should carry mode info [3DP] */ in sw_connect()
625 m |= sw_guess_mode(buf, i); in sw_connect()
/kernel/linux/linux-6.6/drivers/input/joystick/
H A Dsidewinder.c546 * sw_guess_mode() checks the upper two button bits for toggling -
552 static int sw_guess_mode(unsigned char *buf, int len) in sw_guess_mode() function
616 m |= sw_guess_mode(idbuf, j); /* ID packet should carry mode info [3DP] */ in sw_connect()
622 m |= sw_guess_mode(buf, i); in sw_connect()

Completed in 3 milliseconds