Home
last modified time | relevance | path

Searched refs:LIBUSB_TRANSFER_SHORT_NOT_OK (Results 1 – 5 of 5) sorted by relevance

/third_party/libusb/libusb/os/
Dnetbsd_usb.c533 if ((transfer->flags & LIBUSB_TRANSFER_SHORT_NOT_OK) == 0) in _sync_control_transfer()
602 if ((transfer->flags & LIBUSB_TRANSFER_SHORT_NOT_OK) == 0) in _sync_gen_transfer()
Dopenbsd_usb.c583 if ((transfer->flags & LIBUSB_TRANSFER_SHORT_NOT_OK) == 0) in _sync_control_transfer()
675 if ((transfer->flags & LIBUSB_TRANSFER_SHORT_NOT_OK) == 0) in _sync_gen_transfer()
/third_party/libusb/examples/
Ddpfp.c334 transfer->flags = LIBUSB_TRANSFER_SHORT_NOT_OK in set_mode_async()
/third_party/libusb/libusb/
Dlibusb.h1150 LIBUSB_TRANSFER_SHORT_NOT_OK = (1U << 0), enumerator
Dio.c1677 && transfer->flags & LIBUSB_TRANSFER_SHORT_NOT_OK) { in usbi_handle_transfer_completion()