Searched refs:bounce_buf_len (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/usb/host/ |
H A D | xhci-mem.c | 335 prev = xhci_segment_alloc(xhci, ring->bounce_buf_len, num, flags); in xhci_alloc_segments_for_ring() 344 next = xhci_segment_alloc(xhci, ring->bounce_buf_len, num, flags); in xhci_alloc_segments_for_ring() 382 ring->bounce_buf_len = max_packet; in xhci_ring_alloc() 424 new_ring.bounce_buf_len = ring->bounce_buf_len; in xhci_ring_expansion()
|
H A D | xhci.h | 1372 unsigned int bounce_buf_len; member
|
H A D | xhci-ring.c | 797 dma_unmap_single(dev, seg->bounce_dma, ring->bounce_buf_len, in xhci_unmap_td_bounce_buffer() 802 dma_unmap_single(dev, seg->bounce_dma, ring->bounce_buf_len, in xhci_unmap_td_bounce_buffer()
|
/linux/drivers/usb/cdns3/ |
H A D | cdnsp-mem.c | 384 ring->bounce_buf_len = max_packet; in cdnsp_ring_alloc() 440 ring->bounce_buf_len, flags); in cdnsp_ring_expansion()
|
H A D | cdnsp-gadget.h | 1265 unsigned int bounce_buf_len; member
|
H A D | cdnsp-ring.c | 615 ring->bounce_buf_len, DMA_TO_DEVICE); in cdnsp_unmap_td_bounce_buffer() 619 dma_unmap_single(pdev->dev, seg->bounce_dma, ring->bounce_buf_len, in cdnsp_unmap_td_bounce_buffer()
|