Lines Matching refs:g_pPciDev
96 static struct pci_dev *g_pPciDev = NULL;
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)
628 g_MiscDevice.minor, g_pPciDev->irq, g_IOPortBase, g_MMIOPhysAddr, g_cbMMIO));