Home
last modified time | relevance | path

Searched refs:USB_DT_DEVICE (Results 1 – 16 of 16) sorted by relevance

/rk3399_rockchip-uboot/drivers/usb/emul/
H A Dsandbox_hub.c40 .bDescriptorType = USB_DT_DEVICE,
140 USB_DT_DEVICE, 0); in hub_find_device()
H A Dsandbox_keyb.c53 .bDescriptorType = USB_DT_DEVICE,
H A Dsandbox_flash.c103 .bDescriptorType = USB_DT_DEVICE,
/rk3399_rockchip-uboot/include/
H A Dusb_defs.h86 #define USB_DT_DEVICE 0x01 macro
H A Dusbdevice.h194 #define USB_DT_DEVICE 0x01 macro
/rk3399_rockchip-uboot/include/linux/usb/
H A Dch9.h206 #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 Dg_dnl.c60 .bDescriptorType = USB_DT_DEVICE,
H A Dcomposite.c831 case USB_DT_DEVICE: in composite_setup()
833 count_configs(cdev, USB_DT_DEVICE); in composite_setup()
H A Dether.c339 .bDescriptorType = USB_DT_DEVICE,
1272 case USB_DT_DEVICE: in eth_setup()
/rk3399_rockchip-uboot/cmd/
H A Dusb.c155 if (dev->descriptor.bDescriptorType == USB_DT_DEVICE) { in usb_display_desc()
/rk3399_rockchip-uboot/drivers/usb/host/
H A Dsl811-hcd.c665 case USB_DT_DEVICE: in sl811_rh_submit_urb()
H A Dxhci.c921 case USB_DT_DEVICE: in xhci_submit_root()
H A Dehci-hcd.c690 case USB_DT_DEVICE: in ehci_submit_root()
/rk3399_rockchip-uboot/drivers/serial/
H A Dusbtty.c109 .bDescriptorType = USB_DT_DEVICE,
/rk3399_rockchip-uboot/drivers/usb/musb/
H A Dmusb_hcd.c648 case (USB_DT_DEVICE << 8): /* device descriptor */ in musb_submit_rh_msg()
/rk3399_rockchip-uboot/common/
H A Dusb.c947 err = usb_get_descriptor(dev, USB_DT_DEVICE, 0, desc, len); in get_descriptor_len()