Lines Matching refs:kobject_put
241 kobject_put(parent); in kobject_add_internal()
484 kobject_put(kobj); in kobject_rename()
525 kobject_put(kobj); in kobject_rename()
573 kobject_put(old_parent); in kobject_move()
576 kobject_put(new_parent); in kobject_move()
577 kobject_put(kobj); in kobject_move()
625 kobject_put(parent); in kobject_del()
694 kobject_put(parent); in kobject_cleanup()
726 void kobject_put(struct kobject *kobj) in kobject_put() function
736 EXPORT_SYMBOL(kobject_put);
797 kobject_put(kobj); in kobject_create_and_add()
887 kobject_put(&k->kobj); in kset_unregister()