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