Lines Matching refs:xhci_segment

39 static struct xhci_segment *xhci_segment_alloc(struct xhci_hcd *xhci,  in xhci_segment_alloc()
42 struct xhci_segment *seg; in xhci_segment_alloc()
68 static void xhci_segment_free(struct xhci_hcd *xhci, struct xhci_segment *seg) in xhci_segment_free()
78 struct xhci_segment *first) in xhci_free_segments_for_ring()
80 struct xhci_segment *seg; in xhci_free_segments_for_ring()
84 struct xhci_segment *next = seg->next; in xhci_free_segments_for_ring()
98 static void xhci_link_segments(struct xhci_hcd *xhci, struct xhci_segment *prev, in xhci_link_segments()
99 struct xhci_segment *next, enum xhci_ring_type type) in xhci_link_segments()
129 struct xhci_segment *first, struct xhci_segment *last, in xhci_link_rings()
132 struct xhci_segment *next; in xhci_link_rings()
185 struct xhci_segment *seg, in xhci_insert_segment_mapping()
206 struct xhci_segment *seg) in xhci_remove_segment_mapping()
218 struct xhci_segment *first_seg, in xhci_update_stream_segment_mapping()
219 struct xhci_segment *last_seg, in xhci_update_stream_segment_mapping()
222 struct xhci_segment *seg; in xhci_update_stream_segment_mapping()
223 struct xhci_segment *failed_seg; in xhci_update_stream_segment_mapping()
257 struct xhci_segment *seg; in xhci_remove_stream_mapping()
319 struct xhci_segment **first, struct xhci_segment **last, in xhci_alloc_segments_for_ring()
323 struct xhci_segment *prev; in xhci_alloc_segments_for_ring()
332 struct xhci_segment *next; in xhci_alloc_segments_for_ring()
429 struct xhci_segment *seg = ring->first_seg; in xhci_reinit_cached_ring()
460 struct xhci_segment *first; in xhci_ring_expansion()
461 struct xhci_segment *last; in xhci_ring_expansion()
482 struct xhci_segment *next; in xhci_ring_expansion()
1891 struct xhci_segment *input_seg, in xhci_test_trb_in_td()
1895 struct xhci_segment *result_seg, in xhci_test_trb_in_td()
1900 struct xhci_segment *seg; in xhci_test_trb_in_td()
1931 struct xhci_segment *result_seg; in xhci_check_trb_in_td_math()
1952 struct xhci_segment *input_seg; in xhci_check_trb_in_td_math()
1956 struct xhci_segment *result_seg; in xhci_check_trb_in_td_math()
2355 struct xhci_segment *seg; in xhci_mem_init()