Home
last modified time | relevance | path

Searched refs:e7xxx_pci (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/drivers/edac/
De7xxx_edac.c148 static struct edac_pci_ctl_info *e7xxx_pci; variable
505 e7xxx_pci = edac_pci_create_generic_ctl(&pdev->dev, EDAC_MOD_STR); in e7xxx_probe1()
506 if (!e7xxx_pci) { in e7xxx_probe1()
545 if (e7xxx_pci) in e7xxx_remove_one()
546 edac_pci_release_generic_ctl(e7xxx_pci); in e7xxx_remove_one()