Home
last modified time | relevance | path

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

/openbmc/linux/scripts/gdb/linux/
H A Dgenpd.py16 def kobject_get_path(kobj): function
20 path = kobject_get_path(parent) + '/' + path
69 kobj_path = kobject_get_path(dev['kobj'])
/openbmc/linux/lib/
H A 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()
H A Dkobject_uevent.c226 devpath = kobject_get_path(kobj, GFP_KERNEL); in kobject_synth_uevent()
544 devpath = kobject_get_path(kobj, GFP_KERNEL); in kobject_uevent_env()
/openbmc/linux/include/linux/
H A Dkobject.h114 char *kobject_get_path(const struct kobject *kobj, gfp_t flag);
/openbmc/linux/drivers/input/
H A Dinput.c1199 const char *path = kobject_get_path(&dev->dev.kobj, GFP_KERNEL); in input_devices_seq_show()
2457 path = kobject_get_path(&dev->dev.kobj, GFP_KERNEL); in input_register_device()
/openbmc/linux/drivers/base/power/
H A Ddomain.c3155 kobj_path = kobject_get_path(&pm_data->dev->kobj, in genpd_summary_one()
3341 kobj_path = kobject_get_path(&pm_data->dev->kobj, in devices_show()
/openbmc/linux/drivers/media/rc/
H A Drc-main.c1938 path = kobject_get_path(&dev->dev.kobj, GFP_KERNEL); in rc_register_device()
/openbmc/linux/drivers/usb/core/
H A Dhub.c5649 port_dev_path = kobject_get_path(&port_dev->dev.kobj, GFP_KERNEL); in port_over_current_notify()