Lines Matching defs:out
255 // we have a match. now we just need to figure out which is in and which is out.
363 // This ioctl must not have TEMP_FAILURE_RETRY because we send SIGALRM to break out.
364 usbdevfs_urb* out = nullptr;
365 int res = ioctl(fd, USBDEVFS_REAPURB, &out);
382 D("[ urb @%p status = %d, actual = %d ]", out, out->status, out->actual_length);
384 if (out == &h->urb_in) {
393 if (out == &h->urb_out) {
394 D("[ reap urb - OUT compelete ]");
507 // from the list when we're finally closed and everything will work out