Home
last modified time | relevance | path

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

/linux-6.15/drivers/usb/cdns3/
H A Dcdnsp-ring.c611 trace_cdnsp_bounce_unmap(td->preq, seg->bounce_len, seg->bounce_offs, in cdnsp_unmap_td_bounce_buffer()
625 seg->bounce_buf, seg->bounce_len, in cdnsp_unmap_td_bounce_buffer()
627 if (len != seg->bounce_len) in cdnsp_unmap_td_bounce_buffer()
629 len, seg->bounce_len); in cdnsp_unmap_td_bounce_buffer()
631 seg->bounce_len = 0; in cdnsp_unmap_td_bounce_buffer()
1849 seg->bounce_len = new_buff_len; in cdnsp_align_td()
H A Dcdnsp-gadget.h1178 unsigned int bounce_len; member
/linux-6.15/drivers/usb/host/
H A Dxhci-ring.c862 seg->bounce_len, seg->bounce_offs); in xhci_unmap_td_bounce_buffer()
863 if (len != seg->bounce_len) in xhci_unmap_td_bounce_buffer()
865 len, seg->bounce_len); in xhci_unmap_td_bounce_buffer()
868 seg->bounce_len); in xhci_unmap_td_bounce_buffer()
870 seg->bounce_len = 0; in xhci_unmap_td_bounce_buffer()
3580 seg->bounce_len = new_buff_len; in xhci_align_td()
H A Dxhci.h1287 unsigned int bounce_len; member