Searched refs:kobject_move (Results 1 – 4 of 4) sorted by relevance
107 extern int __must_check kobject_move(struct kobject *, struct kobject *);
505 int kobject_move(struct kobject *kobj, struct kobject *new_parent) in kobject_move() function
1886 error = kobject_move(&dev->kobj, new_parent_kobj); in device_move()1907 if (!kobject_move(&dev->kobj, &old_parent->kobj)) { in device_move()
1088 ret = kobject_move(&policy->kobj, &cpu_dev->kobj); in update_policy_cpu()