Home
last modified time | relevance | path

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

/drivers/edac/
A Dedac_device_sysfs.c501 struct kobject *main_kobj; in edac_device_create_block() local
514 main_kobj = kobject_get(&edac_dev->kobj); in edac_device_create_block()
515 if (!main_kobj) { in edac_device_create_block()
526 kobject_put(main_kobj); in edac_device_create_block()
601 struct kobject *main_kobj; in edac_device_create_instance() local
613 main_kobj = kobject_get(&edac_dev->kobj); in edac_device_create_instance()
614 if (!main_kobj) { in edac_device_create_instance()
625 kobject_put(main_kobj); in edac_device_create_instance()
A Dedac_pci_sysfs.c159 struct kobject *main_kobj; in edac_pci_create_instance_kobj() local
168 main_kobj = kobject_get(edac_pci_top_main_kobj); in edac_pci_create_instance_kobj()
169 if (!main_kobj) { in edac_pci_create_instance_kobj()

Completed in 8 milliseconds