Searched refs:str_descr (Results 1 – 1 of 1) sorted by relevance
190 struct usb_string_descriptor *str_descr = descriptor; in ascii7_to_utf16le() local191 int idx_max = USB_BSTRING_UTF16LE_IDX_MAX(str_descr->bLength); in ascii7_to_utf16le()192 int ascii_idx_max = USB_BSTRING_ASCII_IDX_MAX(str_descr->bLength); in ascii7_to_utf16le()193 uint8_t *buf = (uint8_t *)&str_descr->bString; in ascii7_to_utf16le()