deq               325 drivers/usb/early/xhci-dbc.c 	ep_out->deq		= cpu_to_le64(xdbc.out_seg.dma | xdbc.out_ring.cycle_state);
deq               332 drivers/usb/early/xhci-dbc.c 	ep_in->deq		= cpu_to_le64(xdbc.in_seg.dma | xdbc.in_ring.cycle_state);
deq                77 drivers/usb/early/xhci-dbc.h 	__le64	deq;
deq                92 drivers/usb/host/xhci-dbgcap.c 	dma_addr_t		deq, dma;
deq               111 drivers/usb/host/xhci-dbgcap.c 	deq			= dbc_bulkout_enq(dbc);
deq               114 drivers/usb/host/xhci-dbgcap.c 	ep_ctx->deq		= cpu_to_le64(deq | dbc->ring_out->cycle_state);
deq               118 drivers/usb/host/xhci-dbgcap.c 	deq			= dbc_bulkin_enq(dbc);
deq               121 drivers/usb/host/xhci-dbgcap.c 	ep_ctx->deq		= cpu_to_le64(deq | dbc->ring_in->cycle_state);
deq               376 drivers/usb/host/xhci-dbgcap.c 	dma_addr_t		deq;
deq               415 drivers/usb/host/xhci-dbgcap.c 	deq = xhci_trb_virt_to_dma(dbc->ring_evt->deq_seg,
deq               417 drivers/usb/host/xhci-dbgcap.c 	xhci_write_64(xhci, deq, &dbc->regs->erdp);
deq               649 drivers/usb/host/xhci-dbgcap.c 	dma_addr_t		deq;
deq               775 drivers/usb/host/xhci-dbgcap.c 		deq = xhci_trb_virt_to_dma(dbc->ring_evt->deq_seg,
deq               777 drivers/usb/host/xhci-dbgcap.c 		xhci_write_64(xhci, deq, &dbc->regs->erdp);
deq               291 drivers/usb/host/xhci-debugfs.c 						  le64_to_cpu(ep_ctx->deq),
deq               741 drivers/usb/host/xhci-mem.c 	ep_ctx->deq  = cpu_to_le64(stream_info->ctx_array_dma);
deq               755 drivers/usb/host/xhci-mem.c 	ep_ctx->deq  = cpu_to_le64(addr | ep->ring->cycle_state);
deq              1058 drivers/usb/host/xhci-mem.c 	ep0_ctx->deq = cpu_to_le64(xhci_trb_virt_to_dma(ep_ring->enq_seg,
deq              1205 drivers/usb/host/xhci-mem.c 	ep0_ctx->deq = cpu_to_le64(dev->eps[0].ring->first_seg->dma |
deq              1511 drivers/usb/host/xhci-mem.c 	ep_ctx->deq = cpu_to_le64(ep_ring->first_seg->dma |
deq              1532 drivers/usb/host/xhci-mem.c 	ep_ctx->deq = 0;
deq              1620 drivers/usb/host/xhci-mem.c 	in_ep_ctx->deq = out_ep_ctx->deq;
deq              2100 drivers/usb/host/xhci-mem.c 	dma_addr_t deq;
deq              2102 drivers/usb/host/xhci-mem.c 	deq = xhci_trb_virt_to_dma(xhci->event_ring->deq_seg,
deq              2104 drivers/usb/host/xhci-mem.c 	if (deq == 0 && !in_interrupt())
deq              2117 drivers/usb/host/xhci-mem.c 	xhci_write_64(xhci, ((u64) deq & (u64) ~ERST_PTR_MASK) | temp,
deq               500 drivers/usb/host/xhci-ring.c 	return le64_to_cpu(ep_ctx->deq);
deq              1115 drivers/usb/host/xhci-ring.c 		u64 deq;
deq              1120 drivers/usb/host/xhci-ring.c 			deq = le64_to_cpu(ctx->stream_ring) & SCTX_DEQ_MASK;
deq              1122 drivers/usb/host/xhci-ring.c 			deq = le64_to_cpu(ep_ctx->deq) & ~EP_CTX_CYCLE_MASK;
deq              1125 drivers/usb/host/xhci-ring.c 			"Successful Set TR Deq Ptr cmd, deq = @%08llx", deq);
deq              1127 drivers/usb/host/xhci-ring.c 					 ep->queued_deq_ptr) == deq) {
deq              2787 drivers/usb/host/xhci-ring.c 	dma_addr_t deq;
deq              2792 drivers/usb/host/xhci-ring.c 		deq = xhci_trb_virt_to_dma(xhci->event_ring->deq_seg,
deq              2794 drivers/usb/host/xhci-ring.c 		if (deq == 0)
deq              2801 drivers/usb/host/xhci-ring.c 				((u64) deq & (u64) ~ERST_PTR_MASK))
deq              2806 drivers/usb/host/xhci-ring.c 		temp_64 |= ((u64) deq & (u64) ~ERST_PTR_MASK);
deq               324 drivers/usb/host/xhci-trace.h 		__field(u64, deq)
deq               330 drivers/usb/host/xhci-trace.h 		__entry->deq = le64_to_cpu(ctx->deq);
deq               334 drivers/usb/host/xhci-trace.h 		__entry->info2, __entry->deq, __entry->tx_info)
deq               461 drivers/usb/host/xhci-trace.h 		__field(dma_addr_t, deq)
deq               481 drivers/usb/host/xhci-trace.h 		__entry->deq = xhci_trb_virt_to_dma(ring->deq_seg, ring->dequeue);
deq               486 drivers/usb/host/xhci-trace.h 			&__entry->deq, &__entry->deq_seg,
deq              1956 drivers/usb/host/xhci.c 		ep_ctx->deq = 0;
deq              3026 drivers/usb/host/xhci.c 	ep_ctx->deq = cpu_to_le64(addr | deq_state->new_cycle_state);
deq               703 drivers/usb/host/xhci.h 	__le64	deq;
deq              2634 drivers/usb/host/xhci.h static inline const char *xhci_decode_ep_context(u32 info, u32 info2, u64 deq,
deq              2681 drivers/usb/host/xhci.h 			burst, maxp, deq);