Home
last modified time | relevance | path

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

/linux-6.3-rc2/scripts/gdb/linux/
A 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.3-rc2/lib/
A Dkobject.c143 char *kobject_get_path(const struct kobject *kobj, gfp_t gfp_mask) in kobject_get_path() function
162 EXPORT_SYMBOL_GPL(kobject_get_path);
482 devpath = kobject_get_path(kobj, GFP_KERNEL); in kobject_rename()
548 devpath = kobject_get_path(kobj, GFP_KERNEL); in kobject_move()
A 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.3-rc2/include/linux/
A Dkobject.h118 extern char *kobject_get_path(const struct kobject *kobj, gfp_t flag);
/linux-6.3-rc2/drivers/input/
A Dinput.c1197 const char *path = kobject_get_path(&dev->dev.kobj, GFP_KERNEL); in input_devices_seq_show()
2381 path = kobject_get_path(&dev->dev.kobj, GFP_KERNEL); in input_register_device()
/linux-6.3-rc2/drivers/base/power/
A Ddomain.c3151 kobj_path = kobject_get_path(&pm_data->dev->kobj, in genpd_summary_one()
3337 kobj_path = kobject_get_path(&pm_data->dev->kobj, in devices_show()
/linux-6.3-rc2/drivers/media/rc/
A Drc-main.c1938 path = kobject_get_path(&dev->dev.kobj, GFP_KERNEL); in rc_register_device()
/linux-6.3-rc2/drivers/usb/core/
A Dhub.c5569 port_dev_path = kobject_get_path(&port_dev->dev.kobj, GFP_KERNEL); in port_over_current_notify()

Completed in 43 milliseconds