Searched refs:GENPD_FLAG_ALWAYS_ON (Results 1 – 17 of 17) sorted by relevance
| /linux/drivers/soc/bcm/bcm63xx/ |
| A 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/drivers/soc/renesas/ |
| A 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()
|
| A D | r8a779a0-sysc.c | 310 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()
|
| A 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/drivers/soc/amlogic/ |
| A D | meson-secure-pwrc.c | 99 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),
|
| A D | meson-gx-pwrc-vpu.c | 343 vpu_pd->genpd.flags = GENPD_FLAG_ALWAYS_ON; in meson_gx_pwrc_vpu_probe()
|
| A D | meson-ee-pwrc.c | 453 dom->base.flags = GENPD_FLAG_ALWAYS_ON; in meson_ee_pwrc_init_domain()
|
| /linux/drivers/soc/actions/ |
| A D | owl-sps.c | 169 .genpd_flags = GENPD_FLAG_ALWAYS_ON, 175 .genpd_flags = GENPD_FLAG_ALWAYS_ON,
|
| /linux/drivers/soc/imx/ |
| A D | gpc.c | 256 .flags = GENPD_FLAG_ALWAYS_ON, 451 GENPD_FLAG_ALWAYS_ON; in imx_gpc_probe()
|
| /linux/drivers/cpuidle/ |
| A D | cpuidle-psci-domain.c | 146 pd->flags |= GENPD_FLAG_ALWAYS_ON; in psci_pd_init()
|
| /linux/drivers/clk/renesas/ |
| A D | clk-mstp.c | 335 pd->flags = GENPD_FLAG_PM_CLK | GENPD_FLAG_ALWAYS_ON | in cpg_mstp_add_clk_domain()
|
| A D | rzg2l-cpg.c | 863 genpd->flags = GENPD_FLAG_PM_CLK | GENPD_FLAG_ALWAYS_ON | in rzg2l_cpg_add_clk_domain()
|
| A D | renesas-cpg-mssr.c | 573 genpd->flags = GENPD_FLAG_PM_CLK | GENPD_FLAG_ALWAYS_ON | in cpg_mssr_add_clk_domain()
|
| A D | r9a06g032-clocks.c | 424 pd->flags = GENPD_FLAG_PM_CLK | GENPD_FLAG_ALWAYS_ON | in r9a06g032_add_clk_domain()
|
| /linux/include/linux/ |
| A D | pm_domain.h | 66 #define GENPD_FLAG_ALWAYS_ON (1U << 2) macro
|
| /linux/drivers/clk/qcom/ |
| A D | gdsc.c | 444 sc->pd.flags |= GENPD_FLAG_ALWAYS_ON; in gdsc_init()
|
| /linux/drivers/base/power/ |
| A D | domain.c | 129 #define genpd_is_always_on(genpd) (genpd->flags & GENPD_FLAG_ALWAYS_ON)
|
Completed in 833 milliseconds