Home
last modified time | relevance | path

Searched refs:GENPD_FLAG_ALWAYS_ON (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/soc/bcm/bcm63xx/
H A Dbcm63xx-power.c199 .flags = GENPD_FLAG_ALWAYS_ON,
203 .flags = GENPD_FLAG_ALWAYS_ON,
207 .flags = GENPD_FLAG_ALWAYS_ON,
211 .flags = GENPD_FLAG_ALWAYS_ON,
263 .flags = GENPD_FLAG_ALWAYS_ON,
282 .flags = GENPD_FLAG_ALWAYS_ON,
313 .flags = GENPD_FLAG_ALWAYS_ON,
332 .flags = GENPD_FLAG_ALWAYS_ON,
/OK3568_Linux_fs/kernel/drivers/soc/renesas/
H A Drmobile-sysc.c120 if (!(genpd->flags & GENPD_FLAG_ALWAYS_ON)) { in rmobile_init_pm_domain()
240 pd->genpd.flags |= GENPD_FLAG_ALWAYS_ON; in rmobile_setup_pm_domain()
256 pd->genpd.flags |= GENPD_FLAG_ALWAYS_ON; in rmobile_setup_pm_domain()
265 pd->genpd.flags |= GENPD_FLAG_ALWAYS_ON; in rmobile_setup_pm_domain()
272 pd->genpd.flags |= GENPD_FLAG_ALWAYS_ON; in rmobile_setup_pm_domain()
H A Dr8a779a0-sysc.c310 genpd->flags |= GENPD_FLAG_ALWAYS_ON; in r8a779a0_sysc_pd_setup()
318 genpd->flags |= GENPD_FLAG_ALWAYS_ON; in r8a779a0_sysc_pd_setup()
323 genpd->flags |= GENPD_FLAG_ALWAYS_ON; in r8a779a0_sysc_pd_setup()
H A Drcar-sysc.c223 genpd->flags |= GENPD_FLAG_ALWAYS_ON; in rcar_sysc_pd_setup()
231 genpd->flags |= GENPD_FLAG_ALWAYS_ON; in rcar_sysc_pd_setup()
236 genpd->flags |= GENPD_FLAG_ALWAYS_ON; in rcar_sysc_pd_setup()
/OK3568_Linux_fs/kernel/drivers/soc/amlogic/
H A Dmeson-secure-pwrc.c99 SEC_PD(UART, GENPD_FLAG_ALWAYS_ON),
101 SEC_PD(DMC, GENPD_FLAG_ALWAYS_ON),
111 SEC_PD(RAMB, GENPD_FLAG_ALWAYS_ON),
117 SEC_PD(NIC, GENPD_FLAG_ALWAYS_ON),
H A Dmeson-gx-pwrc-vpu.c343 vpu_pd->genpd.flags = GENPD_FLAG_ALWAYS_ON; in meson_gx_pwrc_vpu_probe()
H A Dmeson-ee-pwrc.c454 dom->base.flags = GENPD_FLAG_ALWAYS_ON; in meson_ee_pwrc_init_domain()
/OK3568_Linux_fs/kernel/drivers/soc/actions/
H A Dowl-sps.c169 .genpd_flags = GENPD_FLAG_ALWAYS_ON,
175 .genpd_flags = GENPD_FLAG_ALWAYS_ON,
/OK3568_Linux_fs/kernel/drivers/soc/imx/
H A Dgpc.c256 .flags = GENPD_FLAG_ALWAYS_ON,
451 GENPD_FLAG_ALWAYS_ON; in imx_gpc_probe()
/OK3568_Linux_fs/kernel/drivers/cpuidle/
H A Dcpuidle-psci-domain.c146 pd->flags |= GENPD_FLAG_ALWAYS_ON; in psci_pd_init()
/OK3568_Linux_fs/kernel/drivers/clk/renesas/
H A Dclk-mstp.c335 pd->flags = GENPD_FLAG_PM_CLK | GENPD_FLAG_ALWAYS_ON | in cpg_mstp_add_clk_domain()
H A Drenesas-cpg-mssr.c576 genpd->flags = GENPD_FLAG_PM_CLK | GENPD_FLAG_ALWAYS_ON | in cpg_mssr_add_clk_domain()
H A Dr9a06g032-clocks.c424 pd->flags = GENPD_FLAG_PM_CLK | GENPD_FLAG_ALWAYS_ON | in r9a06g032_add_clk_domain()
/OK3568_Linux_fs/kernel/include/linux/
H A Dpm_domain.h66 #define GENPD_FLAG_ALWAYS_ON (1U << 2) macro
/OK3568_Linux_fs/kernel/drivers/clk/qcom/
H A Dgdsc.c421 sc->pd.flags |= GENPD_FLAG_ALWAYS_ON; in gdsc_init()
/OK3568_Linux_fs/kernel/drivers/soc/rockchip/
H A Dpm_domains.c971 if (pd->genpd.flags & GENPD_FLAG_ALWAYS_ON) in rockchip_pd_add_alwasy_on_flag()
973 pd->genpd.flags |= GENPD_FLAG_ALWAYS_ON; in rockchip_pd_add_alwasy_on_flag()
1329 if (!(genpd->flags & GENPD_FLAG_ALWAYS_ON)) in rockchip_pd_keepon_do_release()
1331 genpd->flags &= (~GENPD_FLAG_ALWAYS_ON); in rockchip_pd_keepon_do_release()
/OK3568_Linux_fs/kernel/drivers/base/power/
H A Ddomain.c129 #define genpd_is_always_on(genpd) (genpd->flags & GENPD_FLAG_ALWAYS_ON)