Searched refs:edac_pci_top_main_kobj (Results 1 – 1 of 1) sorted by relevance
29 static struct kobject *edac_pci_top_main_kobj; variable84 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()374 err = kobject_init_and_add(edac_pci_top_main_kobj, in edac_pci_main_kobj_setup()388 kobject_uevent(edac_pci_top_main_kobj, KOBJ_ADD); in edac_pci_main_kobj_setup()395 kobject_put(edac_pci_top_main_kobj); in edac_pci_main_kobj_setup()[all …]