Home
last modified time | relevance | path

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

/linux/drivers/cpuidle/
H A Dcpuidle-psci-domain.c62 pd->flags |= GENPD_FLAG_IRQ_SAFE | GENPD_FLAG_CPU_DOMAIN; in psci_pd_init()
H A Dcpuidle-riscv-sbi.c387 pd->flags |= GENPD_FLAG_IRQ_SAFE | GENPD_FLAG_CPU_DOMAIN; in sbi_pd_init()
/linux/drivers/pmdomain/apple/
H A Dpmgr-pwrstate.c227 ps->genpd.flags |= GENPD_FLAG_IRQ_SAFE; in apple_pmgr_ps_probe()
/linux/include/linux/
H A Dpm_domain.h126 #define GENPD_FLAG_IRQ_SAFE (1U << 1) macro
/linux/drivers/irqchip/
H A Dirq-qcom-mpm.c419 genpd->flags = GENPD_FLAG_IRQ_SAFE; in qcom_mpm_probe()
/linux/drivers/pmdomain/amlogic/
H A Dmeson-secure-pwrc.c129 SEC_PD(DMA, GENPD_FLAG_ALWAYS_ON | GENPD_FLAG_IRQ_SAFE),
/linux/drivers/pmdomain/mediatek/
H A Dmtk-pm-domains.c855 pd->genpd.flags |= GENPD_FLAG_IRQ_SAFE; in scpsys_add_one_domain()
/linux/drivers/pmdomain/
H A Dcore.c182 #define genpd_is_irq_safe(genpd) (genpd->flags & GENPD_FLAG_IRQ_SAFE)