Lines Matching refs:kobject_put
258 kobject_put(parent); in kobject_add_internal()
502 kobject_put(kobj); in kobject_rename()
543 kobject_put(kobj); in kobject_rename()
591 kobject_put(old_parent); in kobject_move()
594 kobject_put(new_parent); in kobject_move()
595 kobject_put(kobj); in kobject_move()
644 kobject_put(parent); in kobject_del()
714 kobject_put(parent); in kobject_cleanup()
746 void kobject_put(struct kobject *kobj) in kobject_put() function
756 EXPORT_SYMBOL(kobject_put);
817 kobject_put(kobj); in kobject_create_and_add()
895 kobject_put(&k->kobj); in kset_unregister()