Home | History | Annotate | Download | only in usb

Lines Matching refs:transfer

96  * - generic transfer routines
112 * failed transfer).
122 * in use. When the transfer has finished, these routines call
168 SDT_PROBE_DEFINE7(usb, umass, transfer, start__bbb,
176 SDT_PROBE_DEFINE7(usb, umass, transfer, start__cbi,
184 SDT_PROBE_DEFINE7(usb, umass, transfer, done,
277 /* generic transfer functions */
615 * normal bulk endpoint. We send an IN transfer down the wire at the
747 * Record buffer pointers for data transfer (it's huge), command and
985 /* Initialise a USB transfer and then schedule it */
994 DPRINTFM(UDMASS_BBB, "failed to setup transfer... err=%jd",
1013 /* Initialise a USB control transfer and then schedule it */
1020 DPRINTFM(UDMASS_BBB, "failed to setup ctrl transfer... err=%jd",
1063 SDT_PROBE7(usb, umass, transfer, done,
1081 SDT_PROBE7(usb, umass, transfer, done,
1162 SDT_PROBE7(usb, umass, transfer, start__bbb,
1164 static int dCBWtag = 42; /* unique for CBW of transfer */
1175 SDT_PROBE7(usb, umass, transfer, done,
1185 * Do a Bulk-Only transfer with cmdlen bytes from cmd, possibly
1191 * umass_bbb_transfer initialises the transfer and lets the state
1228 * Determine the direction of the data transfer and the length.
1232 * intends to transfer on the IN or OUT Bulk endpoint(as indicated by
1260 /* store the details for the data transfer phase */
1301 * Each state first does the error handling of the previous transfer
1302 * and then prepares the next transfer.
1303 * Each transfer is done asynchroneously so after the request/transfer
1327 /***** Bulk Transfer *****/
1341 /* Data transport phase, setup transfer */
1356 sc->transfer_datalen, 0,/* fixed length transfer */
1372 /* retrieve the length of the transfer that was done */
1429 /* Status transport phase, setup transfer */
1454 /* Status transfer, error handling */
1553 /* SCSI command failed but transfer was successful */
1692 SDT_PROBE7(usb, umass, transfer, start__cbi,
1704 SDT_PROBE7(usb, umass, transfer, done,
1714 * Do a CBI transfer with cmdlen bytes from cmd, possibly
1720 * umass_cbi_transfer initialises the transfer and lets the state
1737 /* store the details for the data transfer phase */
1791 /***** CBI Transfer *****/
1814 /* Data transport phase, setup transfer */
1829 0, /* fixed length transfer */
1845 /* retrieve the length of the transfer that was done */
1887 0, /* fixed length transfer */