Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
362 edac_pci_top_main_kobj = kzalloc(sizeof(struct kobject), GFP_KERNEL); in edac_pci_main_kobj_setup()
363 if (!edac_pci_top_main_kobj) { in edac_pci_main_kobj_setup()
370 err = kobject_init_and_add(edac_pci_top_main_kobj, in edac_pci_main_kobj_setup()
382 kobject_uevent(edac_pci_top_main_kobj, KOBJ_ADD); in edac_pci_main_kobj_setup()
389 kobject_put(edac_pci_top_main_kobj); in edac_pci_main_kobj_setup()
[all …]