Searched refs:PM_HINT_IS_STATE (Results 1 – 16 of 16) sorted by relevance
| /optee_os/core/include/kernel/ |
| H A D | pm.h | 48 #define PM_HINT_IS_STATE(_x, _name) ((_x) & PM_HINT_ ## _name ## _STATE) macro
|
| /optee_os/core/drivers/firewall/ |
| H A D | stm32_serc.c | 247 if (!PM_HINT_IS_STATE(pm_hint, CONTEXT)) in stm32_serc_pm()
|
| H A D | stm32_risab.c | 820 if (!PM_HINT_IS_STATE(pm_hint, CONTEXT) || !is_tdcid) in stm32_risab_pm()
|
| H A D | stm32_risaf.c | 549 if (!PM_HINT_IS_STATE(pm_hint, CONTEXT)) in stm32_risaf_pm()
|
| /optee_os/core/drivers/ |
| H A D | stm32_ipcc.c | 236 if (!PM_HINT_IS_STATE(pm_hint, CONTEXT) || !ipcc->is_tdcid) in stm32_ipcc_pm()
|
| H A D | stm32_omm.c | 336 if (!PM_HINT_IS_STATE(pm_hint, CONTEXT)) in stm32_omm_pm()
|
| H A D | stm32_hpdma.c | 329 if (!PM_HINT_IS_STATE(pm_hint, CONTEXT) || !is_tdcid) in stm32_hpdma_pm()
|
| H A D | stm32_cpu_opp.c | 297 if (!PM_HINT_IS_STATE(pm_hint, CONTEXT)) in cpu_opp_pm()
|
| H A D | stm32_fmc.c | 452 if (!PM_HINT_IS_STATE(pm_hint, CONTEXT)) in fmc_pm()
|
| H A D | stm32_exti.c | 647 if (!PM_HINT_IS_STATE(pm_hint, CONTEXT)) in stm32_exti_pm()
|
| H A D | stm32_gpio.c | 1609 if (!PM_HINT_IS_STATE(pm_hint, CONTEXT)) in stm32_gpio_sec_config_pm()
|
| /optee_os/core/drivers/crypto/stm32/ |
| H A D | stm32_cryp.c | 1257 if (PM_HINT_IS_STATE(pm_hint, CONTEXT) && stm32_cryp_reset()) in stm32_cryp_pm()
|
| H A D | stm32_saes.c | 1412 if (PM_HINT_IS_STATE(pm_hint, CONTEXT)) in stm32_saes_pm()
|
| H A D | stm32_pka.c | 1692 if (PM_HINT_IS_STATE(pm_hint, CONTEXT) && stm32_pka_reset()) in stm32_pka_pm()
|
| /optee_os/core/drivers/clk/ |
| H A D | clk-stm32mp21.c | 3647 if (!PM_HINT_IS_STATE(pm_hint, CONTEXT)) in stm32_rcc_rif_pm()
|
| H A D | clk-stm32mp25.c | 3702 if (!PM_HINT_IS_STATE(pm_hint, CONTEXT)) in stm32_rcc_rif_pm()
|