Home
last modified time | relevance | path

Searched refs:USB_DT_STRING (Results 1 – 13 of 13) sorted by relevance

/u-boot/drivers/usb/gadget/
A Dusbstring.c44 buf[1] = USB_DT_STRING; in usb_gadget_get_string()
64 buf[1] = USB_DT_STRING; in usb_gadget_get_string()
A Dcomposite.c626 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()
A Dether.c1278 case USB_DT_STRING: in eth_setup()
/u-boot/drivers/serial/
A Dusbtty.c96 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()
/u-boot/drivers/usb/emul/
A Dusb-emul-uclass.c21 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()
/u-boot/include/linux/usb/
A Dch9.h208 #define USB_DT_STRING 0x03 macro
241 #define USB_DT_CS_STRING (USB_TYPE_CLASS | USB_DT_STRING)
/u-boot/include/
A Dusb_defs.h113 #define USB_DT_STRING 0x03 macro
A Dusbdevice.h195 #define USB_DT_STRING 0x03 macro
/u-boot/drivers/usb/musb/
A Dmusb_hcd.c659 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()
/u-boot/common/
A Dusb.c738 (USB_DT_STRING << 8) + index, langid, buf, size, in usb_get_string()
/u-boot/drivers/usb/host/
A Dxhci.c914 case USB_DT_STRING: in xhci_submit_root()
A Dehci-hcd.c771 case USB_DT_STRING: in ehci_submit_root()
/u-boot/drivers/usb/isp1760/
A Disp1760-hcd.c2103 case USB_DT_STRING << 8: in isp1760_hub_control()

Completed in 40 milliseconds