Home
last modified time | relevance | path

Searched refs:rmobile_pm_domain (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/arch/arm/mach-shmobile/
Dpm-rmobile.h19 struct rmobile_pm_domain { struct
30 struct rmobile_pm_domain *to_rmobile_pd(struct generic_pm_domain *d) in to_rmobile_pd() argument
32 return container_of(d, struct rmobile_pm_domain, genpd); in to_rmobile_pd()
41 extern void rmobile_init_domains(struct rmobile_pm_domain domains[], int num);
Dpm-rmobile.c39 struct rmobile_pm_domain *rmobile_pd = to_rmobile_pd(genpd); in rmobile_pd_power_down()
72 static int __rmobile_pd_power_up(struct rmobile_pm_domain *rmobile_pd, in __rmobile_pd_power_up()
151 static void rmobile_init_pm_domain(struct rmobile_pm_domain *rmobile_pd) in rmobile_init_pm_domain()
168 void rmobile_init_domains(struct rmobile_pm_domain domains[], int num) in rmobile_init_domains()
312 struct rmobile_pm_domain *pd) in rmobile_setup_pm_domain()
368 struct rmobile_pm_domain *pd; in rmobile_add_pm_domains()
Dpm-r8a7740.c49 static struct rmobile_pm_domain r8a7740_pm_domains[] = {