Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/soc/bcm/bcm63xx/
Dbcm63xx-power.c197 .flags = GENPD_FLAG_ALWAYS_ON,
201 .flags = GENPD_FLAG_ALWAYS_ON,
205 .flags = GENPD_FLAG_ALWAYS_ON,
209 .flags = GENPD_FLAG_ALWAYS_ON,
261 .flags = GENPD_FLAG_ALWAYS_ON,
280 .flags = GENPD_FLAG_ALWAYS_ON,
311 .flags = GENPD_FLAG_ALWAYS_ON,
330 .flags = GENPD_FLAG_ALWAYS_ON,
/linux-5.19.10/drivers/soc/amlogic/
Dmeson-secure-pwrc.c100 SEC_PD(UART, GENPD_FLAG_ALWAYS_ON),
102 SEC_PD(DMC, GENPD_FLAG_ALWAYS_ON),
112 SEC_PD(RAMB, GENPD_FLAG_ALWAYS_ON),
118 SEC_PD(NIC, GENPD_FLAG_ALWAYS_ON),
130 SEC_PD(S4_ETH, GENPD_FLAG_ALWAYS_ON),
Dmeson-gx-pwrc-vpu.c343 vpu_pd->genpd.flags = GENPD_FLAG_ALWAYS_ON; in meson_gx_pwrc_vpu_probe()
Dmeson-ee-pwrc.c453 dom->base.flags = GENPD_FLAG_ALWAYS_ON; in meson_ee_pwrc_init_domain()
/linux-5.19.10/drivers/soc/renesas/
Drmobile-sysc.c118 if (!(genpd->flags & GENPD_FLAG_ALWAYS_ON)) { in rmobile_init_pm_domain()
238 pd->genpd.flags |= GENPD_FLAG_ALWAYS_ON; in rmobile_setup_pm_domain()
254 pd->genpd.flags |= GENPD_FLAG_ALWAYS_ON; in rmobile_setup_pm_domain()
263 pd->genpd.flags |= GENPD_FLAG_ALWAYS_ON; in rmobile_setup_pm_domain()
270 pd->genpd.flags |= GENPD_FLAG_ALWAYS_ON; in rmobile_setup_pm_domain()
Drcar-gen4-sysc.c231 genpd->flags |= GENPD_FLAG_ALWAYS_ON; in rcar_gen4_sysc_pd_setup()
239 genpd->flags |= GENPD_FLAG_ALWAYS_ON; in rcar_gen4_sysc_pd_setup()
244 genpd->flags |= GENPD_FLAG_ALWAYS_ON; in rcar_gen4_sysc_pd_setup()
Drcar-sysc.c218 genpd->flags |= GENPD_FLAG_ALWAYS_ON; in rcar_sysc_pd_setup()
226 genpd->flags |= GENPD_FLAG_ALWAYS_ON; in rcar_sysc_pd_setup()
231 genpd->flags |= GENPD_FLAG_ALWAYS_ON; in rcar_sysc_pd_setup()
/linux-5.19.10/drivers/soc/actions/
Dowl-sps.c169 .genpd_flags = GENPD_FLAG_ALWAYS_ON,
175 .genpd_flags = GENPD_FLAG_ALWAYS_ON,
/linux-5.19.10/drivers/cpuidle/
Dcpuidle-psci-domain.c71 pd->flags |= GENPD_FLAG_ALWAYS_ON; in psci_pd_init()
Dcpuidle-riscv-sbi.c433 pd->flags |= GENPD_FLAG_ALWAYS_ON; in sbi_pd_init()
/linux-5.19.10/drivers/soc/imx/
Dgpc.c256 .flags = GENPD_FLAG_ALWAYS_ON,
451 GENPD_FLAG_ALWAYS_ON; in imx_gpc_probe()
/linux-5.19.10/drivers/clk/renesas/
Dclk-mstp.c335 pd->flags = GENPD_FLAG_PM_CLK | GENPD_FLAG_ALWAYS_ON | in cpg_mstp_add_clk_domain()
Drenesas-cpg-mssr.c587 genpd->flags = GENPD_FLAG_PM_CLK | GENPD_FLAG_ALWAYS_ON | in cpg_mssr_add_clk_domain()
Dr9a06g032-clocks.c452 pd->flags = GENPD_FLAG_PM_CLK | GENPD_FLAG_ALWAYS_ON | in r9a06g032_add_clk_domain()
Drzg2l-cpg.c1312 genpd->flags = GENPD_FLAG_PM_CLK | GENPD_FLAG_ALWAYS_ON | in rzg2l_cpg_add_clk_domain()
/linux-5.19.10/include/linux/
Dpm_domain.h66 #define GENPD_FLAG_ALWAYS_ON (1U << 2) macro
/linux-5.19.10/drivers/soc/apple/
Dapple-pmgr-pwrstate.c236 ps->genpd.flags |= GENPD_FLAG_ALWAYS_ON; in apple_pmgr_ps_probe()
/linux-5.19.10/drivers/clk/qcom/
Dgdsc.c468 sc->pd.flags |= GENPD_FLAG_ALWAYS_ON; in gdsc_init()
/linux-5.19.10/drivers/base/power/
Ddomain.c129 #define genpd_is_always_on(genpd) (genpd->flags & GENPD_FLAG_ALWAYS_ON)