Lines Matching refs:imx_pm_domain
42 struct imx_pm_domain { struct
53 static inline struct imx_pm_domain * argument
56 return container_of(genpd, struct imx_pm_domain, base); in to_imx_pm_domain()
61 struct imx_pm_domain *pd = to_imx_pm_domain(genpd); in imx6_pm_domain_power_off()
89 struct imx_pm_domain *pd = to_imx_pm_domain(genpd); in imx6_pm_domain_power_on()
130 static int imx_pgc_get_clocks(struct device *dev, struct imx_pm_domain *domain) in imx_pgc_get_clocks()
156 static void imx_pgc_put_clocks(struct imx_pm_domain *domain) in imx_pgc_put_clocks()
164 static int imx_pgc_parse_dt(struct device *dev, struct imx_pm_domain *domain) in imx_pgc_parse_dt()
181 struct imx_pm_domain *domain = pdev->dev.platform_data; in imx_pgc_power_domain_probe()
216 struct imx_pm_domain *domain = pdev->dev.platform_data; in imx_pgc_power_domain_remove()
252 static struct imx_pm_domain imx_gpc_domains[] = {
363 struct imx_pm_domain *domain; in imx_gpc_old_dt_init()
459 struct imx_pm_domain *domain; in imx_gpc_probe()