• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/musb/

Lines Matching refs:done

80  *   although ARP RX wins.  (That test was done with a full speed link.)
453 bool done = false;
495 /* see if we are done */
496 done = (++qh->iso_idx >= urb->number_of_packets);
511 /* see if we are done */
512 done = (urb->actual_length == urb->transfer_buffer_length)
515 if (done
532 if (!done)
537 return done;
984 /* if we just did status stage, we are done */
1004 * ep0 is more likely to stay busy. That's already done
1043 goto done;
1073 /* call completion handler if done */
1076 done:
1101 bool done = false;
1147 * That's already done for bulk RX transfers.
1182 done = true;
1231 * after clearing DMAMODE as we might have done this
1266 done = true;
1273 done = true;
1277 done = true;
1281 done = true;
1282 if (!done) {
1293 done = true;
1298 if (done) {
1432 bool done = false;
1523 done = true;
1528 /* SHOULD NEVER HAPPEN ... but at least DaVinci has done it */
1550 done = true;
1585 done = true;
1587 done = false;
1590 /* done if urb buffer is full or short packet is recd */
1591 done = (urb->actual_length + xfer_len >=
1597 if (!done) {
1604 done ? "off" : "reset",
1608 done = true;
1743 done = musb_host_packet_rx(musb, urb,
1745 DBG(6, "read %spacket\n", done ? "last " : "");
1752 if (done) {
1905 /* DMA mapping was already done, if needed, and this urb is on
1906 * hep->urb_list now ... so we're done, unless hep wasn't yet
1916 /* Allocate and initialize qh, minimizing the work done each time
1951 goto done;
2050 done:
2139 goto done;
2143 goto done;
2176 done:
2212 * queue on hw_ep (e.g. bulk ring) when we're done.