Searched refs:ISOC_OUT_EP (Results 1 – 5 of 5) sorted by relevance
343 if (ep_type == ISOC_IN_EP || ep_type == ISOC_OUT_EP) { in setup_sch_info()379 if (ep_type == ISOC_OUT_EP) { in setup_sch_info()480 if (sch_ep->ep_type == ISOC_OUT_EP) { in check_sch_tt()586 if (sch_ep->ep_type == ISOC_OUT_EP && boundary > 1) in get_esit_boundary()
760 #define ISOC_OUT_EP 1 macro2773 case ISOC_OUT_EP: in xhci_ep_type_string()
1459 return in ? ISOC_IN_EP : ISOC_OUT_EP; in xhci_get_endpoint_type()1663 if (ep_type != ISOC_OUT_EP && ep_type != INT_OUT_EP && in xhci_update_bw_info()
2500 return (ep_type != ISOC_OUT_EP && ep_type != INT_OUT_EP && in xhci_is_async_ep()
642 #define ISOC_OUT_EP 1 macro