Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/host/
Dxhci-ring.c764 seg->bounce_len, seg->bounce_offs); in xhci_unmap_td_bounce_buffer()
769 memcpy(urb->transfer_buffer + seg->bounce_offs, seg->bounce_buf, in xhci_unmap_td_bounce_buffer()
773 seg->bounce_offs = 0; in xhci_unmap_td_bounce_buffer()
3377 seg->bounce_offs = enqd_len; in xhci_align_td()
Dxhci.h1534 unsigned int bounce_offs; member