Home
last modified time | relevance | path

Searched refs:link_trbs (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dxhci-mem.c216 struct xhci_segment *next, bool link_trbs) in xhci_link_segments() argument
224 if (link_trbs) { in xhci_link_segments()
303 struct xhci_ring *xhci_ring_alloc(unsigned int num_segs, bool link_trbs) in xhci_ring_alloc() argument
326 xhci_link_segments(prev, next, link_trbs); in xhci_ring_alloc()
331 xhci_link_segments(prev, ring->first_seg, link_trbs); in xhci_ring_alloc()
332 if (link_trbs) { in xhci_ring_alloc()
/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h1266 struct xhci_ring *xhci_ring_alloc(unsigned int num_segs, bool link_trbs);