Searched refs:LIBUSB_DT_STRING (Results 1 – 4 of 4) sorted by relevance
254 LIBUSB_DT_STRING = 0x03, enumerator1845 LIBUSB_REQUEST_GET_DESCRIPTOR, (uint16_t)((LIBUSB_DT_STRING << 8) | desc_index), in libusb_get_string_descriptor()
1109 else if (str.desc.bDescriptorType != LIBUSB_DT_STRING) in libusb_get_string_descriptor_ascii()1120 else if (str.desc.bDescriptorType != LIBUSB_DT_STRING) in libusb_get_string_descriptor_ascii()
97 LIBUSB_DT_STRING,
3338 ((uint8_t *)data)[1] = LIBUSB_DT_STRING; in _hid_get_string_descriptor()3449 case LIBUSB_DT_STRING: in _hid_get_descriptor()