Home
last modified time | relevance | path

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

/linux/drivers/edac/
H A Dedac_device_sysfs.c504 struct kobject *main_kobj; in edac_device_create_block() local
517 main_kobj = kobject_get(&edac_dev->kobj); in edac_device_create_block()
518 if (!main_kobj) { in edac_device_create_block()
529 kobject_put(main_kobj); in edac_device_create_block()
603 struct kobject *main_kobj; in edac_device_create_instance() local
615 main_kobj = kobject_get(&edac_dev->kobj); in edac_device_create_instance()
616 if (!main_kobj) { in edac_device_create_instance()
627 kobject_put(main_kobj); in edac_device_create_instance()