Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/linux/int10/
H A Dlinux.c67 static Int10LinuxSubModuleState loadedSubModule = INT10_NOT_LOADED; variable
122 if (loadedSubModule == INT10_NOT_LOADED) in xf86ExtendedInitInt10()
123 loadedSubModule = int10LinuxLoadSubModule(pScrn); in xf86ExtendedInitInt10()
125 if (loadedSubModule == INT10_LOAD_FAILED) in xf86ExtendedInitInt10()