index_to_ep
return index_to_ep(hsotg, idx, dir);
hs_ep = index_to_ep(hsotg, ep, dir_in);
struct dwc2_hsotg_ep *hs_ep = index_to_ep(hsotg, idx, dir_in);
ep = index_to_ep(hsotg, epno, 1);