Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/edac/
Dedac_device_sysfs.c523 struct kobject *main_kobj; in edac_device_create_block() local
536 main_kobj = kobject_get(&edac_dev->kobj); in edac_device_create_block()
537 if (!main_kobj) { in edac_device_create_block()
548 kobject_put(main_kobj); in edac_device_create_block()
623 struct kobject *main_kobj; in edac_device_create_instance() local
635 main_kobj = kobject_get(&edac_dev->kobj); in edac_device_create_instance()
636 if (!main_kobj) { in edac_device_create_instance()
647 kobject_put(main_kobj); in edac_device_create_instance()
Dedac_pci_sysfs.c158 struct kobject *main_kobj; in edac_pci_create_instance_kobj() local
167 main_kobj = kobject_get(edac_pci_top_main_kobj); in edac_pci_create_instance_kobj()
168 if (!main_kobj) { in edac_pci_create_instance_kobj()