Home
last modified time | relevance | path

Searched refs:edac_pci_top_main_kobj (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/edac/
Dedac_pci_sysfs.c29 static struct kobject *edac_pci_top_main_kobj; variable
84 kobject_put(edac_pci_top_main_kobj); in edac_pci_instance_release()
167 main_kobj = kobject_get(edac_pci_top_main_kobj); in edac_pci_create_instance_kobj()
175 edac_pci_top_main_kobj, "pci%d", idx); in edac_pci_create_instance_kobj()
178 kobject_put(edac_pci_top_main_kobj); in edac_pci_create_instance_kobj()
370 edac_pci_top_main_kobj = kzalloc(sizeof(struct kobject), GFP_KERNEL); in edac_pci_main_kobj_setup()
371 if (!edac_pci_top_main_kobj) { in edac_pci_main_kobj_setup()
378 err = kobject_init_and_add(edac_pci_top_main_kobj, in edac_pci_main_kobj_setup()
390 kobject_uevent(edac_pci_top_main_kobj, KOBJ_ADD); in edac_pci_main_kobj_setup()
397 kfree(edac_pci_top_main_kobj); in edac_pci_main_kobj_setup()
[all …]