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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/edac/
H A Di82860_edac.c61 static struct pci_dev *mci_pdev = NULL; /* init dev: in case that AGP code variable in typeref:struct:pci_dev
241 mci_pdev = pci_dev_get(pdev);
286 if (!mci_pdev) {
287 mci_pdev = pci_get_device(PCI_VENDOR_ID_INTEL,
290 if (mci_pdev == NULL) {
296 pci_rc = i82860_init_one(mci_pdev, i82860_pci_tbl);
311 if (mci_pdev != NULL)
312 pci_dev_put(mci_pdev);
323 if (mci_pdev != NULL)
324 pci_dev_put(mci_pdev);
[all...]
H A Di82875p_edac.c181 static struct pci_dev *mci_pdev = NULL; /* init dev: in case that AGP code has variable in typeref:struct:pci_dev
457 if (mci_pdev == NULL)
458 mci_pdev = pci_dev_get(pdev);
518 if (mci_pdev == NULL) {
519 mci_pdev = pci_get_device(PCI_VENDOR_ID_INTEL,
522 if (!mci_pdev) {
528 pci_rc = i82875p_init_one(mci_pdev, i82875p_pci_tbl);
543 if (mci_pdev != NULL)
544 pci_dev_put(mci_pdev);
556 i82875p_remove_one(mci_pdev);
[all...]

Completed in 113 milliseconds