Home
last modified time | relevance | path

Searched refs:MHI_IN_PBL (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-6.6/drivers/bus/mhi/host/
H A Dinternal.h57 #define MHI_IN_PBL(ee) (ee == MHI_EE_PBL || ee == MHI_EE_PTHRU || \ macro
59 #define MHI_POWER_UP_CAPABLE(ee) (MHI_IN_PBL(ee) || ee == MHI_EE_AMSS)
H A Dpm.c492 if (!MHI_IN_PBL(mhi_get_exec_env(mhi_cntrl))) { in mhi_pm_disable_transition()
689 if (MHI_IN_PBL(mhi_get_exec_env(mhi_cntrl))) { in mhi_pm_sys_error_transition()
1138 next_state = MHI_IN_PBL(current_ee) ? in mhi_async_power_up()
/kernel/linux/linux-5.10/drivers/bus/mhi/host/
H A Dpm.c653 if (MHI_IN_PBL(mhi_cntrl->ee)) in mhi_pm_st_worker()
986 if (!MHI_IN_PBL(current_ee) && current_ee != MHI_EE_AMSS) { in mhi_async_power_up()
1019 next_state = MHI_IN_PBL(current_ee) ? in mhi_async_power_up()
H A Dinternal.h379 #define MHI_IN_PBL(ee) (ee == MHI_EE_PBL || ee == MHI_EE_PTHRU || \ macro
H A Dmain.c448 if (MHI_IN_PBL(ee)) in mhi_intvec_threaded_handler()

Completed in 8 milliseconds