Searched refs:this_qtd_len (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/usb/host/ |
| 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()
|
| A D | oxu210hp-hcd.c | 1696 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()
|
| A D | fotg210-hcd.c | 2607 int this_qtd_len; in qh_urb_transaction() local 2609 this_qtd_len = qtd_fill(fotg210, qtd, buf, this_sg_len, token, in qh_urb_transaction() 2611 this_sg_len -= this_qtd_len; in qh_urb_transaction() 2612 len -= this_qtd_len; in qh_urb_transaction() 2613 buf += this_qtd_len; in qh_urb_transaction() 2624 if ((maxpacket & (this_qtd_len + (maxpacket - 1))) == 0) in qh_urb_transaction()
|
| /linux/drivers/usb/isp1760/ |
| A D | isp1760-hcd.c | 1824 int this_qtd_len; in packetize_urb() local 1831 this_qtd_len = mem->blocks_size[ISP176x_BLOCK_NUM - 1]; in packetize_urb() 1833 this_qtd_len = len; in packetize_urb() 1835 this_qtd_len = qtd_fill(qtd, buf, this_qtd_len); in packetize_urb() 1838 len -= this_qtd_len; in packetize_urb() 1839 buf += this_qtd_len; in packetize_urb()
|
Completed in 25 milliseconds