Searched refs:s_desc (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/usb/early/ |
| H A D | xhci-dbc.c | 229 struct usb_string_descriptor *s_desc; in xdbc_mem_init() local 277 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 …]
|
| /OK3568_Linux_fs/kernel/drivers/usb/host/ |
| H A D | xhci-dbgcap.c | 42 struct usb_string_descriptor *s_desc; in xhci_dbc_populate_strings() local 46 s_desc = (struct usb_string_descriptor *)strings->serial; in xhci_dbc_populate_strings() 48 UTF16_LITTLE_ENDIAN, (wchar_t *)s_desc->wData, in xhci_dbc_populate_strings() 51 s_desc->bLength = (strlen(DBC_STRING_SERIAL) + 1) * 2; in xhci_dbc_populate_strings() 52 s_desc->bDescriptorType = USB_DT_STRING; in xhci_dbc_populate_strings() 53 string_length = s_desc->bLength; in xhci_dbc_populate_strings() 57 s_desc = (struct usb_string_descriptor *)strings->product; in xhci_dbc_populate_strings() 59 UTF16_LITTLE_ENDIAN, (wchar_t *)s_desc->wData, in xhci_dbc_populate_strings() 62 s_desc->bLength = (strlen(DBC_STRING_PRODUCT) + 1) * 2; in xhci_dbc_populate_strings() 63 s_desc->bDescriptorType = USB_DT_STRING; in xhci_dbc_populate_strings() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/test-drivers/vidtv/ |
| H A D | vidtv_channel.c | 383 struct vidtv_psi_desc_service *s_desc; in vidtv_channel_build_service_list() local 390 s_desc = (struct vidtv_psi_desc_service *)desc; in vidtv_channel_build_service_list() 399 curr_e->service_type = s_desc->service_type; in vidtv_channel_build_service_list()
|
| /OK3568_Linux_fs/buildroot/utils/ |
| H A D | scanpypi | 299 s_file, s_path, s_desc = imp.find_module('setup', [self.tmp_extract]) 300 imp.load_module('__main__', s_file, s_path, s_desc)
|