• Home
  • Raw
  • Download

Lines Matching defs:mhi_cntrl

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()
143 static void mhi_toggle_dev_wake_nop(struct mhi_controller *mhi_cntrl) in mhi_toggle_dev_wake_nop()
147 static void mhi_toggle_dev_wake(struct mhi_controller *mhi_cntrl) in mhi_toggle_dev_wake()
154 int mhi_ready_state_transition(struct mhi_controller *mhi_cntrl) in mhi_ready_state_transition()
243 int mhi_pm_m0_transition(struct mhi_controller *mhi_cntrl) in mhi_pm_m0_transition()
318 void mhi_pm_m1_transition(struct mhi_controller *mhi_cntrl) in mhi_pm_m1_transition()
354 int mhi_pm_m3_transition(struct mhi_controller *mhi_cntrl) in mhi_pm_m3_transition()
375 static int mhi_pm_mission_mode_transition(struct mhi_controller *mhi_cntrl) in mhi_pm_mission_mode_transition()
452 static void mhi_pm_disable_transition(struct mhi_controller *mhi_cntrl) in mhi_pm_disable_transition()
560 static void mhi_pm_sys_error_transition(struct mhi_controller *mhi_cntrl) in mhi_pm_sys_error_transition()
704 int mhi_queue_state_transition(struct mhi_controller *mhi_cntrl, in mhi_queue_state_transition()
724 void mhi_pm_sys_err_handler(struct mhi_controller *mhi_cntrl) in mhi_pm_sys_err_handler()
742 struct mhi_controller *mhi_cntrl = container_of(work, in mhi_pm_st_worker() local
802 int mhi_pm_suspend(struct mhi_controller *mhi_cntrl) in mhi_pm_suspend()
890 static int __mhi_pm_resume(struct mhi_controller *mhi_cntrl, bool force) in __mhi_pm_resume()
954 int mhi_pm_resume(struct mhi_controller *mhi_cntrl) in mhi_pm_resume()
960 int mhi_pm_resume_force(struct mhi_controller *mhi_cntrl) in mhi_pm_resume_force()
966 int __mhi_device_get_sync(struct mhi_controller *mhi_cntrl) in __mhi_device_get_sync()
997 static void mhi_assert_dev_wake(struct mhi_controller *mhi_cntrl, bool force) in mhi_assert_dev_wake()
1034 static void mhi_deassert_dev_wake(struct mhi_controller *mhi_cntrl, in mhi_deassert_dev_wake()
1056 int mhi_async_power_up(struct mhi_controller *mhi_cntrl) in mhi_async_power_up()
1140 void mhi_power_down(struct mhi_controller *mhi_cntrl, bool graceful) in mhi_power_down()
1185 int mhi_sync_power_up(struct mhi_controller *mhi_cntrl) in mhi_sync_power_up()
1205 int mhi_force_rddm_mode(struct mhi_controller *mhi_cntrl) in mhi_force_rddm_mode()
1229 struct mhi_controller *mhi_cntrl = mhi_dev->mhi_cntrl; in mhi_device_get() local
1243 struct mhi_controller *mhi_cntrl = mhi_dev->mhi_cntrl; in mhi_device_get_sync() local
1256 struct mhi_controller *mhi_cntrl = mhi_dev->mhi_cntrl; in mhi_device_put() local