HomeSort by relevance Sort by last modified time
    Searched refs:LIBUSB_TRANSFER_SHORT_NOT_OK (Results 1 - 6 of 6) sorted by null

  /external/libusb/libusb/os/
netbsd_usb.c 593 if ((transfer->flags & LIBUSB_TRANSFER_SHORT_NOT_OK) == 0)
662 if ((transfer->flags & LIBUSB_TRANSFER_SHORT_NOT_OK) == 0)
openbsd_usb.c 654 if ((transfer->flags & LIBUSB_TRANSFER_SHORT_NOT_OK) == 0)
746 if ((transfer->flags & LIBUSB_TRANSFER_SHORT_NOT_OK) == 0)
  /external/libusb/examples/
dpfp.c 185 transfer->flags = LIBUSB_TRANSFER_SHORT_NOT_OK
dpfp_threaded.c 217 transfer->flags = LIBUSB_TRANSFER_SHORT_NOT_OK
  /external/libusb/libusb/
io.c 501 * - \ref libusb_transfer_flags::LIBUSB_TRANSFER_SHORT_NOT_OK
502 * "LIBUSB_TRANSFER_SHORT_NOT_OK" results in transfers which transferred
    [all...]
libusb.h     [all...]

Completed in 253 milliseconds