Home
last modified time | relevance | path

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

/linux/drivers/bus/mhi/host/
H A Dinternal.h144 #define MHI_PM_M2 BIT(3) macro
158 MHI_PM_M2 | MHI_PM_M3_ENTER | MHI_PM_M3_EXIT | \
166 MHI_PM_M2 | MHI_PM_M3_EXIT))
167 #define MHI_WAKE_DB_SET_VALID(pm_state) (pm_state & MHI_PM_M2)
H A Dpm.c63 MHI_PM_M0 | MHI_PM_M2 | MHI_PM_M3_ENTER |
68 MHI_PM_M2,
343 state = mhi_tryset_pm_state(mhi_cntrl, MHI_PM_M2); in mhi_pm_m1_transition()
344 if (state == MHI_PM_M2) { in mhi_pm_m1_transition()
1138 mhi_cntrl->wake_toggle = (mhi_cntrl->db_access & MHI_PM_M2) ? in mhi_async_power_up()
H A Dinit.c908 mhi_cntrl->db_access = MHI_PM_M0 | MHI_PM_M2; in parse_config()
910 mhi_cntrl->db_access &= ~MHI_PM_M2; in parse_config()