dwc2_hsotg_ep_disable
static int dwc2_hsotg_ep_disable(struct usb_ep *ep);
dwc2_hsotg_ep_disable(&hsotg->eps_in[ep]->ep);
dwc2_hsotg_ep_disable(&hsotg->eps_out[ep]->ep);
ret = dwc2_hsotg_ep_disable(ep);