Lines Matching refs:xhci_segment
65 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()
321 struct xhci_segment *next; in xhci_ring_alloc()
511 struct xhci_segment *seg; in xhci_mem_init()