Home
last modified time | relevance | path

Searched refs:kobject_get_path (Results 1 – 6 of 6) sorted by relevance

/linux-3.4.99/lib/
Dkobject.c104 char *kobject_get_path(struct kobject *kobj, gfp_t gfp_mask) in kobject_get_path() function
119 EXPORT_SYMBOL_GPL(kobject_get_path);
413 devpath = kobject_get_path(kobj, GFP_KERNEL); in kobject_rename()
478 devpath = kobject_get_path(kobj, GFP_KERNEL); in kobject_move()
Dkobject_uevent.c199 devpath = kobject_get_path(kobj, GFP_KERNEL); in kobject_uevent_env()
/linux-3.4.99/include/linux/
Dkobject.h106 extern char *kobject_get_path(struct kobject *kobj, gfp_t flag);
/linux-3.4.99/virt/kvm/
Dassigned-dev.c597 kpath = kobject_get_path(&dev->dev.kobj, GFP_KERNEL); in probe_sysfs_permissions()
/linux-3.4.99/drivers/input/
Dinput.c1039 const char *path = kobject_get_path(&dev->dev.kobj, GFP_KERNEL); in input_devices_seq_show()
1864 path = kobject_get_path(&dev->dev.kobj, GFP_KERNEL); in input_register_device()
/linux-3.4.99/drivers/media/rc/
Drc-main.c1102 path = kobject_get_path(&dev->dev.kobj, GFP_KERNEL); in rc_register_device()