end_trb           303 drivers/usb/cdns3/gadget.c 	while (current_trb != priv_req->end_trb) {
end_trb           945 drivers/usb/cdns3/gadget.c 		priv_req->end_trb = priv_ep->enqueue;
end_trb          1122 drivers/usb/cdns3/gadget.c 		if (priv_req->end_trb >= priv_ep->dequeue &&
end_trb          1123 drivers/usb/cdns3/gadget.c 		    priv_req->end_trb < current_index)
end_trb          1126 drivers/usb/cdns3/gadget.c 		if (priv_req->end_trb  < current_index ||
end_trb          1127 drivers/usb/cdns3/gadget.c 		    priv_req->end_trb >= priv_ep->dequeue)
end_trb          2110 drivers/usb/cdns3/gadget.c 			((priv_req->end_trb + 1) * TRB_SIZE));
end_trb          1203 drivers/usb/cdns3/gadget.h 	int				end_trb;
end_trb           210 drivers/usb/cdns3/trace.h 		__field(int, end_trb)
end_trb           225 drivers/usb/cdns3/trace.h 		__entry->end_trb = req->end_trb;
end_trb           238 drivers/usb/cdns3/trace.h 		__entry->end_trb,
end_trb           457 drivers/usb/cdns3/trace.h 		__field(unsigned int, end_trb)
end_trb           466 drivers/usb/cdns3/trace.h 		__entry->end_trb = priv_req->end_trb;
end_trb           474 drivers/usb/cdns3/trace.h 		__entry->end_trb
end_trb          1942 drivers/usb/host/xhci-mem.c 		union xhci_trb *end_trb,
end_trb          1952 drivers/usb/host/xhci-mem.c 	end_dma = xhci_trb_virt_to_dma(input_seg, end_trb);
end_trb          1954 drivers/usb/host/xhci-mem.c 	seg = trb_in_td(xhci, input_seg, start_trb, end_trb, input_dma, false);
end_trb          1965 drivers/usb/host/xhci-mem.c 				end_trb, end_dma);
end_trb          1968 drivers/usb/host/xhci-mem.c 		trb_in_td(xhci, input_seg, start_trb, end_trb, input_dma,
end_trb          2003 drivers/usb/host/xhci-mem.c 		union xhci_trb		*end_trb;
end_trb          2010 drivers/usb/host/xhci-mem.c 			.end_trb = &xhci->event_ring->first_seg->trbs[TRBS_PER_SEGMENT - 1],
end_trb          2017 drivers/usb/host/xhci-mem.c 			.end_trb = &xhci->cmd_ring->first_seg->trbs[TRBS_PER_SEGMENT - 1],
end_trb          2024 drivers/usb/host/xhci-mem.c 			.end_trb = &xhci->cmd_ring->first_seg->trbs[TRBS_PER_SEGMENT - 1],
end_trb          2031 drivers/usb/host/xhci-mem.c 			.end_trb = &xhci->event_ring->first_seg->trbs[3],
end_trb          2038 drivers/usb/host/xhci-mem.c 			.end_trb = &xhci->event_ring->first_seg->trbs[6],
end_trb          2045 drivers/usb/host/xhci-mem.c 			.end_trb = &xhci->event_ring->first_seg->trbs[1],
end_trb          2052 drivers/usb/host/xhci-mem.c 			.end_trb = &xhci->event_ring->first_seg->trbs[1],
end_trb          2059 drivers/usb/host/xhci-mem.c 			.end_trb = &xhci->event_ring->first_seg->trbs[1],
end_trb          2086 drivers/usb/host/xhci-mem.c 				complex_test_vector[i].end_trb,
end_trb          1769 drivers/usb/host/xhci-ring.c 		union xhci_trb	*end_trb,
end_trb          1788 drivers/usb/host/xhci-ring.c 		end_trb_dma = xhci_trb_virt_to_dma(cur_seg, end_trb);
end_trb          2083 drivers/usb/host/xhci.h 		union xhci_trb *end_trb, dma_addr_t suspect_dma, bool debug);