Home
last modified time | relevance | path

Searched refs:bounce_offs (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()
804 memcpy(urb->transfer_buffer + seg->bounce_offs, seg->bounce_buf, in xhci_unmap_td_bounce_buffer()
808 seg->bounce_offs = 0; in xhci_unmap_td_bounce_buffer()
3574 seg->bounce_offs = enqd_len; in xhci_align_td()
H A Dxhci.h1544 unsigned int bounce_offs; member