Home
last modified time | relevance | path

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

/dports/devel/sdl20/SDL2-2.0.18/src/joystick/linux/
H A DSDL_sysjoystick.c92 static EnumerationMethod enumeration_method = ENUMERATION_UNSET; variable
201 if (enumeration_method != ENUMERATION_LIBUDEV && !GuessIsJoystick(fd)) { in IsJoystick()
661 if (enumeration_method == ENUMERATION_LIBUDEV) { in LINUX_JoystickDetect()
689 if (enumeration_method == ENUMERATION_UNSET) { in LINUX_JoystickInit()
693 enumeration_method = ENUMERATION_FALLBACK; in LINUX_JoystickInit()
702 enumeration_method = ENUMERATION_FALLBACK; in LINUX_JoystickInit()
707 enumeration_method = ENUMERATION_LIBUDEV; in LINUX_JoystickInit()
739 if (enumeration_method == ENUMERATION_LIBUDEV) { in LINUX_JoystickInit()
1559 if (enumeration_method == ENUMERATION_LIBUDEV) { in LINUX_JoystickQuit()
/dports/x11/controllermap/SDL2-2.0.18/src/joystick/linux/
H A DSDL_sysjoystick.c92 static EnumerationMethod enumeration_method = ENUMERATION_UNSET; variable
201 if (enumeration_method != ENUMERATION_LIBUDEV && !GuessIsJoystick(fd)) { in IsJoystick()
659 if (enumeration_method == ENUMERATION_LIBUDEV) { in LINUX_JoystickDetect()
687 if (enumeration_method == ENUMERATION_UNSET) { in LINUX_JoystickInit()
691 enumeration_method = ENUMERATION_FALLBACK; in LINUX_JoystickInit()
700 enumeration_method = ENUMERATION_FALLBACK; in LINUX_JoystickInit()
705 enumeration_method = ENUMERATION_LIBUDEV; in LINUX_JoystickInit()
737 if (enumeration_method == ENUMERATION_LIBUDEV) { in LINUX_JoystickInit()
1557 if (enumeration_method == ENUMERATION_LIBUDEV) { in LINUX_JoystickQuit()