dwc2_hsotg_ep_queue
ret = dwc2_hsotg_ep_queue(ep, req, gfp_flags);
ret = dwc2_hsotg_ep_queue(&ep->ep, req, GFP_ATOMIC);
ret = dwc2_hsotg_ep_queue(&hsotg->eps_out[0]->ep, req, GFP_ATOMIC);