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)))
2938 const char *kobj_path; in genpd_summary_one() local2969 kobj_path = kobject_get_path(&pm_data->dev->kobj, in genpd_summary_one()2972 if (kobj_path == NULL) in genpd_summary_one()2975 seq_printf(s, "\n %-50s ", kobj_path); in genpd_summary_one()2977 kfree(kobj_path); in genpd_summary_one()3136 const char *kobj_path; in devices_show() local3144 kobj_path = kobject_get_path(&pm_data->dev->kobj, in devices_show()3147 if (kobj_path == NULL) in devices_show()3150 seq_printf(s, "%s\n", kobj_path); in devices_show()3151 kfree(kobj_path); in devices_show()