Searched refs:s_desc (Results 1 – 2 of 2) sorted by relevance
229 struct usb_string_descriptor *s_desc; in xdbc_mem_init() local277 s_desc = (struct usb_string_descriptor *)strings->serial; in xdbc_mem_init()278 s_desc->bLength = (strlen(XDBC_STRING_SERIAL) + 1) * 2; in xdbc_mem_init()279 s_desc->bDescriptorType = USB_DT_STRING; in xdbc_mem_init()281 xdbc_put_utf16(s_desc->wData, XDBC_STRING_SERIAL, strlen(XDBC_STRING_SERIAL)); in xdbc_mem_init()282 string_length = s_desc->bLength; in xdbc_mem_init()286 s_desc = (struct usb_string_descriptor *)strings->product; in xdbc_mem_init()287 s_desc->bLength = (strlen(XDBC_STRING_PRODUCT) + 1) * 2; in xdbc_mem_init()288 s_desc->bDescriptorType = USB_DT_STRING; in xdbc_mem_init()290 xdbc_put_utf16(s_desc->wData, XDBC_STRING_PRODUCT, strlen(XDBC_STRING_PRODUCT)); in xdbc_mem_init()[all …]
106 struct usb_string_descriptor *s_desc; in xhci_dbc_populate_str_desc() local109 s_desc = (struct usb_string_descriptor *)desc; in xhci_dbc_populate_str_desc()113 (wchar_t *)s_desc->wData, USB_MAX_STRING_LEN * 2); in xhci_dbc_populate_str_desc()117 s_desc->bLength = len * 2 + 2; in xhci_dbc_populate_str_desc()118 s_desc->bDescriptorType = USB_DT_STRING; in xhci_dbc_populate_str_desc()120 return s_desc->bLength; in xhci_dbc_populate_str_desc()