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)))
3105 const char *kobj_path; in genpd_summary_one() local3138 kobj_path = kobject_get_path(&pm_data->dev->kobj, in genpd_summary_one()3141 if (kobj_path == NULL) in genpd_summary_one()3144 seq_printf(s, "\n %-50s ", kobj_path); in genpd_summary_one()3147 kfree(kobj_path); in genpd_summary_one()3316 const char *kobj_path; in devices_show() local3324 kobj_path = kobject_get_path(&pm_data->dev->kobj, in devices_show()3327 if (kobj_path == NULL) in devices_show()3330 seq_printf(s, "%s\n", kobj_path); in devices_show()3331 kfree(kobj_path); in devices_show()