Lines Matching refs:open
1613 /* Only open the USB transfer once! */
1614 if (!xfer->flags_int.open) {
1615 xfer->flags_int.open = 1;
1617 DPRINTF("open\n");
1620 (xfer->endpoint->methods->open) (xfer);
1864 if (!xfer->flags_int.open) {
1881 * Clear "open" and "started" when both private and USB lock
1884 xfer->flags_int.open = 0;
2359 if ((!xfer->flags_int.open) &&
2779 if ((!xfer->flags_int.open) &&