EP_TYPE 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)); EP_TYPE 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)); EP_TYPE 165 drivers/usb/host/xhci-dbgcap.h cpu_to_le32(EP_TYPE(t) | MAX_PACKET(p) | MAX_BURST(b)) EP_TYPE 1199 drivers/usb/host/xhci-mem.c ep0_ctx->ep_info2 = cpu_to_le32(EP_TYPE(CTRL_EP)); EP_TYPE 1507 drivers/usb/host/xhci-mem.c ep_ctx->ep_info2 = cpu_to_le32(EP_TYPE(endpoint_type) |