Searched refs:this_qtd_len (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/usb/host/ |
| H A D | ehci-q.c | 655 int this_qtd_len; in qh_urb_transaction() local 657 this_qtd_len = qtd_fill(ehci, qtd, buf, this_sg_len, token, in qh_urb_transaction() 659 this_sg_len -= this_qtd_len; in qh_urb_transaction() 660 len -= this_qtd_len; in qh_urb_transaction() 661 buf += this_qtd_len; in qh_urb_transaction() 672 if ((maxpacket & (this_qtd_len + (maxpacket - 1))) == 0) in qh_urb_transaction()
|
| H A D | oxu210hp-hcd.c | 1695 int this_qtd_len; in qh_urb_transaction() local 1697 this_qtd_len = qtd_fill(qtd, buf, len, token, maxpacket); in qh_urb_transaction() 1699 len -= this_qtd_len; in qh_urb_transaction() 1700 buf += this_qtd_len; in qh_urb_transaction() 1701 transfer_buf += this_qtd_len; in qh_urb_transaction() 1706 if ((maxpacket & (this_qtd_len + (maxpacket - 1))) == 0) in qh_urb_transaction()
|
| H A D | fotg210-hcd.c | 2605 int this_qtd_len; in qh_urb_transaction() local 2607 this_qtd_len = qtd_fill(fotg210, qtd, buf, this_sg_len, token, in qh_urb_transaction() 2609 this_sg_len -= this_qtd_len; in qh_urb_transaction() 2610 len -= this_qtd_len; in qh_urb_transaction() 2611 buf += this_qtd_len; in qh_urb_transaction() 2622 if ((maxpacket & (this_qtd_len + (maxpacket - 1))) == 0) in qh_urb_transaction()
|
| /OK3568_Linux_fs/kernel/drivers/usb/isp1760/ |
| H A D | isp1760-hcd.c | 1438 int this_qtd_len; in packetize_urb() local 1443 this_qtd_len = qtd_fill(qtd, buf, len); in packetize_urb() 1446 len -= this_qtd_len; in packetize_urb() 1447 buf += this_qtd_len; in packetize_urb()
|