Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/gadget/
Dusbstring.c116 buf[1] = USB_DT_STRING; in usb_gadget_get_string()
136 buf[1] = USB_DT_STRING; in usb_gadget_get_string()
Dcomposite.c541 s->bDescriptorType = USB_DT_STRING; in get_string()
759 case USB_DT_STRING: in composite_setup()
Dether.c1300 case USB_DT_STRING: in eth_setup()
/external/u-boot/drivers/serial/
Dusbtty.c94 static u8 wstrLang[4] = {4,USB_DT_STRING,0x9,0x4};
587 string->bDescriptorType = USB_DT_STRING; in usbtty_init_strings()
594 string->bDescriptorType = USB_DT_STRING; in usbtty_init_strings()
601 string->bDescriptorType = USB_DT_STRING; in usbtty_init_strings()
608 string->bDescriptorType = USB_DT_STRING; in usbtty_init_strings()
615 string->bDescriptorType = USB_DT_STRING; in usbtty_init_strings()
621 string->bDescriptorType = USB_DT_STRING; in usbtty_init_strings()
/external/u-boot/drivers/usb/emul/
Dusb-emul-uclass.c19 buff[1] = USB_DT_STRING; in copy_to_unicode()
36 desc[1] = USB_DT_STRING; in usb_emul_get_string()
86 if (type == USB_DT_STRING) { in usb_emul_get_descriptor()
/external/u-boot/include/linux/usb/
Dch9.h208 #define USB_DT_STRING 0x03 macro
241 #define USB_DT_CS_STRING (USB_TYPE_CLASS | USB_DT_STRING)
/external/u-boot/include/
Dusb_defs.h87 #define USB_DT_STRING 0x03 macro
Dusbdevice.h195 #define USB_DT_STRING 0x03 macro
/external/kernel-headers/original/uapi/linux/usb/
Dch9.h242 #define USB_DT_STRING 0x03 macro
275 #define USB_DT_CS_STRING (USB_TYPE_CLASS | USB_DT_STRING)
/external/libusb-compat/libusb/
Dusb.h60 #define USB_DT_STRING 0x03 macro
/external/u-boot/drivers/usb/musb/
Dmusb_hcd.c663 case ((USB_DT_STRING << 8) | 0x00): /* string 0 descriptors */ in musb_submit_rh_msg()
671 case ((USB_DT_STRING << 8) | 0x01): /* string 1 descriptors */ in musb_submit_rh_msg()
/external/u-boot/drivers/usb/host/
Dsl811-hcd.c674 case USB_DT_STRING: in sl811_rh_submit_urb()
Dxhci.c921 case USB_DT_STRING: in xhci_submit_root()
Dehci-hcd.c710 case USB_DT_STRING: in ehci_submit_root()
/external/u-boot/common/
Dusb.c730 (USB_DT_STRING << 8) + index, langid, buf, size, in usb_get_string()