Searched refs:GENPD_FLAG_ALWAYS_ON (Results 1 – 22 of 22) sorted by relevance
| /linux/drivers/pmdomain/amlogic/ |
| A D | meson-secure-pwrc.c | 118 SEC_PD(UART, GENPD_FLAG_ALWAYS_ON), 120 SEC_PD(DMC, GENPD_FLAG_ALWAYS_ON), 130 SEC_PD(RAMB, GENPD_FLAG_ALWAYS_ON), 136 SEC_PD(NIC, GENPD_FLAG_ALWAYS_ON), 150 SEC_PD(A4_DMC, GENPD_FLAG_ALWAYS_ON), 156 SEC_PD(A4_AO_IR, GENPD_FLAG_ALWAYS_ON), 169 SEC_PD(A5_DMC, GENPD_FLAG_ALWAYS_ON), 183 SEC_PD(C3_ETH, GENPD_FLAG_ALWAYS_ON), 199 SEC_PD(S4_ETH, GENPD_FLAG_ALWAYS_ON), 223 SEC_PD(T7_ETH, GENPD_FLAG_ALWAYS_ON), [all …]
|
| A D | meson-ee-pwrc.c | 485 dom->base.flags = GENPD_FLAG_ALWAYS_ON; in meson_ee_pwrc_init_domain()
|
| /linux/drivers/pmdomain/bcm/ |
| A D | bcm63xx-power.c | 196 .flags = GENPD_FLAG_ALWAYS_ON, 200 .flags = GENPD_FLAG_ALWAYS_ON, 204 .flags = GENPD_FLAG_ALWAYS_ON, 208 .flags = GENPD_FLAG_ALWAYS_ON, 260 .flags = GENPD_FLAG_ALWAYS_ON, 279 .flags = GENPD_FLAG_ALWAYS_ON, 310 .flags = GENPD_FLAG_ALWAYS_ON, 329 .flags = GENPD_FLAG_ALWAYS_ON,
|
| /linux/drivers/pmdomain/renesas/ |
| A D | rmobile-sysc.c | 107 if (!(genpd->flags & GENPD_FLAG_ALWAYS_ON)) { in rmobile_init_pm_domain() 227 pd->genpd.flags |= GENPD_FLAG_ALWAYS_ON; in rmobile_setup_pm_domain() 243 pd->genpd.flags |= GENPD_FLAG_ALWAYS_ON; in rmobile_setup_pm_domain() 252 pd->genpd.flags |= GENPD_FLAG_ALWAYS_ON; in rmobile_setup_pm_domain() 259 pd->genpd.flags |= GENPD_FLAG_ALWAYS_ON; in rmobile_setup_pm_domain()
|
| A 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()
|
| A D | rcar-sysc.c | 216 genpd->flags |= GENPD_FLAG_ALWAYS_ON; in rcar_sysc_pd_setup() 224 genpd->flags |= GENPD_FLAG_ALWAYS_ON; in rcar_sysc_pd_setup() 229 genpd->flags |= GENPD_FLAG_ALWAYS_ON; in rcar_sysc_pd_setup()
|
| /linux/drivers/pmdomain/actions/ |
| A D | owl-sps.c | 163 .genpd_flags = GENPD_FLAG_ALWAYS_ON, 169 .genpd_flags = GENPD_FLAG_ALWAYS_ON,
|
| /linux/drivers/cpuidle/ |
| A D | cpuidle-psci-domain.c | 78 pd->flags |= GENPD_FLAG_ALWAYS_ON; in psci_pd_init()
|
| A D | cpuidle-riscv-sbi.c | 401 pd->flags |= GENPD_FLAG_ALWAYS_ON; in sbi_pd_init()
|
| /linux/drivers/pmdomain/starfive/ |
| A D | jh71xx-pmu.c | 384 .flags = GENPD_FLAG_ALWAYS_ON, 389 .flags = GENPD_FLAG_ALWAYS_ON,
|
| /linux/drivers/pmdomain/imx/ |
| A D | gpc.c | 255 .flags = GENPD_FLAG_ALWAYS_ON, 448 GENPD_FLAG_ALWAYS_ON; in imx_gpc_probe()
|
| /linux/drivers/pmdomain/arm/ |
| A D | scmi_perf_domain.c | 127 scmi_pd->genpd.flags = GENPD_FLAG_ALWAYS_ON | in scmi_perf_domain_probe()
|
| /linux/drivers/clk/renesas/ |
| A D | clk-mstp.c | 321 pd->flags = GENPD_FLAG_PM_CLK | GENPD_FLAG_ALWAYS_ON | in cpg_mstp_add_clk_domain()
|
| A D | rzv2h-cpg.c | 741 pd->genpd.flags |= GENPD_FLAG_ALWAYS_ON | GENPD_FLAG_PM_CLK | GENPD_FLAG_ACTIVE_WAKEUP; in rzv2h_cpg_add_pm_domains()
|
| A D | renesas-cpg-mssr.c | 599 genpd->flags = GENPD_FLAG_PM_CLK | GENPD_FLAG_ALWAYS_ON | in cpg_mssr_add_clk_domain()
|
| A D | r9a06g032-clocks.c | 804 pd->flags = GENPD_FLAG_PM_CLK | GENPD_FLAG_ALWAYS_ON | in r9a06g032_add_clk_domain()
|
| A D | rzg2l-cpg.c | 1691 pd->genpd.flags |= GENPD_FLAG_ALWAYS_ON; in rzg2l_cpg_pd_setup()
|
| /linux/drivers/pmdomain/apple/ |
| A D | pmgr-pwrstate.c | 239 ps->genpd.flags |= GENPD_FLAG_ALWAYS_ON; in apple_pmgr_ps_probe()
|
| /linux/include/linux/ |
| A D | pm_domain.h | 102 #define GENPD_FLAG_ALWAYS_ON (1U << 2) macro
|
| /linux/drivers/clk/qcom/ |
| A D | gdsc.c | 486 sc->pd.flags |= GENPD_FLAG_ALWAYS_ON; in gdsc_init()
|
| /linux/drivers/pmdomain/mediatek/ |
| A D | mtk-pm-domains.c | 494 pd->genpd.flags |= GENPD_FLAG_ALWAYS_ON; in scpsys_add_one_domain()
|
| /linux/drivers/pmdomain/ |
| A D | core.c | 173 #define genpd_is_always_on(genpd) (genpd->flags & GENPD_FLAG_ALWAYS_ON)
|
Completed in 59 milliseconds