Searched refs:xhci_segment (Results 1 - 6 of 6) sorted by last modified time

/linux-master/drivers/usb/host/
H A Dxhci-ring.c69 dma_addr_t xhci_trb_virt_to_dma(struct xhci_segment *seg,
93 static bool last_trb_on_seg(struct xhci_segment *seg, union xhci_trb *trb)
99 struct xhci_segment *seg, union xhci_trb *trb)
150 struct xhci_segment **seg,
288 struct xhci_segment *enq_seg = ring->enq_seg;
325 struct xhci_segment *seg;
436 struct xhci_segment *new_seg = xhci->cmd_ring->deq_seg;
642 struct xhci_segment *new_seg;
771 struct xhci_segment *seg = td->start_seg;
816 struct xhci_segment *se
[all...]
H A Dxhci.h679 struct xhci_segment *queued_deq_seg;
1262 struct xhci_segment { struct
1265 struct xhci_segment *next;
1288 struct xhci_segment *start_seg;
1291 struct xhci_segment *last_trb_seg;
1292 struct xhci_segment *bounce_seg;
1344 struct xhci_segment *first_seg;
1345 struct xhci_segment *last_seg;
1347 struct xhci_segment *enq_seg;
1349 struct xhci_segment *deq_se
[all...]
H A Dxhci.c43 struct xhci_segment *seg = ring->first_seg;
785 struct xhci_segment *seg;
H A Dxhci-mem.c29 static struct xhci_segment *xhci_segment_alloc(struct xhci_hcd *xhci,
35 struct xhci_segment *seg;
71 static void xhci_segment_free(struct xhci_hcd *xhci, struct xhci_segment *seg)
82 struct xhci_segment *first)
84 struct xhci_segment *seg;
88 struct xhci_segment *next = seg->next;
102 static void xhci_link_segments(struct xhci_segment *prev,
103 struct xhci_segment *next,
130 struct xhci_segment *first, struct xhci_segment *las
[all...]
H A Dxhci-dbgcap.c440 struct xhci_segment *seg;
H A Dxhci-debugfs.c197 struct xhci_segment *seg)
219 struct xhci_segment *seg = ring->first_seg;

Completed in 265 milliseconds