Searched refs:this_qtd_len (Results 1 – 4 of 4) sorted by relevance
/drivers/usb/host/ |
D | ehci-q.c | 664 int this_qtd_len; in qh_urb_transaction() local 666 this_qtd_len = qtd_fill(ehci, qtd, buf, this_sg_len, token, in qh_urb_transaction() 668 this_sg_len -= this_qtd_len; in qh_urb_transaction() 669 len -= this_qtd_len; in qh_urb_transaction() 670 buf += this_qtd_len; in qh_urb_transaction() 681 if ((maxpacket & (this_qtd_len + (maxpacket - 1))) == 0) in qh_urb_transaction()
|
D | oxu210hp-hcd.c | 1276 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()
|
D | fotg210-hcd.c | 2643 int this_qtd_len; in qh_urb_transaction() local 2645 this_qtd_len = qtd_fill(fotg210, qtd, buf, this_sg_len, token, in qh_urb_transaction() 2647 this_sg_len -= this_qtd_len; in qh_urb_transaction() 2648 len -= this_qtd_len; in qh_urb_transaction() 2649 buf += this_qtd_len; in qh_urb_transaction() 2660 if ((maxpacket & (this_qtd_len + (maxpacket - 1))) == 0) in qh_urb_transaction()
|
/drivers/usb/isp1760/ |
D | isp1760-hcd.c | 1441 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()
|