Home
last modified time | relevance | path

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

/u-boot/drivers/usb/host/
A Dxhci-mem.c67 static void xhci_segment_free(struct xhci_segment *seg) in xhci_segment_free()
83 struct xhci_segment *seg; in xhci_ring_free()
84 struct xhci_segment *first_seg; in xhci_ring_free()
91 struct xhci_segment *next = seg->next; in xhci_ring_free()
220 struct xhci_segment *next, bool link_trbs) in xhci_link_segments()
278 static struct xhci_segment *xhci_segment_alloc(void) in xhci_segment_alloc()
280 struct xhci_segment *seg; in xhci_segment_alloc()
282 seg = malloc(sizeof(struct xhci_segment)); in xhci_segment_alloc()
311 struct xhci_segment *prev; in xhci_ring_alloc()
326 struct xhci_segment *next; in xhci_ring_alloc()
[all …]
A Dxhci-ring.c39 struct xhci_segment *seg, union xhci_trb *trb) in last_trb()
59 struct xhci_segment *seg, in last_trb_on_last_seg()
/u-boot/include/usb/
A Dxhci.h997 struct xhci_segment { struct
1000 struct xhci_segment *next; argument
1004 struct xhci_segment *first_seg;
1006 struct xhci_segment *enq_seg;
1008 struct xhci_segment *deq_seg;
1213 struct xhci_segment *seg;
1231 unsigned long trb_addr(struct xhci_segment *seg, union xhci_trb *trb);

Completed in 10 milliseconds