Searched defs:g_pPciDev (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest-linux.c96 static struct pci_dev *g_pPciDev = NULL; variable in typeref:struct:pci_dev
247 AssertReturn(!g_pPciDev, -EINVAL);
266 g_pPciDev = pPciDev;
302 g_pPciDev = NULL;
356 rc = request_irq(g_pPciDev->irq,
367 LogRel((DEVICE_NAME ": could not request IRQ %d: err=%d\n", g_pPciDev->irq, rc));
379 free_irq(g_pPciDev->irq, &g_DevExt);
441 g_pInputDevice->cdev.dev = &g_pPciDev->dev;
443 g_pInputDevice->dev.parent = &g_pPciDev->dev;
574 if (rc >= 0 && g_pPciDev)
[all...]

Completed in 35 milliseconds