Searched refs:LIBUSB_DT_STRING (Results 1 - 7 of 7) sorted by relevance

/external/libusb/libusb/
H A Dlibusb.h118 LIBUSB_DT_STRING = 0x03, enumerator in enum:libusb_descriptor_type
1171 LIBUSB_REQUEST_GET_DESCRIPTOR, (LIBUSB_DT_STRING << 8) | desc_index,
H A Ddescriptor.c700 if (tbuf[1] != LIBUSB_DT_STRING)
/external/chromium_org/device/usb/
H A Dusb_device_handle_impl.cc324 } else if ((text[0] >> 8) != LIBUSB_DT_STRING) {
682 } else if ((languages[0] >> 8) != LIBUSB_DT_STRING) {
/external/chromium_org/third_party/libusb/src/libusb/
H A Dlibusb.h262 LIBUSB_DT_STRING = 0x03, enumerator in enum:libusb_descriptor_type
1756 LIBUSB_REQUEST_GET_DESCRIPTOR, (uint16_t)((LIBUSB_DT_STRING << 8) | desc_index),
H A Ddescriptor.c1181 if (tbuf[1] != LIBUSB_DT_STRING)
/external/chromium_org/third_party/libusb/src/libusb/os/
H A Dwindows_usb.h336 #define USB_STRING_DESCRIPTOR_TYPE LIBUSB_DT_STRING
H A Dwindows_usb.c3307 ((uint8_t*)data)[1] = LIBUSB_DT_STRING;
3412 case LIBUSB_DT_STRING:
3413 usbi_dbg("LIBUSB_DT_STRING");

Completed in 917 milliseconds