Home
last modified time | relevance | path

Searched refs:MHI_PM_DISABLE (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/bus/mhi/host/
Dpm.c48 MHI_PM_DISABLE,
53 MHI_PM_POR | MHI_PM_DISABLE | MHI_PM_M0 |
102 MHI_PM_DISABLE | MHI_PM_LD_ERR_FATAL_DETECT
107 MHI_PM_LD_ERR_FATAL_DETECT | MHI_PM_DISABLE
551 cur_state = mhi_tryset_pm_state(mhi_cntrl, MHI_PM_DISABLE); in mhi_pm_disable_transition()
553 if (unlikely(cur_state != MHI_PM_DISABLE)) in mhi_pm_disable_transition()
556 to_mhi_pm_state_str(MHI_PM_DISABLE)); in mhi_pm_disable_transition()
814 if (mhi_cntrl->pm_state == MHI_PM_DISABLE) in mhi_pm_suspend()
906 if (mhi_cntrl->pm_state == MHI_PM_DISABLE) in __mhi_pm_resume()
1082 mhi_cntrl->pm_state = MHI_PM_DISABLE; in mhi_async_power_up()
[all …]
Dinternal.h96 #define MHI_PM_DISABLE BIT(0) macro
122 #define MHI_EVENT_ACCESS_INVALID(pm_state) (pm_state == MHI_PM_DISABLE || \