Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/host/
Dxhci-mtk-sch.c293 if (ep_type == INT_IN_EP || ep_type == INT_OUT_EP) { in setup_sch_info()
341 } else if (ep_type == INT_OUT_EP) { in setup_sch_info()
Dxhci.h761 #define INT_OUT_EP 3 macro
2711 case INT_OUT_EP: in xhci_ep_type_string()
Dxhci-mem.c1406 return in ? INT_IN_EP : INT_OUT_EP; in xhci_get_endpoint_type()
1600 if (ep_type != ISOC_OUT_EP && ep_type != INT_OUT_EP && in xhci_update_bw_info()
Dxhci.c2509 return (ep_type != ISOC_OUT_EP && ep_type != INT_OUT_EP && in xhci_is_async_ep()