Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-ring.c799 seg->bounce_len, seg->bounce_offs); in xhci_unmap_td_bounce_buffer()
800 if (len != seg->bounce_len) in xhci_unmap_td_bounce_buffer()
802 len, seg->bounce_len); in xhci_unmap_td_bounce_buffer()
805 seg->bounce_len); in xhci_unmap_td_bounce_buffer()
807 seg->bounce_len = 0; in xhci_unmap_td_bounce_buffer()
3573 seg->bounce_len = new_buff_len; in xhci_align_td()
H A Dxhci.h1545 unsigned int bounce_len; member