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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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.c115 static struct pci_dev *mci_pdev; /* init dev: in case that AGP code has variable in typeref:struct:pci_dev
358 if (mci_pdev == NULL)
359 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 if (mci_pdev != NULL)
441 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 Di3200_edac.c151 static struct pci_dev *mci_pdev; variable in typeref:struct:pci_dev
423 if (!mci_pdev)
424 mci_pdev = pci_dev_get(pdev);
477 if (!mci_pdev) {
479 mci_pdev = pci_get_device(PCI_VENDOR_ID_INTEL,
481 if (!mci_pdev) {
487 pci_rc = i3200_init_one(mci_pdev, i3200_pci_tbl);
501 if (mci_pdev)
502 pci_dev_put(mci_pdev);
513 i3200_remove_one(mci_pdev);
[all...]
H A Dx38_edac.c146 static struct pci_dev *mci_pdev; variable in typeref:struct:pci_dev
421 if (!mci_pdev)
422 mci_pdev = pci_dev_get(pdev);
473 if (!mci_pdev) {
475 mci_pdev = pci_get_device(PCI_VENDOR_ID_INTEL,
477 if (!mci_pdev) {
483 pci_rc = x38_init_one(mci_pdev, x38_pci_tbl);
497 if (mci_pdev)
498 pci_dev_put(mci_pdev);
509 x38_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
552 if (mci_pdev == NULL)
553 mci_pdev = pci_dev_get(pdev);
608 if (mci_pdev == NULL) {
609 mci_pdev = pci_get_device(PCI_VENDOR_ID_INTEL,
612 if (!mci_pdev) {
618 pci_rc = i82975x_init_one(mci_pdev, i82975x_pci_tbl);
633 if (mci_pdev != NULL)
634 pci_dev_put(mci_pdev);
646 i82975x_remove_one(mci_pdev);
[all...]

Completed in 85 milliseconds