Searched refs:USB_DT_DEVICE (Results 1 – 16 of 16) sorted by relevance
| /rk3399_rockchip-uboot/drivers/usb/emul/ |
| H A D | sandbox_hub.c | 40 .bDescriptorType = USB_DT_DEVICE, 140 USB_DT_DEVICE, 0); in hub_find_device()
|
| H A D | sandbox_keyb.c | 53 .bDescriptorType = USB_DT_DEVICE,
|
| H A D | sandbox_flash.c | 103 .bDescriptorType = USB_DT_DEVICE,
|
| /rk3399_rockchip-uboot/include/ |
| H A D | usb_defs.h | 86 #define USB_DT_DEVICE 0x01 macro
|
| H A D | usbdevice.h | 194 #define USB_DT_DEVICE 0x01 macro
|
| /rk3399_rockchip-uboot/include/linux/usb/ |
| H A D | ch9.h | 206 #define USB_DT_DEVICE 0x01 macro 239 #define USB_DT_CS_DEVICE (USB_TYPE_CLASS | USB_DT_DEVICE)
|
| /rk3399_rockchip-uboot/drivers/usb/gadget/ |
| H A D | g_dnl.c | 60 .bDescriptorType = USB_DT_DEVICE,
|
| H A D | composite.c | 831 case USB_DT_DEVICE: in composite_setup() 833 count_configs(cdev, USB_DT_DEVICE); in composite_setup()
|
| H A D | ether.c | 339 .bDescriptorType = USB_DT_DEVICE, 1272 case USB_DT_DEVICE: in eth_setup()
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | usb.c | 155 if (dev->descriptor.bDescriptorType == USB_DT_DEVICE) { in usb_display_desc()
|
| /rk3399_rockchip-uboot/drivers/usb/host/ |
| H A D | sl811-hcd.c | 665 case USB_DT_DEVICE: in sl811_rh_submit_urb()
|
| H A D | xhci.c | 921 case USB_DT_DEVICE: in xhci_submit_root()
|
| H A D | ehci-hcd.c | 690 case USB_DT_DEVICE: in ehci_submit_root()
|
| /rk3399_rockchip-uboot/drivers/serial/ |
| H A D | usbtty.c | 109 .bDescriptorType = USB_DT_DEVICE,
|
| /rk3399_rockchip-uboot/drivers/usb/musb/ |
| H A D | musb_hcd.c | 648 case (USB_DT_DEVICE << 8): /* device descriptor */ in musb_submit_rh_msg()
|
| /rk3399_rockchip-uboot/common/ |
| H A D | usb.c | 947 err = usb_get_descriptor(dev, USB_DT_DEVICE, 0, desc, len); in get_descriptor_len()
|