Home
last modified time | relevance | path

Searched refs:LIBUSB_COMPLETED (Results 1 – 2 of 2) sorted by relevance

/external/libusb/libusb/os/
Dwindows_winusb.c3025 return LIBUSB_COMPLETED; in _hid_get_device_descriptor()
3100 return LIBUSB_COMPLETED; in _hid_get_config_descriptor()
3143 return LIBUSB_COMPLETED; in _hid_get_string_descriptor()
3166 return LIBUSB_COMPLETED; in _hid_get_hid_descriptor()
3233 return LIBUSB_COMPLETED; in _hid_get_report_descriptor()
3264 return LIBUSB_COMPLETED; in _hid_get_descriptor()
3336 r = LIBUSB_COMPLETED; in _hid_get_report()
3416 return LIBUSB_COMPLETED; in _hid_set_report()
3751 r = LIBUSB_COMPLETED; in hid_submit_control_transfer()
3756 r = LIBUSB_COMPLETED; in hid_submit_control_transfer()
[all …]
Dwindows_winusb.h59 #define LIBUSB_COMPLETED (LIBUSB_SUCCESS + 1) macro