Lines Matching defs:done

55  *   although ARP RX wins.  (That test was done with a full speed link.)
418 bool done = false;
460 /* see if we are done */
461 done = (++qh->iso_idx >= urb->number_of_packets);
476 /* see if we are done */
477 done = (urb->actual_length == urb->transfer_buffer_length)
480 if (done
497 if (!done)
502 return done;
1078 /* if we just did status stage, we are done */
1098 * ep0 is more likely to stay busy. That's already done
1137 goto done;
1170 /* call completion handler if done */
1173 done:
1198 bool done = false;
1250 * That's already done for bulk RX transfers.
1263 done:
1287 done = true;
1336 * after clearing DMAMODE as we might have done this
1372 done = true;
1379 done = true;
1383 done = true;
1387 done = true;
1388 if (!done) {
1400 done = true;
1405 if (done) {
1440 /* sg_miter_start is already done in musb_ep_program */
1445 goto done;
1545 bool done;
1562 done = true;
1566 done = musb_rx_dma_iso_cppi41(dma, hw_ep, qh,
1568 done = false;
1572 /* done if urb buffer is full or short packet is recd */
1573 done = (urb->actual_length + len >=
1580 if (!done) {
1586 return done;
1616 int length, pipe, done;
1687 done = dma->channel_program(channel, qh->maxpacket,
1691 if (!done) {
1702 return done;
1740 bool done = false;
1837 done = true;
1842 /* SHOULD NEVER HAPPEN ... but at least DaVinci has done it */
1864 done = true;
1887 done = musb_rx_dma_inventra_cppi41(c, hw_ep, qh, urb, xfer_len);
1890 epnum, done ? "off" : "reset",
1894 done = true;
1952 done = true;
1958 done = musb_host_packet_rx(musb, urb, epnum,
1966 done = musb_host_packet_rx(musb, urb,
1969 musb_dbg(musb, "read %spacket", done ? "last " : "");
1976 if (done) {
2140 /* DMA mapping was already done, if needed, and this urb is on
2141 * hep->urb_list now ... so we're done, unless hep wasn't yet
2151 /* Allocate and initialize qh, minimizing the work done each time
2190 goto done;
2292 done:
2376 goto done;
2380 goto done;
2414 done:
2450 * queue on hw_ep (e.g. bulk ring) when we're done.