Lines Matching refs:kobject_put
243 kobject_put(parent); in kobject_add_internal()
486 kobject_put(kobj); in kobject_rename()
527 kobject_put(kobj); in kobject_rename()
575 kobject_put(old_parent); in kobject_move()
578 kobject_put(new_parent); in kobject_move()
579 kobject_put(kobj); in kobject_move()
628 kobject_put(parent); in kobject_del()
698 kobject_put(parent); in kobject_cleanup()
730 void kobject_put(struct kobject *kobj) in kobject_put() function
740 EXPORT_SYMBOL(kobject_put);
801 kobject_put(kobj); in kobject_create_and_add()
891 kobject_put(&k->kobj); in kset_unregister()