Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dxhci-mtk-sch.c351 if (ep_type == INT_IN_EP || ep_type == INT_OUT_EP) { in setup_sch_info()
384 * check TT for INT_OUT_EP, ISOC/INT_IN_EP type in setup_sch_info()
399 } else { /* INT_IN_EP or ISOC_IN_EP */ in setup_sch_info()
408 * @cs_count is 1 for INT_IN_EP (maxpkt <= 64); in setup_sch_info()
486 else if (sch_ep->ep_type == INT_IN_EP) in check_ls_budget_microframes()
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()
H A Dxhci.h486 #define INT_IN_EP 7 macro
2531 case INT_IN_EP: in xhci_ep_type_string()
H A Dxhci-mem.c1376 return in ? INT_IN_EP : INT_OUT_EP; in xhci_get_endpoint_type()
1577 ep_type != INT_IN_EP) in xhci_update_bw_info()
H A Dxhci.c2616 ep_type != INT_IN_EP); in xhci_is_async_ep()
2621 return (ep_type == ISOC_IN_EP || ep_type == INT_IN_EP); in xhci_is_sync_in_ep()
/linux/drivers/usb/cdns3/
H A Dcdnsp-debug.h532 case INT_IN_EP: in cdnsp_ep_type_string()
H A Dcdnsp-gadget.h698 #define INT_IN_EP 7 macro
H A Dcdnsp-mem.c904 return in ? INT_IN_EP : INT_OUT_EP; in cdnsp_get_endpoint_type()