Lines Matching refs:xhci_segment
64 static void xhci_segment_free(struct xhci_segment *seg) in xhci_segment_free()
80 struct xhci_segment *seg; in xhci_ring_free()
81 struct xhci_segment *first_seg; in xhci_ring_free()
88 struct xhci_segment *next = seg->next; in xhci_ring_free()
214 static void xhci_link_segments(struct xhci_segment *prev, in xhci_link_segments()
215 struct xhci_segment *next, bool link_trbs) in xhci_link_segments()
273 static struct xhci_segment *xhci_segment_alloc(void) in xhci_segment_alloc()
275 struct xhci_segment *seg; in xhci_segment_alloc()
277 seg = (struct xhci_segment *)malloc(sizeof(struct xhci_segment)); in xhci_segment_alloc()
305 struct xhci_segment *prev; in xhci_ring_alloc()
320 struct xhci_segment *next; in xhci_ring_alloc()
507 struct xhci_segment *seg; in xhci_mem_init()