Lines Matching refs:mhi_controller
111 enum mhi_pm_state __must_check mhi_tryset_pm_state(struct mhi_controller *mhi_cntrl, in mhi_tryset_pm_state()
130 void mhi_set_mhi_state(struct mhi_controller *mhi_cntrl, enum mhi_state state) in mhi_set_mhi_state()
149 static void mhi_toggle_dev_wake_nop(struct mhi_controller *mhi_cntrl) in mhi_toggle_dev_wake_nop()
153 static void mhi_toggle_dev_wake(struct mhi_controller *mhi_cntrl) in mhi_toggle_dev_wake()
160 int mhi_ready_state_transition(struct mhi_controller *mhi_cntrl) in mhi_ready_state_transition()
247 int mhi_pm_m0_transition(struct mhi_controller *mhi_cntrl) in mhi_pm_m0_transition()
322 void mhi_pm_m1_transition(struct mhi_controller *mhi_cntrl) in mhi_pm_m1_transition()
358 int mhi_pm_m3_transition(struct mhi_controller *mhi_cntrl) in mhi_pm_m3_transition()
379 static int mhi_pm_mission_mode_transition(struct mhi_controller *mhi_cntrl) in mhi_pm_mission_mode_transition()
456 static void mhi_pm_disable_transition(struct mhi_controller *mhi_cntrl) in mhi_pm_disable_transition()
572 static void mhi_pm_sys_error_transition(struct mhi_controller *mhi_cntrl) in mhi_pm_sys_error_transition()
715 int mhi_queue_state_transition(struct mhi_controller *mhi_cntrl, in mhi_queue_state_transition()
735 void mhi_pm_sys_err_handler(struct mhi_controller *mhi_cntrl) in mhi_pm_sys_err_handler()
753 struct mhi_controller *mhi_cntrl = container_of(work, in mhi_pm_st_worker()
754 struct mhi_controller, in mhi_pm_st_worker()
813 int mhi_pm_suspend(struct mhi_controller *mhi_cntrl) in mhi_pm_suspend()
901 static int __mhi_pm_resume(struct mhi_controller *mhi_cntrl, bool force) in __mhi_pm_resume()
965 int mhi_pm_resume(struct mhi_controller *mhi_cntrl) in mhi_pm_resume()
971 int mhi_pm_resume_force(struct mhi_controller *mhi_cntrl) in mhi_pm_resume_force()
977 int __mhi_device_get_sync(struct mhi_controller *mhi_cntrl) in __mhi_device_get_sync()
1008 static void mhi_assert_dev_wake(struct mhi_controller *mhi_cntrl, bool force) in mhi_assert_dev_wake()
1045 static void mhi_deassert_dev_wake(struct mhi_controller *mhi_cntrl, in mhi_deassert_dev_wake()
1067 int mhi_async_power_up(struct mhi_controller *mhi_cntrl) in mhi_async_power_up()
1157 void mhi_power_down(struct mhi_controller *mhi_cntrl, bool graceful) in mhi_power_down()
1202 int mhi_sync_power_up(struct mhi_controller *mhi_cntrl) in mhi_sync_power_up()
1222 int mhi_force_rddm_mode(struct mhi_controller *mhi_cntrl) in mhi_force_rddm_mode()
1246 struct mhi_controller *mhi_cntrl = mhi_dev->mhi_cntrl; in mhi_device_get()
1260 struct mhi_controller *mhi_cntrl = mhi_dev->mhi_cntrl; in mhi_device_get_sync()
1273 struct mhi_controller *mhi_cntrl = mhi_dev->mhi_cntrl; in mhi_device_put()