Searched refs:USB_DT_STRING (Results 1 – 13 of 13) sorted by relevance
44 buf[1] = USB_DT_STRING; in usb_gadget_get_string()64 buf[1] = USB_DT_STRING; in usb_gadget_get_string()
626 s->bDescriptorType = USB_DT_STRING; in get_string()656 b->bDescriptorType = USB_DT_STRING; in get_string()1077 case USB_DT_STRING: in composite_setup()
1278 case USB_DT_STRING: in eth_setup()
96 static u8 wstrLang[4] = {4,USB_DT_STRING,0x9,0x4};575 string->bDescriptorType = USB_DT_STRING; in usbtty_init_strings()582 string->bDescriptorType = USB_DT_STRING; in usbtty_init_strings()589 string->bDescriptorType = USB_DT_STRING; in usbtty_init_strings()596 string->bDescriptorType = USB_DT_STRING; in usbtty_init_strings()603 string->bDescriptorType = USB_DT_STRING; in usbtty_init_strings()609 string->bDescriptorType = USB_DT_STRING; in usbtty_init_strings()
21 buff[1] = USB_DT_STRING; in copy_to_unicode()38 desc[1] = USB_DT_STRING; in usb_emul_get_string()88 if (type == USB_DT_STRING) { in usb_emul_get_descriptor()
208 #define USB_DT_STRING 0x03 macro241 #define USB_DT_CS_STRING (USB_TYPE_CLASS | USB_DT_STRING)
113 #define USB_DT_STRING 0x03 macro
195 #define USB_DT_STRING 0x03 macro
659 case ((USB_DT_STRING << 8) | 0x00): /* string 0 descriptors */ in musb_submit_rh_msg()667 case ((USB_DT_STRING << 8) | 0x01): /* string 1 descriptors */ in musb_submit_rh_msg()
738 (USB_DT_STRING << 8) + index, langid, buf, size, in usb_get_string()
914 case USB_DT_STRING: in xhci_submit_root()
771 case USB_DT_STRING: in ehci_submit_root()
2103 case USB_DT_STRING << 8: in isp1760_hub_control()
Completed in 40 milliseconds