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