Lines Matching full:edac
10 #include <linux/edac.h>
58 /**************************** EDAC PCI sysfs instance *******************/
155 * construct one EDAC PCI instance's kobject for use
196 * unregister the kobj for the EDAC PCI instance
210 /***************************** EDAC PCI sysfs root **********************/
313 * This kobj is the 'main' kobject that EDAC PCI instances
322 /* last reference to top EDAC PCI kobject has been removed, in edac_pci_release_main_kobj()
328 /* ktype struct for the EDAC PCI main kobj */
336 * edac_pci_main_kobj_setup: Setup the sysfs for EDAC PCI attributes.
357 * level main kobj for EDAC PCI in edac_pci_main_kobj_setup()
380 edac_dbg(1, "Failed to register '.../edac/pci'\n"); in edac_pci_main_kobj_setup()
385 * for EDAC PCI, then edac_pci_main_kobj_teardown() in edac_pci_main_kobj_setup()
389 edac_dbg(1, "Registered '.../edac/pci' kobject\n"); in edac_pci_main_kobj_setup()
410 * if no longer linked (needed) remove the top level EDAC PCI
434 /* create the top main EDAC PCI kobject, IF needed */ in edac_pci_create_sysfs()
668 panic("EDAC: PCI Parity Error"); in edac_pci_do_parity_check()