kobject_get_path  102 include/linux/kobject.h extern char *kobject_get_path(struct kobject *kobj, gfp_t flag);
kobject_get_path  417 lib/kobject.c  	devpath = kobject_get_path(kobj, GFP_KERNEL);
kobject_get_path  470 lib/kobject.c  	devpath = kobject_get_path(kobj, GFP_KERNEL);
kobject_get_path  148 lib/kobject_uevent.c 	devpath = kobject_get_path(kobj, GFP_KERNEL);