Searched refs:this_qtd_len (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/usb/host/ |
D | ehci-q.c | 652 unsigned int this_qtd_len; in qh_urb_transaction() local 654 this_qtd_len = qtd_fill(ehci, qtd, buf, this_sg_len, token, in qh_urb_transaction() 656 this_sg_len -= this_qtd_len; in qh_urb_transaction() 657 len -= this_qtd_len; in qh_urb_transaction() 658 buf += this_qtd_len; in qh_urb_transaction() 669 if ((maxpacket & (this_qtd_len + (maxpacket - 1))) == 0) in qh_urb_transaction()
|
D | oxu210hp-hcd.c | 1671 int this_qtd_len; in qh_urb_transaction() local 1673 this_qtd_len = qtd_fill(qtd, buf, len, token, maxpacket); in qh_urb_transaction() 1675 len -= this_qtd_len; in qh_urb_transaction() 1676 buf += this_qtd_len; in qh_urb_transaction() 1677 transfer_buf += this_qtd_len; in qh_urb_transaction() 1682 if ((maxpacket & (this_qtd_len + (maxpacket - 1))) == 0) in qh_urb_transaction()
|
/linux-6.12.1/drivers/usb/isp1760/ |
D | isp1760-hcd.c | 1821 int this_qtd_len; in packetize_urb() local 1828 this_qtd_len = mem->blocks_size[ISP176x_BLOCK_NUM - 1]; in packetize_urb() 1830 this_qtd_len = len; in packetize_urb() 1832 this_qtd_len = qtd_fill(qtd, buf, this_qtd_len); in packetize_urb() 1835 len -= this_qtd_len; in packetize_urb() 1836 buf += this_qtd_len; in packetize_urb()
|
/linux-6.12.1/drivers/usb/fotg210/ |
D | fotg210-hcd.c | 2599 int this_qtd_len; in qh_urb_transaction() local 2601 this_qtd_len = qtd_fill(fotg210, qtd, buf, this_sg_len, token, in qh_urb_transaction() 2603 this_sg_len -= this_qtd_len; in qh_urb_transaction() 2604 len -= this_qtd_len; in qh_urb_transaction() 2605 buf += this_qtd_len; in qh_urb_transaction() 2616 if ((maxpacket & (this_qtd_len + (maxpacket - 1))) == 0) in qh_urb_transaction()
|