Searched refs:kobj_path (Results 1 – 1 of 1) sorted by relevance
2771 const char *kobj_path; in genpd_summary_one() local2802 kobj_path = kobject_get_path(&pm_data->dev->kobj, in genpd_summary_one()2805 if (kobj_path == NULL) in genpd_summary_one()2808 seq_printf(s, "\n %-50s ", kobj_path); in genpd_summary_one()2810 kfree(kobj_path); in genpd_summary_one()2968 const char *kobj_path; in devices_show() local2976 kobj_path = kobject_get_path(&pm_data->dev->kobj, in devices_show()2979 if (kobj_path == NULL) in devices_show()2982 seq_printf(s, "%s\n", kobj_path); in devices_show()2983 kfree(kobj_path); in devices_show()