Lines Matching defs:data
127 /* scrub any data left in the fifo */
210 /* gather right source of data */
507 * to address data toggle, NYET, and DMA or PIO.
644 * Ensure the data reaches to main memory before starting
1132 /* stop endpoint since we have no place for its data, this
1147 /* data transfer complete; perform status phase */
1301 * its last packet when writing the next URB's data. So we
1346 * only if the FIFO still has data -- that should prevent the
1381 /* see if we need to send more data, or ZLP */
1817 musb_dbg(musb, "RX end %d ISO data error", epnum);
2553 u8 data[];
2568 data);
2576 memcpy(temp->old_xfer_buffer, temp->data, length);
2606 /* Position our struct temp_buffer such that data is aligned */
2613 memcpy(temp->data, urb->transfer_buffer,
2615 urb->transfer_buffer = temp->data;