Searched refs:kobject_rename (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dkobject.h100 extern int __must_check kobject_rename(struct kobject *, const char *new_name);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Dkobject.c242 * kobject to the system, you must call kobject_rename() in order to
390 * kobject_rename - change the name of an object
395 * exclusion between two different calls of kobject_rename
399 int kobject_rename(struct kobject *kobj, const char *new_name) function
454 EXPORT_SYMBOL_GPL(kobject_rename); variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/
H A Dslot.c187 result = kobject_rename(&slot->kobj, slot_name);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/base/
H A Dcore.c1635 error = kobject_rename(&dev->kobj, new_name);

Completed in 227 milliseconds