Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/host/
Dxhci-mtk-sch.c357 if (ep_type == ISOC_IN_EP || ep_type == ISOC_OUT_EP) { in setup_sch_info()
653 } else if (sch_ep->ep_type == ISOC_IN_EP || sch_ep->ep_type == INT_IN_EP) { in check_isoc_ss_overlap()
768 if (sch_ep->ep_type == ISOC_IN_EP || sch_ep->ep_type == INT_IN_EP) { in update_sch_tt()
Dxhci.h484 #define ISOC_IN_EP 5 macro
2466 case ISOC_IN_EP: in xhci_ep_type_string()
Dxhci-mem.c1349 return in ? ISOC_IN_EP : ISOC_OUT_EP; in xhci_get_endpoint_type()
1547 ep_type != ISOC_IN_EP && in xhci_update_bw_info()
Dxhci.c2533 ep_type != ISOC_IN_EP && in xhci_is_async_ep()
2539 return (ep_type == ISOC_IN_EP || ep_type == INT_IN_EP); in xhci_is_sync_in_ep()
/linux-6.12.1/drivers/usb/cdns3/
Dcdnsp-debug.h527 case ISOC_IN_EP: in cdnsp_ep_type_string()
Dcdnsp-gadget.h689 #define ISOC_IN_EP 5 macro
Dcdnsp-mem.c902 return in ? ISOC_IN_EP : ISOC_OUT_EP; in cdnsp_get_endpoint_type()