Home
last modified time | relevance | path

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

/linux-6.6.21/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-6.6.21/lib/
Dkobject.c152 char *kobject_get_path(const struct kobject *kobj, gfp_t gfp_mask) in kobject_get_path() function
171 EXPORT_SYMBOL_GPL(kobject_get_path);
490 devpath = kobject_get_path(kobj, GFP_KERNEL); in kobject_rename()
556 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-6.6.21/include/linux/
Dkobject.h114 char *kobject_get_path(const struct kobject *kobj, gfp_t flag);
/linux-6.6.21/drivers/input/
Dinput.c1199 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-6.6.21/drivers/base/power/
Ddomain.c3154 kobj_path = kobject_get_path(&pm_data->dev->kobj, in genpd_summary_one()
3340 kobj_path = kobject_get_path(&pm_data->dev->kobj, in devices_show()
/linux-6.6.21/drivers/media/rc/
Drc-main.c1938 path = kobject_get_path(&dev->dev.kobj, GFP_KERNEL); in rc_register_device()
/linux-6.6.21/drivers/usb/core/
Dhub.c5626 port_dev_path = kobject_get_path(&port_dev->dev.kobj, GFP_KERNEL); in port_over_current_notify()