Home
last modified time | relevance | path

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

/Linux-v4.19/lib/
Dkobject.c163 char *kobject_get_path(struct kobject *kobj, gfp_t gfp_mask) in kobject_get_path() function
178 EXPORT_SYMBOL_GPL(kobject_get_path);
484 devpath = kobject_get_path(kobj, GFP_KERNEL); in kobject_rename()
550 devpath = kobject_get_path(kobj, GFP_KERNEL); in kobject_move()
Dkobject_uevent.c226 devpath = kobject_get_path(kobj, GFP_KERNEL); in kobject_synth_uevent()
519 devpath = kobject_get_path(kobj, GFP_KERNEL); in kobject_uevent_env()
/Linux-v4.19/include/linux/
Dkobject.h120 extern char *kobject_get_path(struct kobject *kobj, gfp_t flag);
/Linux-v4.19/drivers/input/
Dinput.c1139 const char *path = kobject_get_path(&dev->dev.kobj, GFP_KERNEL); in input_devices_seq_show()
2146 path = kobject_get_path(&dev->dev.kobj, GFP_KERNEL); in input_register_device()
/Linux-v4.19/drivers/base/power/
Ddomain.c2644 kobj_path = kobject_get_path(&pm_data->dev->kobj, in genpd_summary_one()
2818 kobj_path = kobject_get_path(&pm_data->dev->kobj, in genpd_devices_show()
/Linux-v4.19/drivers/media/rc/
Drc-main.c1868 path = kobject_get_path(&dev->dev.kobj, GFP_KERNEL); in rc_register_device()