Searched refs:kobj_path (Results 1 – 1 of 1) sorted by relevance
3039 const char *kobj_path; in genpd_summary_one() local3072 kobj_path = kobject_get_path(&pm_data->dev->kobj, in genpd_summary_one()3075 if (kobj_path == NULL) in genpd_summary_one()3078 seq_printf(s, "\n %-50s ", kobj_path); in genpd_summary_one()3081 kfree(kobj_path); in genpd_summary_one()3240 const char *kobj_path; in devices_show() local3248 kobj_path = kobject_get_path(&pm_data->dev->kobj, in devices_show()3251 if (kobj_path == NULL) in devices_show()3254 seq_printf(s, "%s\n", kobj_path); in devices_show()3255 kfree(kobj_path); in devices_show()