Loading arch/arm64/configs/vendor/lahaina_debug.config +3 −0 Original line number Diff line number Diff line Loading @@ -33,3 +33,6 @@ CONFIG_SPS_SUPPORT_NDP_BAM=y # CONFIG_SPS_SUPPORT_BAMDMA is not set # CONFIG_USB_BAM is not set # CONFIG_QCOM_SPMI_TEMP_ALARM is not set CONFIG_MHI_BUS=y CONFIG_MHI_DEBUG=y CONFIG_MHI_UCI=y drivers/bus/mhi/core/mhi_init.c +2 −0 Original line number Diff line number Diff line Loading @@ -1486,6 +1486,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 @@ -1586,6 +1587,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 +2 −0 Original line number Diff line number Diff line Loading @@ -1357,6 +1357,7 @@ int mhi_pm_resume(struct mhi_controller *mhi_cntrl) return 0; } EXPORT_SYMBOL(mhi_pm_resume); int mhi_pm_fast_resume(struct mhi_controller *mhi_cntrl, bool notify_client) { Loading Loading @@ -1431,6 +1432,7 @@ int mhi_pm_fast_resume(struct mhi_controller *mhi_cntrl, bool notify_client) return 0; } EXPORT_SYMBOL(mhi_pm_fast_resume); int __mhi_device_get_sync(struct mhi_controller *mhi_cntrl) { Loading Loading
arch/arm64/configs/vendor/lahaina_debug.config +3 −0 Original line number Diff line number Diff line Loading @@ -33,3 +33,6 @@ CONFIG_SPS_SUPPORT_NDP_BAM=y # CONFIG_SPS_SUPPORT_BAMDMA is not set # CONFIG_USB_BAM is not set # CONFIG_QCOM_SPMI_TEMP_ALARM is not set CONFIG_MHI_BUS=y CONFIG_MHI_DEBUG=y CONFIG_MHI_UCI=y
drivers/bus/mhi/core/mhi_init.c +2 −0 Original line number Diff line number Diff line Loading @@ -1486,6 +1486,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 @@ -1586,6 +1587,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 +2 −0 Original line number Diff line number Diff line Loading @@ -1357,6 +1357,7 @@ int mhi_pm_resume(struct mhi_controller *mhi_cntrl) return 0; } EXPORT_SYMBOL(mhi_pm_resume); int mhi_pm_fast_resume(struct mhi_controller *mhi_cntrl, bool notify_client) { Loading Loading @@ -1431,6 +1432,7 @@ int mhi_pm_fast_resume(struct mhi_controller *mhi_cntrl, bool notify_client) return 0; } EXPORT_SYMBOL(mhi_pm_fast_resume); int __mhi_device_get_sync(struct mhi_controller *mhi_cntrl) { Loading