Searched defs:LIBUSB_REQUEST_GET_DESCRIPTOR (Results 1 - 2 of 2) sorted by relevance

/external/libusb/include/libusb/
H A Dlibusb.h369 LIBUSB_REQUEST_GET_DESCRIPTOR = 0x06, enumerator in enum:libusb_standard_request
1776 LIBUSB_REQUEST_GET_DESCRIPTOR, (uint16_t) ((desc_type << 8) | desc_index),
1798 LIBUSB_REQUEST_GET_DESCRIPTOR, (uint16_t)((LIBUSB_DT_STRING << 8) | desc_index),
/external/libusb/libusb/
H A Dlibusb.h369 LIBUSB_REQUEST_GET_DESCRIPTOR = 0x06, enumerator in enum:libusb_standard_request
1776 LIBUSB_REQUEST_GET_DESCRIPTOR, (uint16_t) ((desc_type << 8) | desc_index),
1798 LIBUSB_REQUEST_GET_DESCRIPTOR, (uint16_t)((LIBUSB_DT_STRING << 8) | desc_index),

Completed in 1172 milliseconds