Symbol: GENPD_FLAG_ALWAYS_ON
drivers/clk/qcom/gdsc.c
487
sc->pd.flags |= GENPD_FLAG_ALWAYS_ON;
drivers/clk/renesas/clk-mstp.c
324
pd->flags = GENPD_FLAG_PM_CLK | GENPD_FLAG_ALWAYS_ON |
drivers/clk/renesas/r9a06g032-clocks.c
813
pd->flags = GENPD_FLAG_PM_CLK | GENPD_FLAG_ALWAYS_ON |
drivers/clk/renesas/renesas-cpg-mssr.c
679
genpd->flags = GENPD_FLAG_PM_CLK | GENPD_FLAG_ALWAYS_ON |
drivers/clk/renesas/rzg2l-cpg.c
1971
genpd->flags = GENPD_FLAG_PM_CLK | GENPD_FLAG_ALWAYS_ON |
drivers/clk/renesas/rzv2h-cpg.c
1562
pd->genpd.flags |= GENPD_FLAG_ALWAYS_ON | GENPD_FLAG_PM_CLK | GENPD_FLAG_ACTIVE_WAKEUP;
drivers/cpuidle/cpuidle-psci-domain.c
75
pd->flags |= GENPD_FLAG_ALWAYS_ON;
drivers/cpuidle/cpuidle-riscv-sbi.c
393
pd->flags |= GENPD_FLAG_ALWAYS_ON;
drivers/pmdomain/actions/owl-sps.c
163
.genpd_flags = GENPD_FLAG_ALWAYS_ON,
drivers/pmdomain/actions/owl-sps.c
169
.genpd_flags = GENPD_FLAG_ALWAYS_ON,
drivers/pmdomain/amlogic/meson-ee-pwrc.c
485
dom->base.flags = GENPD_FLAG_ALWAYS_ON;
drivers/pmdomain/amlogic/meson-secure-pwrc.c
121
SEC_PD(UART, GENPD_FLAG_ALWAYS_ON),
drivers/pmdomain/amlogic/meson-secure-pwrc.c
123
SEC_PD(DMC, GENPD_FLAG_ALWAYS_ON),
drivers/pmdomain/amlogic/meson-secure-pwrc.c
129
SEC_PD(DMA, GENPD_FLAG_ALWAYS_ON | GENPD_FLAG_IRQ_SAFE),
drivers/pmdomain/amlogic/meson-secure-pwrc.c
133
SEC_PD(RAMB, GENPD_FLAG_ALWAYS_ON),
drivers/pmdomain/amlogic/meson-secure-pwrc.c
139
SEC_PD(NIC, GENPD_FLAG_ALWAYS_ON),
drivers/pmdomain/amlogic/meson-secure-pwrc.c
153
SEC_PD(A4_DMC, GENPD_FLAG_ALWAYS_ON),
drivers/pmdomain/amlogic/meson-secure-pwrc.c
155
SEC_PD(A4_SYS_WRAP, GENPD_FLAG_ALWAYS_ON),
drivers/pmdomain/amlogic/meson-secure-pwrc.c
159
SEC_PD(A4_AO_IR, GENPD_FLAG_ALWAYS_ON),
drivers/pmdomain/amlogic/meson-secure-pwrc.c
172
SEC_PD(A5_DMC, GENPD_FLAG_ALWAYS_ON),
drivers/pmdomain/amlogic/meson-secure-pwrc.c
174
SEC_PD(A5_SYS_WRAP, GENPD_FLAG_ALWAYS_ON),
drivers/pmdomain/amlogic/meson-secure-pwrc.c
186
SEC_PD(C3_ETH, GENPD_FLAG_ALWAYS_ON),
drivers/pmdomain/amlogic/meson-secure-pwrc.c
202
SEC_PD(S4_ETH, GENPD_FLAG_ALWAYS_ON),
drivers/pmdomain/amlogic/meson-secure-pwrc.c
223
SEC_PD(S6_ETH, GENPD_FLAG_ALWAYS_ON),
drivers/pmdomain/amlogic/meson-secure-pwrc.c
241
SEC_PD(S7_ETH, GENPD_FLAG_ALWAYS_ON),
drivers/pmdomain/amlogic/meson-secure-pwrc.c
259
SEC_PD(S7D_ETH, GENPD_FLAG_ALWAYS_ON),
drivers/pmdomain/amlogic/meson-secure-pwrc.c
263
SEC_PD(S7D_SRAMA, GENPD_FLAG_ALWAYS_ON),
drivers/pmdomain/amlogic/meson-secure-pwrc.c
265
SEC_PD(S7D_DMC0, GENPD_FLAG_ALWAYS_ON),
drivers/pmdomain/amlogic/meson-secure-pwrc.c
267
SEC_PD(S7D_DMC1, GENPD_FLAG_ALWAYS_ON),
drivers/pmdomain/amlogic/meson-secure-pwrc.c
269
SEC_PD(S7D_DDR, GENPD_FLAG_ALWAYS_ON),
drivers/pmdomain/amlogic/meson-secure-pwrc.c
284
SEC_PD(T7_SRAMA, GENPD_FLAG_ALWAYS_ON),
drivers/pmdomain/amlogic/meson-secure-pwrc.c
286
SEC_PD(T7_SRAMB, GENPD_FLAG_ALWAYS_ON),
drivers/pmdomain/amlogic/meson-secure-pwrc.c
291
SEC_PD(T7_ETH, GENPD_FLAG_ALWAYS_ON),
drivers/pmdomain/amlogic/meson-secure-pwrc.c
309
SEC_PD(T7_DDR0, GENPD_FLAG_ALWAYS_ON),
drivers/pmdomain/amlogic/meson-secure-pwrc.c
310
SEC_PD(T7_DDR1, GENPD_FLAG_ALWAYS_ON),
drivers/pmdomain/amlogic/meson-secure-pwrc.c
312
SEC_PD(T7_DMC0, GENPD_FLAG_ALWAYS_ON),
drivers/pmdomain/amlogic/meson-secure-pwrc.c
314
SEC_PD(T7_DMC1, GENPD_FLAG_ALWAYS_ON),
drivers/pmdomain/amlogic/meson-secure-pwrc.c
316
SEC_PD(T7_NOC, GENPD_FLAG_ALWAYS_ON),
drivers/pmdomain/amlogic/meson-secure-pwrc.c
318
SEC_PD(T7_NIC2, GENPD_FLAG_ALWAYS_ON),
drivers/pmdomain/amlogic/meson-secure-pwrc.c
321
SEC_PD(T7_CCI, GENPD_FLAG_ALWAYS_ON),
drivers/pmdomain/amlogic/meson-secure-pwrc.c
393
if (match->domains[i].is_off(dom) && (dom->base.flags & GENPD_FLAG_ALWAYS_ON))
drivers/pmdomain/apple/pmgr-pwrstate.c
239
ps->genpd.flags |= GENPD_FLAG_ALWAYS_ON;
drivers/pmdomain/arm/scmi_perf_domain.c
127
scmi_pd->genpd.flags = GENPD_FLAG_ALWAYS_ON |
drivers/pmdomain/bcm/bcm63xx-power.c
196
.flags = GENPD_FLAG_ALWAYS_ON,
drivers/pmdomain/bcm/bcm63xx-power.c
200
.flags = GENPD_FLAG_ALWAYS_ON,
drivers/pmdomain/bcm/bcm63xx-power.c
204
.flags = GENPD_FLAG_ALWAYS_ON,
drivers/pmdomain/bcm/bcm63xx-power.c
208
.flags = GENPD_FLAG_ALWAYS_ON,
drivers/pmdomain/bcm/bcm63xx-power.c
260
.flags = GENPD_FLAG_ALWAYS_ON,
drivers/pmdomain/bcm/bcm63xx-power.c
279
.flags = GENPD_FLAG_ALWAYS_ON,
drivers/pmdomain/bcm/bcm63xx-power.c
310
.flags = GENPD_FLAG_ALWAYS_ON,
drivers/pmdomain/bcm/bcm63xx-power.c
329
.flags = GENPD_FLAG_ALWAYS_ON,
drivers/pmdomain/core.c
183
#define genpd_is_always_on(genpd) (genpd->flags & GENPD_FLAG_ALWAYS_ON)
drivers/pmdomain/imx/gpc.c
255
.flags = GENPD_FLAG_ALWAYS_ON,
drivers/pmdomain/imx/gpc.c
446
GENPD_FLAG_ALWAYS_ON;
drivers/pmdomain/marvell/pxa1908-power-controller.c
155
.flags = GENPD_FLAG_ALWAYS_ON,
drivers/pmdomain/mediatek/airoha-cpu-pmdomain.c
97
pd->flags = GENPD_FLAG_ALWAYS_ON;
drivers/pmdomain/mediatek/mtk-pm-domains.c
876
pd->genpd.flags |= GENPD_FLAG_ALWAYS_ON;
drivers/pmdomain/renesas/rcar-gen4-sysc.c
231
genpd->flags |= GENPD_FLAG_ALWAYS_ON;
drivers/pmdomain/renesas/rcar-gen4-sysc.c
239
genpd->flags |= GENPD_FLAG_ALWAYS_ON;
drivers/pmdomain/renesas/rcar-gen4-sysc.c
244
genpd->flags |= GENPD_FLAG_ALWAYS_ON;
drivers/pmdomain/renesas/rcar-sysc.c
216
genpd->flags |= GENPD_FLAG_ALWAYS_ON;
drivers/pmdomain/renesas/rcar-sysc.c
224
genpd->flags |= GENPD_FLAG_ALWAYS_ON;
drivers/pmdomain/renesas/rcar-sysc.c
229
genpd->flags |= GENPD_FLAG_ALWAYS_ON;
drivers/pmdomain/renesas/rmobile-sysc.c
108
if (!(genpd->flags & GENPD_FLAG_ALWAYS_ON)) {
drivers/pmdomain/renesas/rmobile-sysc.c
228
pd->genpd.flags |= GENPD_FLAG_ALWAYS_ON;
drivers/pmdomain/renesas/rmobile-sysc.c
244
pd->genpd.flags |= GENPD_FLAG_ALWAYS_ON;
drivers/pmdomain/renesas/rmobile-sysc.c
253
pd->genpd.flags |= GENPD_FLAG_ALWAYS_ON;
drivers/pmdomain/renesas/rmobile-sysc.c
260
pd->genpd.flags |= GENPD_FLAG_ALWAYS_ON;
drivers/pmdomain/starfive/jh71xx-pmu.c
384
.flags = GENPD_FLAG_ALWAYS_ON,
drivers/pmdomain/starfive/jh71xx-pmu.c
389
.flags = GENPD_FLAG_ALWAYS_ON,
drivers/pmdomain/sunxi/sun50i-h6-prcm-ppu.c
159
pd->genpd.flags = GENPD_FLAG_ALWAYS_ON;