Searched refs:xhci_segment (Results 1 – 3 of 3) sorted by relevance
67 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 …]
39 struct xhci_segment *seg, union xhci_trb *trb) in last_trb()59 struct xhci_segment *seg, in last_trb_on_last_seg()
997 struct xhci_segment { struct1000 struct xhci_segment *next; argument1004 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