Home
last modified time | relevance | path

Searched refs:xhci_segment (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/drivers/usb/host/
Dxhci-mem.c65 static void xhci_segment_free(struct xhci_segment *seg) in xhci_segment_free()
81 struct xhci_segment *seg; in xhci_ring_free()
82 struct xhci_segment *first_seg; in xhci_ring_free()
89 struct xhci_segment *next = seg->next; in xhci_ring_free()
215 static void xhci_link_segments(struct xhci_segment *prev, in xhci_link_segments()
216 struct xhci_segment *next, bool link_trbs) in xhci_link_segments()
274 static struct xhci_segment *xhci_segment_alloc(void) in xhci_segment_alloc()
276 struct xhci_segment *seg; in xhci_segment_alloc()
278 seg = (struct xhci_segment *)malloc(sizeof(struct xhci_segment)); in xhci_segment_alloc()
306 struct xhci_segment *prev; in xhci_ring_alloc()
[all …]
Dxhci-ring.c37 struct xhci_segment *seg, union xhci_trb *trb) in last_trb()
57 struct xhci_segment *seg, in last_trb_on_last_seg()
/external/u-boot/include/usb/
Dxhci.h1003 struct xhci_segment { struct
1006 struct xhci_segment *next; argument
1010 struct xhci_segment *first_seg;
1012 struct xhci_segment *enq_seg;
1014 struct xhci_segment *deq_seg;
1226 struct xhci_segment *seg;
1235 unsigned long trb_addr(struct xhci_segment *seg, union xhci_trb *trb);