Searched refs:kobject_move (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dkobject.h101 extern int __must_check kobject_move(struct kobject *, struct kobject *);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Dkobject.c457 * kobject_move - move object to another parent
461 int kobject_move(struct kobject *kobj, struct kobject *new_parent) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/base/
H A Dcore.c1726 error = kobject_move(&dev->kobj, new_parent_kobj);
1748 if (!kobject_move(&dev->kobj, &old_parent->kobj)) {

Completed in 52 milliseconds