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)))
3034 const char *kobj_path; in genpd_summary_one() local3067 kobj_path = kobject_get_path(&pm_data->dev->kobj, in genpd_summary_one()3070 if (kobj_path == NULL) in genpd_summary_one()3073 seq_printf(s, "\n %-50s ", kobj_path); in genpd_summary_one()3076 kfree(kobj_path); in genpd_summary_one()3235 const char *kobj_path; in devices_show() local3243 kobj_path = kobject_get_path(&pm_data->dev->kobj, in devices_show()3246 if (kobj_path == NULL) in devices_show()3249 seq_printf(s, "%s\n", kobj_path); in devices_show()3250 kfree(kobj_path); in devices_show()