Home
last modified time | relevance | path

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

/Linux-v6.1/scripts/gdb/linux/
Dgenpd.py16 def kobject_get_path(kobj): function
20 path = kobject_get_path(parent) + '/' + path
69 kobj_path = kobject_get_path(dev['kobj'])
/Linux-v6.1/lib/
Dkobject.c139 char *kobject_get_path(struct kobject *kobj, gfp_t gfp_mask) in kobject_get_path() function
154 EXPORT_SYMBOL_GPL(kobject_get_path);
474 devpath = kobject_get_path(kobj, GFP_KERNEL); in kobject_rename()
540 devpath = kobject_get_path(kobj, GFP_KERNEL); in kobject_move()
Dkobject_uevent.c226 devpath = kobject_get_path(kobj, GFP_KERNEL); in kobject_synth_uevent()
529 devpath = kobject_get_path(kobj, GFP_KERNEL); in kobject_uevent_env()
/Linux-v6.1/include/linux/
Dkobject.h118 extern char *kobject_get_path(struct kobject *kobj, gfp_t flag);
/Linux-v6.1/drivers/input/
Dinput.c1195 const char *path = kobject_get_path(&dev->dev.kobj, GFP_KERNEL); in input_devices_seq_show()
2383 path = kobject_get_path(&dev->dev.kobj, GFP_KERNEL); in input_register_device()
/Linux-v6.1/drivers/base/power/
Ddomain.c3138 kobj_path = kobject_get_path(&pm_data->dev->kobj, in genpd_summary_one()
3324 kobj_path = kobject_get_path(&pm_data->dev->kobj, in devices_show()
/Linux-v6.1/drivers/media/rc/
Drc-main.c1938 path = kobject_get_path(&dev->dev.kobj, GFP_KERNEL); in rc_register_device()
/Linux-v6.1/drivers/usb/core/
Dhub.c5515 port_dev_path = kobject_get_path(&port_dev->dev.kobj, GFP_KERNEL); in port_over_current_notify()