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

  /external/libusb_aah/libusb/os/
openbsd_usb.c 643 if ((transfer->flags & LIBUSB_TRANSFER_SHORT_NOT_OK) == 0)
712 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 214 transfer->flags = LIBUSB_TRANSFER_SHORT_NOT_OK
  /external/libusb_aah/examples/
dpfp.c 185 transfer->flags = LIBUSB_TRANSFER_SHORT_NOT_OK
dpfp_threaded.c 214 transfer->flags = LIBUSB_TRANSFER_SHORT_NOT_OK
  /external/libusb/libusb/
libusb.h 672 LIBUSB_TRANSFER_SHORT_NOT_OK = 1<<0,
    [all...]
io.c 483 * - \ref libusb_transfer_flags::LIBUSB_TRANSFER_SHORT_NOT_OK
484 * "LIBUSB_TRANSFER_SHORT_NOT_OK" results in transfers which transferred
    [all...]
  /external/libusb_aah/libusb/
libusb.h 815 LIBUSB_TRANSFER_SHORT_NOT_OK = 1<<0,
    [all...]
io.c 483 * - \ref libusb_transfer_flags::LIBUSB_TRANSFER_SHORT_NOT_OK
484 * "LIBUSB_TRANSFER_SHORT_NOT_OK" results in transfers which transferred
    [all...]

Completed in 1428 milliseconds