Home
last modified time | relevance | path

Searched refs:ISOC_IN_EP (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/usb/host/
H A Dxhci-mtk-sch.c356 if (ep_type == ISOC_IN_EP || ep_type == ISOC_OUT_EP) { in setup_sch_info()
652 } else if (sch_ep->ep_type == ISOC_IN_EP || sch_ep->ep_type == INT_IN_EP) { in check_isoc_ss_overlap()
767 if (sch_ep->ep_type == ISOC_IN_EP || sch_ep->ep_type == INT_IN_EP) { in update_sch_tt()
H A Dxhci.c2624 ep_type != ISOC_IN_EP && in xhci_is_async_ep()
2630 return (ep_type == ISOC_IN_EP || ep_type == INT_IN_EP); in xhci_is_sync_in_ep()
H A Dxhci-ring.c2214 return ep_type != ISOC_IN_EP && ep_type != ISOC_OUT_EP; in xhci_halted_host_endpoint()
/linux/drivers/usb/cdns3/
H A Dcdnsp-debug.h528 case ISOC_IN_EP: in cdnsp_ep_type_string()
H A Dcdnsp-gadget.h696 #define ISOC_IN_EP 5 macro
H A Dcdnsp-mem.c901 return in ? ISOC_IN_EP : ISOC_OUT_EP; in cdnsp_get_endpoint_type()