Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/host/
Dehci-q.c653 int this_qtd_len; in qh_urb_transaction() local
655 this_qtd_len = qtd_fill(ehci, qtd, buf, this_sg_len, token, in qh_urb_transaction()
657 this_sg_len -= this_qtd_len; in qh_urb_transaction()
658 len -= this_qtd_len; in qh_urb_transaction()
659 buf += this_qtd_len; in qh_urb_transaction()
670 if ((maxpacket & (this_qtd_len + (maxpacket - 1))) == 0) in qh_urb_transaction()
Doxu210hp-hcd.c1276 int this_qtd_len; in qh_urb_transaction() local
1278 this_qtd_len = qtd_fill(qtd, buf, len, token, maxpacket); in qh_urb_transaction()
1280 len -= this_qtd_len; in qh_urb_transaction()
1281 buf += this_qtd_len; in qh_urb_transaction()
1282 transfer_buf += this_qtd_len; in qh_urb_transaction()
1287 if ((maxpacket & (this_qtd_len + (maxpacket - 1))) == 0) in qh_urb_transaction()
Dfotg210-hcd.c2639 int this_qtd_len; in qh_urb_transaction() local
2641 this_qtd_len = qtd_fill(fotg210, qtd, buf, this_sg_len, token, in qh_urb_transaction()
2643 this_sg_len -= this_qtd_len; in qh_urb_transaction()
2644 len -= this_qtd_len; in qh_urb_transaction()
2645 buf += this_qtd_len; in qh_urb_transaction()
2656 if ((maxpacket & (this_qtd_len + (maxpacket - 1))) == 0) in qh_urb_transaction()
/linux-4.4.14/drivers/usb/isp1760/
Disp1760-hcd.c1441 int this_qtd_len; in packetize_urb() local
1446 this_qtd_len = qtd_fill(qtd, buf, len); in packetize_urb()
1449 len -= this_qtd_len; in packetize_urb()
1450 buf += this_qtd_len; in packetize_urb()