Home
last modified time | relevance | path

Searched refs:core_next_state (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/arch/arm/mach-omap2/
Dpm34xx.c195 int core_next_state = PWRDM_POWER_ON; in omap_sram_idle() local
220 core_next_state = pwrdm_read_next_pwrst(core_pwrdm); in omap_sram_idle()
229 if (core_next_state < PWRDM_POWER_ON) { in omap_sram_idle()
230 if (core_next_state == PWRDM_POWER_OFF) { in omap_sram_idle()
237 omap3_vc_set_pmic_signaling(core_next_state); in omap_sram_idle()
250 core_next_state == PWRDM_POWER_OFF) in omap_sram_idle()
269 core_next_state == PWRDM_POWER_OFF) in omap_sram_idle()
273 if (core_next_state < PWRDM_POWER_ON && in omap_sram_idle()
Dvc.h119 void omap3_vc_set_pmic_signaling(int core_next_state);
Dvc.c237 void omap3_vc_set_pmic_signaling(int core_next_state) in omap3_vc_set_pmic_signaling() argument
247 switch (core_next_state) { in omap3_vc_set_pmic_signaling()