Lines Matching refs:edac_pci_top_main_kobj
29 static struct kobject *edac_pci_top_main_kobj; variable
84 kobject_put(edac_pci_top_main_kobj); in edac_pci_instance_release()
168 main_kobj = kobject_get(edac_pci_top_main_kobj); in edac_pci_create_instance_kobj()
176 edac_pci_top_main_kobj, "pci%d", idx); in edac_pci_create_instance_kobj()
179 kobject_put(edac_pci_top_main_kobj); in edac_pci_create_instance_kobj()
364 edac_pci_top_main_kobj = kzalloc(sizeof(struct kobject), GFP_KERNEL); in edac_pci_main_kobj_setup()
365 if (!edac_pci_top_main_kobj) { in edac_pci_main_kobj_setup()
372 err = kobject_init_and_add(edac_pci_top_main_kobj, in edac_pci_main_kobj_setup()
384 kobject_uevent(edac_pci_top_main_kobj, KOBJ_ADD); in edac_pci_main_kobj_setup()
391 kobject_put(edac_pci_top_main_kobj); in edac_pci_main_kobj_setup()
419 kobject_put(edac_pci_top_main_kobj); in edac_pci_main_kobj_teardown()