Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/usb/cdns3/
Dcdnsp-debug.h532 case BULK_IN_EP: in cdnsp_ep_type_string()
Dcdnsp-gadget.h690 #define BULK_IN_EP 6 macro
Dcdnsp-mem.c900 return in ? BULK_IN_EP : BULK_OUT_EP; in cdnsp_get_endpoint_type()
/linux-6.6.21/drivers/usb/host/
Dxhci.h767 #define BULK_IN_EP 6 macro
2754 case BULK_IN_EP: in xhci_ep_type_string()
Dxhci-dbgcap.c121 ep_ctx->ep_info2 = dbc_epctx_info2(BULK_IN_EP, 1024, max_burst); in xhci_dbc_init_contexts()
Dxhci-mem.c1352 return in ? BULK_IN_EP : BULK_OUT_EP; in xhci_get_endpoint_type()
/linux-6.6.21/drivers/usb/early/
Dxhci-dbc.c332 ep_in->ep_info2 = cpu_to_le32(EP_TYPE(BULK_IN_EP) | MAX_PACKET(1024) | MAX_BURST(max_burst)); in xdbc_mem_init()