Home
last modified time | relevance | path

Searched refs:gpd_list_node (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/base/power/
Ddomain.c54 list_for_each_entry(gpd, &gpd_list, gpd_list_node) { in pm_genpd_lookup_dev()
536 list_for_each_entry(genpd, &gpd_list, gpd_list_node) in genpd_poweroff_unused()
558 list_for_each_entry(gpd, &gpd_list, gpd_list_node) in pm_genpd_present()
1518 list_add(&genpd->gpd_list_node, &gpd_list); in pm_genpd_init()
1922 list_for_each_entry(genpd, &gpd_list, gpd_list_node) { in pm_genpd_summary_show()
/linux-4.4.14/include/linux/
Dpm_domain.h42 struct list_head gpd_list_node; /* Node in the global PM domains list */ member