Lines Matching full:edac
10 #include <linux/edac.h>
58 /**************************** EDAC PCI sysfs instance *******************/
154 * construct one EDAC PCI instance's kobject for use
195 * unregister the kobj for the EDAC PCI instance
209 /***************************** EDAC PCI sysfs root **********************/
311 * This kobj is the 'main' kobject that EDAC PCI instances
320 /* last reference to top EDAC PCI kobject has been removed, in edac_pci_release_main_kobj()
326 /* ktype struct for the EDAC PCI main kobj */
334 * edac_pci_main_kobj_setup: Setup the sysfs for EDAC PCI attributes.
354 * level main kobj for EDAC PCI in edac_pci_main_kobj_setup()
374 edac_dbg(1, "Failed to register '.../edac/pci'\n"); in edac_pci_main_kobj_setup()
379 * for EDAC PCI, then edac_pci_main_kobj_teardown() in edac_pci_main_kobj_setup()
383 edac_dbg(1, "Registered '.../edac/pci' kobject\n"); in edac_pci_main_kobj_setup()
404 * if no longer linked (needed) remove the top level EDAC PCI
428 /* create the top main EDAC PCI kobject, IF needed */ in edac_pci_create_sysfs()
662 panic("EDAC: PCI Parity Error"); in edac_pci_do_parity_check()