Home
last modified time | relevance | path

Searched refs:INT_IN_EP (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci-mtk-sch.c293 if (ep_type == INT_IN_EP || ep_type == INT_OUT_EP) { in setup_sch_info()
330 * check TT for INT_OUT_EP, ISOC/INT_IN_EP type in setup_sch_info()
344 } else { /* INT_IN_EP or ISOC_IN_EP */ in setup_sch_info()
415 if (sch_ep->ep_type == INT_IN_EP || sch_ep->ep_type == ISOC_IN_EP) in check_fs_bus_bw()
508 if (sch_ep->ep_type == INT_IN_EP || sch_ep->ep_type == ISOC_IN_EP) in update_sch_tt()
H A Dxhci.h765 #define INT_IN_EP 7 macro
2724 case INT_IN_EP: in xhci_ep_type_string()
H A Dxhci-mem.c1406 return in ? INT_IN_EP : INT_OUT_EP; in xhci_get_endpoint_type()
1602 ep_type != INT_IN_EP) in xhci_update_bw_info()
H A Dxhci.c2517 ep_type != INT_IN_EP); in xhci_is_async_ep()
2522 return (ep_type == ISOC_IN_EP || ep_type == INT_IN_EP); in xhci_is_sync_in_ep()
/kernel/linux/linux-6.6/drivers/usb/cdns3/
H A Dcdnsp-debug.h534 case INT_IN_EP: in cdnsp_ep_type_string()
H A Dcdnsp-gadget.h691 #define INT_IN_EP 7 macro
H A Dcdnsp-mem.c904 return in ? INT_IN_EP : INT_OUT_EP; in cdnsp_get_endpoint_type()
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dxhci-mtk-sch.c330 if (ep_type == INT_IN_EP || ep_type == INT_OUT_EP) { in setup_sch_info()
356 * check TT for INT_OUT_EP, ISOC/INT_IN_EP type in setup_sch_info()
H A Dxhci.h768 #define INT_IN_EP 7 macro
2756 case INT_IN_EP: in xhci_ep_type_string()
H A Dxhci-mem.c1356 return in ? INT_IN_EP : INT_OUT_EP; in xhci_get_endpoint_type()
1553 ep_type != INT_IN_EP) in xhci_update_bw_info()
H A Dxhci.c2495 ep_type != INT_IN_EP); in xhci_is_async_ep()
2500 return (ep_type == ISOC_IN_EP || ep_type == INT_IN_EP); in xhci_is_sync_in_ep()

Completed in 35 milliseconds