Searched refs:this_qtd_len (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/usb/host/ |
D | ehci-q.c | 653 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()
|
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 | fusbh200-hcd.c | 2678 int this_qtd_len; in qh_urb_transaction() local 2680 this_qtd_len = qtd_fill(fusbh200, qtd, buf, this_sg_len, token, in qh_urb_transaction() 2682 this_sg_len -= this_qtd_len; in qh_urb_transaction() 2683 len -= this_qtd_len; in qh_urb_transaction() 2684 buf += this_qtd_len; in qh_urb_transaction() 2695 if ((maxpacket & (this_qtd_len + (maxpacket - 1))) == 0) in qh_urb_transaction()
|
D | fotg210-hcd.c | 2729 int this_qtd_len; in qh_urb_transaction() local 2731 this_qtd_len = qtd_fill(fotg210, qtd, buf, this_sg_len, token, in qh_urb_transaction() 2733 this_sg_len -= this_qtd_len; in qh_urb_transaction() 2734 len -= this_qtd_len; in qh_urb_transaction() 2735 buf += this_qtd_len; in qh_urb_transaction() 2746 if ((maxpacket & (this_qtd_len + (maxpacket - 1))) == 0) in qh_urb_transaction()
|
/linux-4.1.27/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()
|