Home
last modified time | relevance | path

Searched refs:INT_IN_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()
415 if (sch_ep->ep_type == INT_IN_EP || sch_ep->ep_type == ISOC_IN_EP) in check_fs_bus_bw()
508 if (sch_ep->ep_type == INT_IN_EP || sch_ep->ep_type == ISOC_IN_EP) in update_sch_tt()
Dxhci.h765 #define INT_IN_EP 7 macro
2719 case INT_IN_EP: in xhci_ep_type_string()
Dxhci-mem.c1406 return in ? INT_IN_EP : INT_OUT_EP; in xhci_get_endpoint_type()
1602 ep_type != INT_IN_EP) in xhci_update_bw_info()
Dxhci.c2517 ep_type != INT_IN_EP); in xhci_is_async_ep()
2522 return (ep_type == ISOC_IN_EP || ep_type == INT_IN_EP); in xhci_is_sync_in_ep()