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

/vbox/src/VBox/HostDrivers/VBoxPci/linux/
H A DVBoxPci-linux.c150 g_VBoxPciGlobals.pciStubModule = find_module(PCI_STUB_MODULE_NAME);
151 if (g_VBoxPciGlobals.pciStubModule)
153 if (try_module_get(g_VBoxPciGlobals.pciStubModule))
197 if (g_VBoxPciGlobals.pciStubModule)
199 module_put(g_VBoxPciGlobals.pciStubModule);
200 g_VBoxPciGlobals.pciStubModule = NULL;
/vbox/src/VBox/HostDrivers/VBoxPci/
H A DVBoxPciInternal.h147 struct module * pciStubModule; member in struct:VBOXRAWPCIGLOBALS

Completed in 81 milliseconds