Home
last modified time | relevance | path

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

/linux-4.1.27/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);
457 devpath = kobject_get_path(kobj, GFP_KERNEL); in kobject_rename()
523 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.1.27/include/linux/
Dkobject.h113 extern char *kobject_get_path(struct kobject *kobj, gfp_t flag);
/linux-4.1.27/arch/x86/kvm/
Dassigned-dev.c654 kpath = kobject_get_path(&dev->dev.kobj, GFP_KERNEL); in probe_sysfs_permissions()
/linux-4.1.27/drivers/input/
Dinput.c1135 const char *path = kobject_get_path(&dev->dev.kobj, GFP_KERNEL); in input_devices_seq_show()
2138 path = kobject_get_path(&dev->dev.kobj, GFP_KERNEL); in input_register_device()
/linux-4.1.27/drivers/media/rc/
Drc-main.c1399 path = kobject_get_path(&dev->dev.kobj, GFP_KERNEL); in rc_register_device()
/linux-4.1.27/drivers/base/power/
Ddomain.c2307 kobj_path = kobject_get_path(&pm_data->dev->kobj, GFP_KERNEL); in pm_genpd_summary_one()