Home
last modified time | relevance | path

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

/linux-4.4.14/lib/
Dkobject.c146 char *kobject_get_path(struct kobject *kobj, gfp_t gfp_mask) in kobject_get_path() function
161 EXPORT_SYMBOL_GPL(kobject_get_path);
469 devpath = kobject_get_path(kobj, GFP_KERNEL); in kobject_rename()
535 devpath = kobject_get_path(kobj, GFP_KERNEL); in kobject_move()
Dkobject_uevent.c232 devpath = kobject_get_path(kobj, GFP_KERNEL); in kobject_uevent_env()
/linux-4.4.14/include/linux/
Dkobject.h114 extern char *kobject_get_path(struct kobject *kobj, gfp_t flag);
/linux-4.4.14/arch/x86/kvm/
Dassigned-dev.c670 kpath = kobject_get_path(&dev->dev.kobj, GFP_KERNEL); in probe_sysfs_permissions()
/linux-4.4.14/drivers/input/
Dinput.c1138 const char *path = kobject_get_path(&dev->dev.kobj, GFP_KERNEL); in input_devices_seq_show()
2141 path = kobject_get_path(&dev->dev.kobj, GFP_KERNEL); in input_register_device()
/linux-4.4.14/drivers/media/rc/
Drc-main.c1422 path = kobject_get_path(&dev->dev.kobj, GFP_KERNEL); in rc_register_device()
/linux-4.4.14/drivers/base/power/
Ddomain.c1893 kobj_path = kobject_get_path(&pm_data->dev->kobj, GFP_KERNEL); in pm_genpd_summary_one()