Loading drivers/usb/dwc3/core.c +1 −0 Original line number Diff line number Diff line Loading @@ -703,6 +703,7 @@ static void dwc3_core_exit_mode(struct dwc3 *dwc) void dwc3_post_host_reset_core_init(struct dwc3 *dwc) { dwc3_core_init(dwc); dwc3_event_buffers_setup(dwc); dwc3_gadget_restart(dwc); dwc3_notify_event(dwc, DWC3_CONTROLLER_POST_INITIALIZATION_EVENT, 0); } Loading Loading
drivers/usb/dwc3/core.c +1 −0 Original line number Diff line number Diff line Loading @@ -703,6 +703,7 @@ static void dwc3_core_exit_mode(struct dwc3 *dwc) void dwc3_post_host_reset_core_init(struct dwc3 *dwc) { dwc3_core_init(dwc); dwc3_event_buffers_setup(dwc); dwc3_gadget_restart(dwc); dwc3_notify_event(dwc, DWC3_CONTROLLER_POST_INITIALIZATION_EVENT, 0); } Loading