BULK_OUT_EP       324 drivers/usb/early/xhci-dbc.c 	ep_out->ep_info2	= cpu_to_le32(EP_TYPE(BULK_OUT_EP) | MAX_PACKET(1024) | MAX_BURST(max_burst));
BULK_OUT_EP       113 drivers/usb/host/xhci-dbgcap.c 	ep_ctx->ep_info2	= dbc_epctx_info2(BULK_OUT_EP, 1024, max_burst);
BULK_OUT_EP      1380 drivers/usb/host/xhci-mem.c 		return in ? BULK_IN_EP : BULK_OUT_EP;
BULK_OUT_EP      2617 drivers/usb/host/xhci.h 	case BULK_OUT_EP: