Searched refs:kobj_path (Results 1 – 2 of 2) sorted by relevance
69 kobj_path = kobject_get_path(dev['kobj'])70 gdb.write(' %-50s %s\n' % (kobj_path, rtpm_status_str(dev)))
3121 const char *kobj_path; in genpd_summary_one() local3154 kobj_path = kobject_get_path(&pm_data->dev->kobj, in genpd_summary_one()3157 if (kobj_path == NULL) in genpd_summary_one()3160 seq_printf(s, "\n %-50s ", kobj_path); in genpd_summary_one()3163 kfree(kobj_path); in genpd_summary_one()3332 const char *kobj_path; in devices_show() local3340 kobj_path = kobject_get_path(&pm_data->dev->kobj, in devices_show()3343 if (kobj_path == NULL) in devices_show()3346 seq_printf(s, "%s\n", kobj_path); in devices_show()3347 kfree(kobj_path); in devices_show()