Searched refs:gpDeviceList (Results 1 – 1 of 1) sorted by relevance
103 static recDevice *gpDeviceList = NULL; variable581 if (gpDeviceList) in SDL_SYS_JoystickInit()627 gpDeviceList = NULL; in SDL_SYS_JoystickInit()635 gpDeviceList = lastDevice = NULL; in SDL_SYS_JoystickInit()666 gpDeviceList = device; in SDL_SYS_JoystickInit()672 device = gpDeviceList; in SDL_SYS_JoystickInit()685 recDevice *device = gpDeviceList; in SDL_SYS_JoystickName()700 recDevice *device = gpDeviceList; in SDL_SYS_JoystickOpen()838 while (NULL != gpDeviceList) in SDL_SYS_JoystickQuit()839 gpDeviceList = HIDDisposeDevice (&gpDeviceList); in SDL_SYS_JoystickQuit()