Home
last modified time | relevance | path

Searched refs:bounce_buf_len (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-trace.h470 __field(unsigned int, bounce_buf_len)
481 __entry->bounce_buf_len = ring->bounce_buf_len;
492 __entry->bounce_buf_len,
H A Dxhci-mem.c436 ring->bounce_buf_len = max_packet; in xhci_ring_alloc()
498 ring->bounce_buf_len, flags); in xhci_ring_expansion()
H A Dxhci-ring.c789 dma_unmap_single(dev, seg->bounce_dma, ring->bounce_buf_len, in xhci_unmap_td_bounce_buffer()
794 dma_unmap_single(dev, seg->bounce_dma, ring->bounce_buf_len, in xhci_unmap_td_bounce_buffer()
H A Dxhci.h1633 unsigned int bounce_buf_len; member