Lines Matching refs:kobject_put
226 kobject_put(parent); in kobject_add_internal()
470 kobject_put(kobj); in kobject_rename()
511 kobject_put(kobj); in kobject_rename()
559 kobject_put(old_parent); in kobject_move()
562 kobject_put(new_parent); in kobject_move()
563 kobject_put(kobj); in kobject_move()
612 kobject_put(parent); in kobject_del()
682 kobject_put(parent); in kobject_cleanup()
714 void kobject_put(struct kobject *kobj) in kobject_put() function
724 EXPORT_SYMBOL(kobject_put);
785 kobject_put(kobj); in kobject_create_and_add()
863 kobject_put(&k->kobj); in kset_unregister()