Loading drivers/bus/mhi/core/mhi_init.c +2 −0 Original line number Diff line number Diff line Loading @@ -1366,6 +1366,7 @@ void mhi_unregister_mhi_controller(struct mhi_controller *mhi_cntrl) list_del(&mhi_cntrl->node); mutex_unlock(&mhi_bus.lock); } EXPORT_SYMBOL(mhi_unregister_mhi_controller); /* set ptr to control private data */ static inline void mhi_controller_set_devdata(struct mhi_controller *mhi_cntrl, Loading Loading @@ -1466,6 +1467,7 @@ void mhi_unprepare_after_power_down(struct mhi_controller *mhi_cntrl) mhi_deinit_dev_ctxt(mhi_cntrl); mhi_cntrl->pre_init = false; } EXPORT_SYMBOL(mhi_unprepare_after_power_down); /* match dev to drv */ static int mhi_match(struct device *dev, struct device_driver *drv) Loading drivers/bus/mhi/core/mhi_pm.c +1 −0 Original line number Diff line number Diff line Loading @@ -1326,6 +1326,7 @@ int mhi_pm_fast_resume(struct mhi_controller *mhi_cntrl, bool notify_client) return 0; } EXPORT_SYMBOL(mhi_pm_resume); int __mhi_device_get_sync(struct mhi_controller *mhi_cntrl) { Loading Loading
drivers/bus/mhi/core/mhi_init.c +2 −0 Original line number Diff line number Diff line Loading @@ -1366,6 +1366,7 @@ void mhi_unregister_mhi_controller(struct mhi_controller *mhi_cntrl) list_del(&mhi_cntrl->node); mutex_unlock(&mhi_bus.lock); } EXPORT_SYMBOL(mhi_unregister_mhi_controller); /* set ptr to control private data */ static inline void mhi_controller_set_devdata(struct mhi_controller *mhi_cntrl, Loading Loading @@ -1466,6 +1467,7 @@ void mhi_unprepare_after_power_down(struct mhi_controller *mhi_cntrl) mhi_deinit_dev_ctxt(mhi_cntrl); mhi_cntrl->pre_init = false; } EXPORT_SYMBOL(mhi_unprepare_after_power_down); /* match dev to drv */ static int mhi_match(struct device *dev, struct device_driver *drv) Loading
drivers/bus/mhi/core/mhi_pm.c +1 −0 Original line number Diff line number Diff line Loading @@ -1326,6 +1326,7 @@ int mhi_pm_fast_resume(struct mhi_controller *mhi_cntrl, bool notify_client) return 0; } EXPORT_SYMBOL(mhi_pm_resume); int __mhi_device_get_sync(struct mhi_controller *mhi_cntrl) { Loading