Home
last modified time | relevance | path

Searched refs:ISOC_OUT_EP (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/usb/host/
Dxhci-mtk-sch.c115 if (ep_type == ISOC_IN_EP || ep_type == ISOC_OUT_EP) { in setup_sch_info()
145 if (ep_type == ISOC_OUT_EP) { in setup_sch_info()
Dxhci.h745 #define ISOC_OUT_EP 1 macro
2535 case ISOC_OUT_EP: in xhci_ep_type_string()
Dxhci-mem.c1382 return in ? ISOC_IN_EP : ISOC_OUT_EP; in xhci_get_endpoint_type()
1572 if (ep_type != ISOC_OUT_EP && ep_type != INT_OUT_EP && in xhci_update_bw_info()
Dxhci.c2410 return (ep_type != ISOC_OUT_EP && ep_type != INT_OUT_EP && in xhci_is_async_ep()