Lines Matching full:main
83 /* decrement reference count on top main kobj */ in edac_pci_instance_release()
163 /* First bump the ref count on the top main kobj, which will in edac_pci_create_instance_kobj()
173 /* And now register this new kobject under the main kobj */ in edac_pci_create_instance_kobj()
203 * function release the main reference count and then in edac_pci_unregister_sysfs_instance_kobj()
311 * This kobj is the 'main' kobject that EDAC PCI instances
326 /* ktype struct for the EDAC PCI main kobj */
343 /* check and count if we have already created the main kobject */ in edac_pci_main_kobj_setup()
347 /* First time, so create the main kobject and its in edac_pci_main_kobj_setup()
354 * level main kobj for EDAC PCI in edac_pci_main_kobj_setup()
413 * main kobj in edac_pci_main_kobj_teardown()
416 edac_dbg(0, "called kobject_put on main kobj\n"); in edac_pci_main_kobj_teardown()
428 /* create the top main EDAC PCI kobject, IF needed */ in edac_pci_create_sysfs()
433 /* Create this instance's kobject under the MAIN kobject */ in edac_pci_create_sysfs()
466 /* Call the main unregister function, which will determine in edac_pci_remove_sysfs()
468 * If it is, the main kobject will be unregistered as a result in edac_pci_remove_sysfs()