Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/host/
Dehci-q.c644 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()
Doxu210hp-hcd.c1696 int this_qtd_len; in qh_urb_transaction() local
1698 this_qtd_len = qtd_fill(qtd, buf, len, token, maxpacket); in qh_urb_transaction()
1700 len -= this_qtd_len; in qh_urb_transaction()
1701 buf += this_qtd_len; in qh_urb_transaction()
1702 transfer_buf += this_qtd_len; in qh_urb_transaction()
1707 if ((maxpacket & (this_qtd_len + (maxpacket - 1))) == 0) in qh_urb_transaction()
Dfotg210-hcd.c2612 int this_qtd_len; in qh_urb_transaction() local
2614 this_qtd_len = qtd_fill(fotg210, qtd, buf, this_sg_len, token, in qh_urb_transaction()
2616 this_sg_len -= this_qtd_len; in qh_urb_transaction()
2617 len -= this_qtd_len; in qh_urb_transaction()
2618 buf += this_qtd_len; in qh_urb_transaction()
2629 if ((maxpacket & (this_qtd_len + (maxpacket - 1))) == 0) in qh_urb_transaction()
/Linux-v5.4/drivers/usb/isp1760/
Disp1760-hcd.c1442 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()