Searched refs:this_qtd_len (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/usb/host/ |
D | ehci-q.c | 644 int this_qtd_len; in qh_urb_transaction() local 646 this_qtd_len = qtd_fill(ehci, qtd, buf, this_sg_len, token, in qh_urb_transaction() 648 this_sg_len -= this_qtd_len; in qh_urb_transaction() 649 len -= this_qtd_len; in qh_urb_transaction() 650 buf += this_qtd_len; in qh_urb_transaction() 661 if ((maxpacket & (this_qtd_len + (maxpacket - 1))) == 0) in qh_urb_transaction()
|
D | oxu210hp-hcd.c | 1257 int this_qtd_len; in qh_urb_transaction() local 1259 this_qtd_len = qtd_fill(qtd, buf, len, token, maxpacket); in qh_urb_transaction() 1261 len -= this_qtd_len; in qh_urb_transaction() 1262 buf += this_qtd_len; in qh_urb_transaction() 1263 transfer_buf += this_qtd_len; in qh_urb_transaction() 1268 if ((maxpacket & (this_qtd_len + (maxpacket - 1))) == 0) in qh_urb_transaction()
|
D | fotg210-hcd.c | 2606 int this_qtd_len; in qh_urb_transaction() local 2608 this_qtd_len = qtd_fill(fotg210, qtd, buf, this_sg_len, token, in qh_urb_transaction() 2610 this_sg_len -= this_qtd_len; in qh_urb_transaction() 2611 len -= this_qtd_len; in qh_urb_transaction() 2612 buf += this_qtd_len; in qh_urb_transaction() 2623 if ((maxpacket & (this_qtd_len + (maxpacket - 1))) == 0) in qh_urb_transaction()
|
/Linux-v4.19/drivers/usb/isp1760/ |
D | isp1760-hcd.c | 1442 int this_qtd_len; in packetize_urb() local 1447 this_qtd_len = qtd_fill(qtd, buf, len); in packetize_urb() 1450 len -= this_qtd_len; in packetize_urb() 1451 buf += this_qtd_len; in packetize_urb()
|