Lines Matching refs:started
1378 * packet at the moment the USB transfer is started. This leads us to
1824 /* mark the USB transfer started */
1826 if (!xfer->flags_int.started) {
1829 xfer->flags_int.started = 1;
1865 if (xfer->flags_int.started) {
1866 /* nothing to do except clearing the "started" flag */
1869 xfer->flags_int.started = 0;
1881 * Clear "open" and "started" when both private and USB lock
1885 xfer->flags_int.started = 0;
2310 if (!xfer->flags_int.started) {
2311 /* we got stopped before we even got started */
2356 * Check if we got started after that we got cancelled, but
2360 (xfer->flags_int.started) &&