reap_action 173 third_party/libusb/src/libusb/os/linux_usbfs.c enum reap_action reap_action; reap_action 1772 third_party/libusb/src/libusb/os/linux_usbfs.c tpriv->reap_action = NORMAL; reap_action 1834 third_party/libusb/src/libusb/os/linux_usbfs.c tpriv->reap_action = EREMOTEIO == errno ? COMPLETED_EARLY : SUBMIT_FAILED; reap_action 1841 third_party/libusb/src/libusb/os/linux_usbfs.c if (COMPLETED_EARLY == tpriv->reap_action) reap_action 1908 third_party/libusb/src/libusb/os/linux_usbfs.c tpriv->reap_action = NORMAL; reap_action 1993 third_party/libusb/src/libusb/os/linux_usbfs.c tpriv->reap_action = SUBMIT_FAILED; reap_action 2030 third_party/libusb/src/libusb/os/linux_usbfs.c tpriv->reap_action = NORMAL; reap_action 2081 third_party/libusb/src/libusb/os/linux_usbfs.c if (tpriv->reap_action == ERROR) reap_action 2087 third_party/libusb/src/libusb/os/linux_usbfs.c tpriv->reap_action = CANCELLED; reap_action 2143 third_party/libusb/src/libusb/os/linux_usbfs.c if (tpriv->reap_action != NORMAL) { reap_action 2177 third_party/libusb/src/libusb/os/linux_usbfs.c if (tpriv->reap_action != COMPLETED_EARLY && reap_action 2220 third_party/libusb/src/libusb/os/linux_usbfs.c tpriv->reap_action = ERROR; reap_action 2225 third_party/libusb/src/libusb/os/linux_usbfs.c tpriv->reap_action = ERROR; reap_action 2237 third_party/libusb/src/libusb/os/linux_usbfs.c if (tpriv->reap_action == NORMAL) reap_action 2238 third_party/libusb/src/libusb/os/linux_usbfs.c tpriv->reap_action = COMPLETED_EARLY; reap_action 2243 third_party/libusb/src/libusb/os/linux_usbfs.c if (ERROR == tpriv->reap_action && LIBUSB_TRANSFER_COMPLETED == tpriv->reap_status) reap_action 2261 third_party/libusb/src/libusb/os/linux_usbfs.c return CANCELLED == tpriv->reap_action ? reap_action 2339 third_party/libusb/src/libusb/os/linux_usbfs.c if (tpriv->reap_action != NORMAL) { /* cancelled or submit_fail */ reap_action 2345 third_party/libusb/src/libusb/os/linux_usbfs.c if (tpriv->reap_action == CANCELLED) { reap_action 2398 third_party/libusb/src/libusb/os/linux_usbfs.c if (tpriv->reap_action == CANCELLED) {