Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Dusbstring.c117 buf[1] = USB_DT_STRING; in usb_gadget_get_string()
137 buf[1] = USB_DT_STRING; in usb_gadget_get_string()
H A Dcomposite.c577 s->bDescriptorType = USB_DT_STRING; in get_string()
875 case USB_DT_STRING: in composite_setup()
H A Dether.c1297 case USB_DT_STRING: in eth_setup()
/rk3399_rockchip-uboot/drivers/serial/
H A Dusbtty.c95 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()
/rk3399_rockchip-uboot/drivers/usb/emul/
H A Dusb-emul-uclass.c22 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()
/rk3399_rockchip-uboot/include/
H A Dusb_defs.h88 #define USB_DT_STRING 0x03 macro
H A Dusbdevice.h196 #define USB_DT_STRING 0x03 macro
/rk3399_rockchip-uboot/include/linux/usb/
H A Dch9.h208 #define USB_DT_STRING 0x03 macro
241 #define USB_DT_CS_STRING (USB_TYPE_CLASS | USB_DT_STRING)
/rk3399_rockchip-uboot/drivers/usb/musb/
H A Dmusb_hcd.c664 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()
/rk3399_rockchip-uboot/drivers/usb/host/
H A Dsl811-hcd.c675 case USB_DT_STRING: in sl811_rh_submit_urb()
H A Dxhci.c931 case USB_DT_STRING: in xhci_submit_root()
H A Dehci-hcd.c702 case USB_DT_STRING: in ehci_submit_root()
/rk3399_rockchip-uboot/common/
H A Dusb.c750 (USB_DT_STRING << 8) + index, langid, buf, size, in usb_get_string()