Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/host/
Dxhci-mtk-sch.c335 if (ep_type == ISOC_IN_EP || ep_type == ISOC_OUT_EP) { in setup_sch_info()
436 if (sch_ep->ep_type == ISOC_OUT_EP) { in check_sch_tt()
Dxhci.h759 #define ISOC_OUT_EP 1 macro
2733 case ISOC_OUT_EP: in xhci_ep_type_string()
Dxhci-mem.c1377 return in ? ISOC_IN_EP : ISOC_OUT_EP; in xhci_get_endpoint_type()
1573 if (ep_type != ISOC_OUT_EP && ep_type != INT_OUT_EP && in xhci_update_bw_info()
Dxhci.c2644 return (ep_type != ISOC_OUT_EP && ep_type != INT_OUT_EP && in xhci_is_async_ep()
/linux-6.1.9/drivers/usb/cdns3/
Dcdnsp-debug.h522 case ISOC_OUT_EP: in cdnsp_ep_type_string()
Dcdnsp-gadget.h685 #define ISOC_OUT_EP 1 macro
Dcdnsp-mem.c902 return in ? ISOC_IN_EP : ISOC_OUT_EP; in cdnsp_get_endpoint_type()