Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Ddwc2_udc_otg_regs.h125 #define INT_IN_EP (0x1<<18) macro
262 #define GINTMSK_INIT (INT_OUT_EP | INT_IN_EP | INT_RESUME | INT_ENUMDONE\
H A Ddwc2_udc_otg_xfer_dma.c593 if (intr_status & INT_IN_EP) in dwc2_udc_irq()
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-mtk-sch.c337 if (ep_type == INT_IN_EP || ep_type == INT_OUT_EP) { in setup_sch_info()
456 if (sch_ep->ep_type == INT_IN_EP || sch_ep->ep_type == ISOC_IN_EP) in check_fs_bus_bw()
547 if (sch_ep->ep_type == INT_IN_EP || sch_ep->ep_type == ISOC_IN_EP) in update_sch_tt()
H A Dxhci.h766 #define INT_IN_EP 7 macro
2785 case INT_IN_EP: in xhci_ep_type_string()
H A Dxhci-mem.c1461 return in ? INT_IN_EP : INT_OUT_EP; in xhci_get_endpoint_type()
1665 ep_type != INT_IN_EP) in xhci_update_bw_info()
H A Dxhci.c2502 ep_type != INT_IN_EP); in xhci_is_async_ep()
2507 return (ep_type == ISOC_IN_EP || ep_type == INT_IN_EP); in xhci_is_sync_in_ep()
/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h648 #define INT_IN_EP 7 macro