INT_OUT_EP
case INT_OUT_EP:
return in ? INT_IN_EP : INT_OUT_EP;
return in ? INT_IN_EP : INT_OUT_EP;
if (ep_type != ISOC_OUT_EP && ep_type != INT_OUT_EP &&
if (ep_type == INT_IN_EP || ep_type == INT_OUT_EP) {
} else if (ep_type == INT_OUT_EP) {
if (sch_ep->ep_type == ISOC_OUT_EP || sch_ep->ep_type == INT_OUT_EP)
if (sch_ep->ep_type == INT_OUT_EP)
if (sch_ep->ep_type == ISOC_OUT_EP || sch_ep->ep_type == INT_OUT_EP)
if (sch_ep->ep_type == ISOC_OUT_EP || sch_ep->ep_type == INT_OUT_EP)
return (ep_type != ISOC_OUT_EP && ep_type != INT_OUT_EP &&
case INT_OUT_EP: