Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/edac/
De752x_edac.c36 static struct edac_pci_ctl_info *e752x_pci; variable
1366 e752x_pci = edac_pci_create_generic_ctl(&pdev->dev, EDAC_MOD_STR); in e752x_probe1()
1367 if (!e752x_pci) { in e752x_probe1()
1406 if (e752x_pci) in e752x_remove_one()
1407 edac_pci_release_generic_ctl(e752x_pci); in e752x_remove_one()