ep0_queue
ep0_queue(common); /* Complete the status stage */
return ep0_queue(fsg->common);
ret = ep0_queue(ep, req);
return ep0_queue(ep, &bdc->ep0_req);
static int ep0_queue(struct mtu3_ep *mep0, struct mtu3_request *mreq);
ret = ep0_queue(mtu->ep0, &mtu->ep0_req);
ret = ep0_queue(mtu->ep0, &mtu->ep0_req);
ret = ep0_queue(mep, mreq);