Home
last modified time | relevance | path

Searched refs:GENPD_FLAG_IRQ_SAFE (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/cpuidle/
H A Dcpuidle-psci-domain.c65 pd->flags |= GENPD_FLAG_IRQ_SAFE | GENPD_FLAG_CPU_DOMAIN; in psci_pd_init()
H A Dcpuidle-riscv-sbi.c433 pd->flags |= GENPD_FLAG_IRQ_SAFE | GENPD_FLAG_CPU_DOMAIN; in sbi_pd_init()
/openbmc/linux/drivers/pmdomain/amlogic/
H A Dmeson-secure-pwrc.c109 SEC_PD(DMA, GENPD_FLAG_ALWAYS_ON | GENPD_FLAG_IRQ_SAFE),
/openbmc/linux/include/linux/
H A Dpm_domain.h66 #define GENPD_FLAG_IRQ_SAFE (1U << 1) macro
/openbmc/linux/drivers/pmdomain/apple/
H A Dpmgr-pwrstate.c227 ps->genpd.flags |= GENPD_FLAG_IRQ_SAFE; in apple_pmgr_ps_probe()
/openbmc/linux/drivers/irqchip/
H A Dirq-qcom-mpm.c394 genpd->flags = GENPD_FLAG_IRQ_SAFE; in qcom_mpm_init()
/openbmc/linux/drivers/base/power/
H A Ddomain.c128 #define genpd_is_irq_safe(genpd) (genpd->flags & GENPD_FLAG_IRQ_SAFE)
2033 if (genpd->flags & GENPD_FLAG_IRQ_SAFE) { in genpd_lock_init()