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