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

/drivers/edac/
H A Di82860_edac.c60 static struct pci_dev *mci_pdev; /* init dev: in case that AGP code variable in typeref:struct:pci_dev
253 mci_pdev = pci_dev_get(pdev);
303 if (!mci_pdev) {
304 mci_pdev = pci_get_device(PCI_VENDOR_ID_INTEL,
307 if (mci_pdev == NULL) {
313 pci_rc = i82860_init_one(mci_pdev, i82860_pci_tbl);
328 if (mci_pdev != NULL)
329 pci_dev_put(mci_pdev);
340 if (mci_pdev != NULL)
341 pci_dev_put(mci_pdev);
[all...]
H A Di82443bxgx_edac.c116 static struct pci_dev *mci_pdev; /* init dev: in case that AGP code has variable in typeref:struct:pci_dev
360 if (mci_pdev == NULL)
361 mci_pdev = pci_dev_get(pdev);
410 if (mci_pdev == NULL) {
415 while (mci_pdev == NULL && id->vendor != 0) {
416 mci_pdev = pci_get_device(id->vendor,
421 if (!mci_pdev) {
427 pci_rc = i82443bxgx_edacmc_init_one(mci_pdev, i82443bxgx_pci_tbl);
442 if (mci_pdev != NULL)
443 pci_dev_put(mci_pdev);
[all...]
H A Di3000_edac.c188 static struct pci_dev *mci_pdev; variable in typeref:struct:pci_dev
451 if (!mci_pdev)
452 mci_pdev = pci_dev_get(pdev);
504 if (!mci_pdev) {
506 mci_pdev = pci_get_device(PCI_VENDOR_ID_INTEL,
508 if (!mci_pdev) {
514 pci_rc = i3000_init_one(mci_pdev, i3000_pci_tbl);
528 if (mci_pdev)
529 pci_dev_put(mci_pdev);
540 i3000_remove_one(mci_pdev);
[all...]
H A Dx38_edac.c146 static struct pci_dev *mci_pdev; variable in typeref:struct:pci_dev
422 if (!mci_pdev)
423 mci_pdev = pci_dev_get(pdev);
474 if (!mci_pdev) {
476 mci_pdev = pci_get_device(PCI_VENDOR_ID_INTEL,
478 if (!mci_pdev) {
484 pci_rc = x38_init_one(mci_pdev, x38_pci_tbl);
498 if (mci_pdev)
499 pci_dev_put(mci_pdev);
510 x38_remove_one(mci_pdev);
[all...]
H A Di3200_edac.c153 static struct pci_dev *mci_pdev; variable in typeref:struct:pci_dev
425 if (!mci_pdev)
426 mci_pdev = pci_dev_get(pdev);
479 if (!mci_pdev) {
481 mci_pdev = pci_get_device(PCI_VENDOR_ID_INTEL,
483 if (!mci_pdev) {
489 pci_rc = i3200_init_one(mci_pdev, i3200_pci_tbl);
503 if (mci_pdev)
504 pci_dev_put(mci_pdev);
515 i3200_remove_one(mci_pdev);
[all...]
H A Di82875p_edac.c180 static struct pci_dev *mci_pdev; /* init dev: in case that AGP code has variable in typeref:struct:pci_dev
479 if (mci_pdev == NULL)
480 mci_pdev = pci_dev_get(pdev);
546 if (mci_pdev == NULL) {
547 mci_pdev = pci_get_device(PCI_VENDOR_ID_INTEL,
550 if (!mci_pdev) {
556 pci_rc = i82875p_init_one(mci_pdev, i82875p_pci_tbl);
571 if (mci_pdev != NULL)
572 pci_dev_put(mci_pdev);
581 i82875p_remove_one(mci_pdev);
[all...]
H A Di82975x_edac.c232 static struct pci_dev *mci_pdev; /* init dev: in case that AGP code has variable in typeref:struct:pci_dev
591 if (mci_pdev == NULL)
592 mci_pdev = pci_dev_get(pdev);
647 if (mci_pdev == NULL) {
648 mci_pdev = pci_get_device(PCI_VENDOR_ID_INTEL,
651 if (!mci_pdev) {
657 pci_rc = i82975x_init_one(mci_pdev, i82975x_pci_tbl);
672 if (mci_pdev != NULL)
673 pci_dev_put(mci_pdev);
685 i82975x_remove_one(mci_pdev);
[all...]

Completed in 16 milliseconds