Lines Matching defs:mci_pdev
114 static struct pci_dev *mci_pdev; /* init dev: in case that AGP code has
361 if (mci_pdev == NULL)
362 mci_pdev = pci_dev_get(pdev);
409 if (mci_pdev == NULL) {
414 while (mci_pdev == NULL && id->vendor != 0) {
415 mci_pdev = pci_get_device(id->vendor,
420 if (!mci_pdev) {
426 pci_rc = i82443bxgx_edacmc_init_one(mci_pdev, i82443bxgx_pci_tbl);
441 pci_dev_put(mci_pdev);
450 i82443bxgx_edacmc_remove_one(mci_pdev);
452 pci_dev_put(mci_pdev);