Searched refs:xhci_link_segments (Results 1 – 1 of 1) sorted by relevance
/linux-3.4.99/drivers/usb/host/ |
D | xhci-mem.c | 96 static void xhci_link_segments(struct xhci_hcd *xhci, struct xhci_segment *prev, in xhci_link_segments() function 136 xhci_link_segments(xhci, ring->enq_seg, first, ring->type); in xhci_link_rings() 137 xhci_link_segments(xhci, last, next, ring->type); in xhci_link_rings() 216 xhci_link_segments(xhci, prev, next, type); in xhci_alloc_segments_for_ring() 221 xhci_link_segments(xhci, prev, *first, type); in xhci_alloc_segments_for_ring() 312 xhci_link_segments(xhci, seg, seg->next, type); in xhci_reinit_cached_ring()
|