Home
last modified time | relevance | path

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

/linux/drivers/usb/cdns3/
H A Dcdnsp-debug.h530 case BULK_IN_EP: in cdnsp_ep_type_string()
H A Dcdnsp-gadget.h697 #define BULK_IN_EP 6 macro
H A Dcdnsp-mem.c899 return in ? BULK_IN_EP : BULK_OUT_EP; in cdnsp_get_endpoint_type()
/linux/drivers/usb/early/
H A 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()
/linux/drivers/usb/host/
H A Dxhci-dbgcap.c80 ep_ctx->ep_info2 = dbc_epctx_info2(BULK_IN_EP, 1024, max_burst); in xhci_dbc_init_ep_contexts()