dwc2_hsotg_ep_sethalt
static int dwc2_hsotg_ep_sethalt(struct usb_ep *ep, int value, bool now);
dwc2_hsotg_ep_sethalt(&ep->ep, set, true);
ret = dwc2_hsotg_ep_sethalt(ep, 1, false);
ret = dwc2_hsotg_ep_sethalt(ep, value, false);