Searched refs:GENPD_FLAG_ALWAYS_ON (Results 1 – 19 of 19) sorted by relevance
/linux-5.19.10/drivers/soc/bcm/bcm63xx/ |
D | bcm63xx-power.c | 197 .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/ |
D | meson-secure-pwrc.c | 100 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),
|
D | meson-gx-pwrc-vpu.c | 343 vpu_pd->genpd.flags = GENPD_FLAG_ALWAYS_ON; in meson_gx_pwrc_vpu_probe()
|
D | meson-ee-pwrc.c | 453 dom->base.flags = GENPD_FLAG_ALWAYS_ON; in meson_ee_pwrc_init_domain()
|
/linux-5.19.10/drivers/soc/renesas/ |
D | rmobile-sysc.c | 118 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()
|
D | rcar-gen4-sysc.c | 231 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()
|
D | rcar-sysc.c | 218 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/ |
D | owl-sps.c | 169 .genpd_flags = GENPD_FLAG_ALWAYS_ON, 175 .genpd_flags = GENPD_FLAG_ALWAYS_ON,
|
/linux-5.19.10/drivers/cpuidle/ |
D | cpuidle-psci-domain.c | 71 pd->flags |= GENPD_FLAG_ALWAYS_ON; in psci_pd_init()
|
D | cpuidle-riscv-sbi.c | 433 pd->flags |= GENPD_FLAG_ALWAYS_ON; in sbi_pd_init()
|
/linux-5.19.10/drivers/soc/imx/ |
D | gpc.c | 256 .flags = GENPD_FLAG_ALWAYS_ON, 451 GENPD_FLAG_ALWAYS_ON; in imx_gpc_probe()
|
/linux-5.19.10/drivers/clk/renesas/ |
D | clk-mstp.c | 335 pd->flags = GENPD_FLAG_PM_CLK | GENPD_FLAG_ALWAYS_ON | in cpg_mstp_add_clk_domain()
|
D | renesas-cpg-mssr.c | 587 genpd->flags = GENPD_FLAG_PM_CLK | GENPD_FLAG_ALWAYS_ON | in cpg_mssr_add_clk_domain()
|
D | r9a06g032-clocks.c | 452 pd->flags = GENPD_FLAG_PM_CLK | GENPD_FLAG_ALWAYS_ON | in r9a06g032_add_clk_domain()
|
D | rzg2l-cpg.c | 1312 genpd->flags = GENPD_FLAG_PM_CLK | GENPD_FLAG_ALWAYS_ON | in rzg2l_cpg_add_clk_domain()
|
/linux-5.19.10/include/linux/ |
D | pm_domain.h | 66 #define GENPD_FLAG_ALWAYS_ON (1U << 2) macro
|
/linux-5.19.10/drivers/soc/apple/ |
D | apple-pmgr-pwrstate.c | 236 ps->genpd.flags |= GENPD_FLAG_ALWAYS_ON; in apple_pmgr_ps_probe()
|
/linux-5.19.10/drivers/clk/qcom/ |
D | gdsc.c | 468 sc->pd.flags |= GENPD_FLAG_ALWAYS_ON; in gdsc_init()
|
/linux-5.19.10/drivers/base/power/ |
D | domain.c | 129 #define genpd_is_always_on(genpd) (genpd->flags & GENPD_FLAG_ALWAYS_ON)
|