ISOC_IN_EP
case ISOC_IN_EP:
return in ? ISOC_IN_EP : ISOC_OUT_EP;
return in ? ISOC_IN_EP : ISOC_OUT_EP;
ep_type != ISOC_IN_EP &&
if (ep_type == ISOC_IN_EP || ep_type == ISOC_OUT_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) {
return ep_type != ISOC_IN_EP && ep_type != ISOC_OUT_EP;
ep_type != ISOC_IN_EP &&
return (ep_type == ISOC_IN_EP || ep_type == INT_IN_EP);
case ISOC_IN_EP: