Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/host/
Dxhci-mtk-sch.c351 if (ep_type == INT_IN_EP || ep_type == INT_OUT_EP) { in setup_sch_info()
396 } else if (ep_type == INT_OUT_EP) { in setup_sch_info()
450 if (sch_ep->ep_type == ISOC_OUT_EP || sch_ep->ep_type == INT_OUT_EP) in get_fs_bw()
484 if (sch_ep->ep_type == INT_OUT_EP) in check_ls_budget_microframes()
512 if (sch_ep->ep_type == ISOC_OUT_EP || sch_ep->ep_type == INT_OUT_EP) in check_fs_budget_microframes()
742 if (sch_ep->ep_type == ISOC_OUT_EP || sch_ep->ep_type == INT_OUT_EP) in update_sch_tt()
Dxhci.h482 #define INT_OUT_EP 3 macro
2462 case INT_OUT_EP: in xhci_ep_type_string()
Dxhci-mem.c1351 return in ? INT_IN_EP : INT_OUT_EP; in xhci_get_endpoint_type()
1546 if (ep_type != ISOC_OUT_EP && ep_type != INT_OUT_EP && in xhci_update_bw_info()
Dxhci.c2532 return (ep_type != ISOC_OUT_EP && ep_type != INT_OUT_EP && in xhci_is_async_ep()
/linux-6.12.1/drivers/usb/cdns3/
Dcdnsp-debug.h523 case INT_OUT_EP: in cdnsp_ep_type_string()
Dcdnsp-gadget.h687 #define INT_OUT_EP 3 macro
Dcdnsp-mem.c904 return in ? INT_IN_EP : INT_OUT_EP; in cdnsp_get_endpoint_type()