Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-mtk-sch.c343 if (ep_type == ISOC_IN_EP || ep_type == ISOC_OUT_EP) { in setup_sch_info()
456 if (sch_ep->ep_type == INT_IN_EP || sch_ep->ep_type == ISOC_IN_EP) in check_fs_bus_bw()
507 if (sch_ep->ep_type == ISOC_IN_EP) in check_sch_tt()
547 if (sch_ep->ep_type == INT_IN_EP || sch_ep->ep_type == ISOC_IN_EP) in update_sch_tt()
H A Dxhci.h764 #define ISOC_IN_EP 5 macro
2781 case ISOC_IN_EP: in xhci_ep_type_string()
H A Dxhci-mem.c1459 return in ? ISOC_IN_EP : ISOC_OUT_EP; in xhci_get_endpoint_type()
1664 ep_type != ISOC_IN_EP && in xhci_update_bw_info()
H A Dxhci.c2501 ep_type != ISOC_IN_EP && in xhci_is_async_ep()
2507 return (ep_type == ISOC_IN_EP || ep_type == INT_IN_EP); in xhci_is_sync_in_ep()
/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h646 #define ISOC_IN_EP 5 macro