Home
last modified time | relevance | path

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

/openbmc/linux/drivers/edac/
H A De752x_edac.c35 static struct edac_pci_ctl_info *e752x_pci; variable
1363 e752x_pci = edac_pci_create_generic_ctl(&pdev->dev, EDAC_MOD_STR); in e752x_probe1()
1364 if (!e752x_pci) { in e752x_probe1()
1403 if (e752x_pci) in e752x_remove_one()
1404 edac_pci_release_generic_ctl(e752x_pci); in e752x_remove_one()