| /OK3568_Linux_fs/kernel/drivers/usb/gadget/ |
| H A D | usbstring.c | 44 buf [1] = USB_DT_STRING; in usb_gadget_get_string() 64 buf [1] = USB_DT_STRING; in usb_gadget_get_string()
|
| H A D | composite.c | 1193 s->bDescriptorType = USB_DT_STRING; in get_string() 1229 b->bDescriptorType = USB_DT_STRING; in get_string() 1772 case USB_DT_STRING: in composite_setup()
|
| /OK3568_Linux_fs/u-boot/drivers/usb/gadget/ |
| H A D | usbstring.c | 117 buf[1] = USB_DT_STRING; in usb_gadget_get_string() 137 buf[1] = USB_DT_STRING; in usb_gadget_get_string()
|
| H A D | composite.c | 577 s->bDescriptorType = USB_DT_STRING; in get_string() 871 case USB_DT_STRING: in composite_setup()
|
| /OK3568_Linux_fs/u-boot/drivers/serial/ |
| H A D | usbtty.c | 95 static u8 wstrLang[4] = {4,USB_DT_STRING,0x9,0x4}; 588 string->bDescriptorType = USB_DT_STRING; in usbtty_init_strings() 595 string->bDescriptorType = USB_DT_STRING; in usbtty_init_strings() 602 string->bDescriptorType = USB_DT_STRING; in usbtty_init_strings() 609 string->bDescriptorType = USB_DT_STRING; in usbtty_init_strings() 616 string->bDescriptorType = USB_DT_STRING; in usbtty_init_strings() 622 string->bDescriptorType = USB_DT_STRING; in usbtty_init_strings()
|
| /OK3568_Linux_fs/u-boot/drivers/usb/emul/ |
| H A D | usb-emul-uclass.c | 22 buff[1] = USB_DT_STRING; in copy_to_unicode() 39 desc[1] = USB_DT_STRING; in usb_emul_get_string() 89 if (type == USB_DT_STRING) { in usb_emul_get_descriptor()
|
| /OK3568_Linux_fs/kernel/drivers/usb/early/ |
| H A D | xhci-dbc.c | 279 s_desc->bDescriptorType = USB_DT_STRING; in xdbc_mem_init() 288 s_desc->bDescriptorType = USB_DT_STRING; in xdbc_mem_init() 297 s_desc->bDescriptorType = USB_DT_STRING; in xdbc_mem_init() 305 strings->string0[1] = USB_DT_STRING; in xdbc_mem_init()
|
| /OK3568_Linux_fs/u-boot/include/linux/usb/ |
| H A D | ch9.h | 208 #define USB_DT_STRING 0x03 macro 241 #define USB_DT_CS_STRING (USB_TYPE_CLASS | USB_DT_STRING)
|
| /OK3568_Linux_fs/kernel/drivers/usb/host/ |
| H A D | xhci-dbgcap.c | 52 s_desc->bDescriptorType = USB_DT_STRING; in xhci_dbc_populate_strings() 63 s_desc->bDescriptorType = USB_DT_STRING; in xhci_dbc_populate_strings() 75 s_desc->bDescriptorType = USB_DT_STRING; in xhci_dbc_populate_strings() 81 strings->string0[1] = USB_DT_STRING; in xhci_dbc_populate_strings()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | usb_defs.h | 88 #define USB_DT_STRING 0x03 macro
|
| H A D | usbdevice.h | 196 #define USB_DT_STRING 0x03 macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/usb/ |
| H A D | ch9.h | 242 #define USB_DT_STRING 0x03 macro 275 #define USB_DT_CS_STRING (USB_TYPE_CLASS | USB_DT_STRING)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/usb/ |
| H A D | ch9.h | 242 #define USB_DT_STRING 0x03 macro 275 #define USB_DT_CS_STRING (USB_TYPE_CLASS | USB_DT_STRING)
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/usb/ |
| H A D | ch9.h | 242 #define USB_DT_STRING 0x03 macro 275 #define USB_DT_CS_STRING (USB_TYPE_CLASS | USB_DT_STRING)
|
| /OK3568_Linux_fs/kernel/drivers/usb/common/ |
| H A D | debug.c | 117 case USB_DT_STRING: in usb_decode_get_set_descriptor()
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/aspeed-vhub/ |
| H A D | hub.c | 330 sdesc->bDescriptorType = USB_DT_STRING; in ast_vhub_collect_languages() 438 case USB_DT_STRING: in ast_vhub_std_hub_request()
|
| /OK3568_Linux_fs/u-boot/drivers/usb/musb/ |
| H A D | musb_hcd.c | 664 case ((USB_DT_STRING << 8) | 0x00): /* string 0 descriptors */ in musb_submit_rh_msg() 672 case ((USB_DT_STRING << 8) | 0x01): /* string 1 descriptors */ in musb_submit_rh_msg()
|
| /OK3568_Linux_fs/kernel/drivers/usb/core/ |
| H A D | message.c | 846 (USB_DT_STRING << 8) + index, langid, buf, size, in usb_get_string() 850 if (result > 1 && ((u8 *) buf)[1] != USB_DT_STRING) { in usb_get_string() 996 if (tbuf[1] != USB_DT_STRING) in usb_string()
|
| H A D | hcd.c | 412 t += USB_DT_STRING << 8; /* Now t is first 16 bits to store */ in ascii2desc() 443 static char const langids[4] = {4, USB_DT_STRING, 0x09, 0x04}; in rh_string() 620 case USB_DT_STRING << 8: in rh_call_control()
|
| /OK3568_Linux_fs/u-boot/drivers/usb/host/ |
| H A D | sl811-hcd.c | 675 case USB_DT_STRING: in sl811_rh_submit_urb()
|
| H A D | xhci.c | 922 case USB_DT_STRING: in xhci_submit_root()
|
| /OK3568_Linux_fs/kernel/drivers/hid/ |
| H A D | hid-uclogic-params.c | 87 (USB_DT_STRING << 8) + idx, in uclogic_params_get_str_desc()
|
| H A D | hid-cp2112.c | 968 report.type = USB_DT_STRING; in pstr_store()
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | usb.c | 750 (USB_DT_STRING << 8) + index, langid, buf, size, in usb_get_string()
|
| /OK3568_Linux_fs/kernel/drivers/usb/serial/ |
| H A D | io_edgeport.c | 449 if (!usb_get_descriptor(dev, USB_DT_STRING, Id, &StringDesc, 457 if (!usb_get_descriptor(dev, USB_DT_STRING, Id, pStringDesc,
|