Lines Matching refs:vidpid
1785 static SDL_bool SDL_IsJoystickProductWheel(Uint32 vidpid) in SDL_IsJoystickProductWheel() argument
1806 if (vidpid == wheel_joysticks[i]) { in SDL_IsJoystickProductWheel()
1813 static SDL_bool SDL_IsJoystickProductFlightStick(Uint32 vidpid) in SDL_IsJoystickProductFlightStick() argument
1822 if (vidpid == flightstick_joysticks[i]) { in SDL_IsJoystickProductFlightStick()
1829 static SDL_bool SDL_IsJoystickProductThrottle(Uint32 vidpid) in SDL_IsJoystickProductThrottle() argument
1838 if (vidpid == throttle_joysticks[i]) { in SDL_IsJoystickProductThrottle()
1849 Uint32 vidpid; in SDL_GetJoystickGUIDType() local
1886 vidpid = MAKE_VIDPID(vendor, product); in SDL_GetJoystickGUIDType()
1888 if (SDL_IsJoystickProductWheel(vidpid)) { in SDL_GetJoystickGUIDType()
1892 if (SDL_IsJoystickProductFlightStick(vidpid)) { in SDL_GetJoystickGUIDType()
1896 if (SDL_IsJoystickProductThrottle(vidpid)) { in SDL_GetJoystickGUIDType()