Lines Matching defs:mci_pdev
114 static struct pci_dev *mci_pdev; /* init dev: in case that AGP code has
360 if (mci_pdev == NULL)
361 mci_pdev = pci_dev_get(pdev);
408 if (mci_pdev == NULL) {
413 while (mci_pdev == NULL && id->vendor != 0) {
414 mci_pdev = pci_get_device(id->vendor,
419 if (!mci_pdev) {
425 pci_rc = i82443bxgx_edacmc_init_one(mci_pdev, i82443bxgx_pci_tbl);
440 pci_dev_put(mci_pdev);
449 i82443bxgx_edacmc_remove_one(mci_pdev);
451 pci_dev_put(mci_pdev);