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()
321 void mhi_pm_m1_transition(struct mhi_controller *mhi_cntrl) in mhi_pm_m1_transition()
357 int mhi_pm_m3_transition(struct mhi_controller *mhi_cntrl) in mhi_pm_m3_transition()
378 static int mhi_pm_mission_mode_transition(struct mhi_controller *mhi_cntrl) in mhi_pm_mission_mode_transition()
455 static void mhi_pm_disable_transition(struct mhi_controller *mhi_cntrl) in mhi_pm_disable_transition()
566 static void mhi_pm_sys_error_transition(struct mhi_controller *mhi_cntrl) in mhi_pm_sys_error_transition()
709 int mhi_queue_state_transition(struct mhi_controller *mhi_cntrl, in mhi_queue_state_transition()
729 void mhi_pm_sys_err_handler(struct mhi_controller *mhi_cntrl) in mhi_pm_sys_err_handler()
747 struct mhi_controller *mhi_cntrl = container_of(work, in mhi_pm_st_worker()
748 struct mhi_controller, in mhi_pm_st_worker()
807 int mhi_pm_suspend(struct mhi_controller *mhi_cntrl) in mhi_pm_suspend()
895 static int __mhi_pm_resume(struct mhi_controller *mhi_cntrl, bool force) in __mhi_pm_resume()
959 int mhi_pm_resume(struct mhi_controller *mhi_cntrl) in mhi_pm_resume()
965 int mhi_pm_resume_force(struct mhi_controller *mhi_cntrl) in mhi_pm_resume_force()
971 int __mhi_device_get_sync(struct mhi_controller *mhi_cntrl) in __mhi_device_get_sync()
1002 static void mhi_assert_dev_wake(struct mhi_controller *mhi_cntrl, bool force) in mhi_assert_dev_wake()
1039 static void mhi_deassert_dev_wake(struct mhi_controller *mhi_cntrl, in mhi_deassert_dev_wake()
1061 int mhi_async_power_up(struct mhi_controller *mhi_cntrl) in mhi_async_power_up()
1151 void mhi_power_down(struct mhi_controller *mhi_cntrl, bool graceful) in mhi_power_down()
1196 int mhi_sync_power_up(struct mhi_controller *mhi_cntrl) in mhi_sync_power_up()
1216 int mhi_force_rddm_mode(struct mhi_controller *mhi_cntrl) in mhi_force_rddm_mode()
1240 struct mhi_controller *mhi_cntrl = mhi_dev->mhi_cntrl; in mhi_device_get()
1254 struct mhi_controller *mhi_cntrl = mhi_dev->mhi_cntrl; in mhi_device_get_sync()
1267 struct mhi_controller *mhi_cntrl = mhi_dev->mhi_cntrl; in mhi_device_put()