Home
last modified time | relevance | path

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

/u-boot/drivers/usb/emul/
A Dsandbox_hub.c38 .bDescriptorType = USB_DT_DEVICE,
138 USB_DT_DEVICE, 0); in hub_find_device()
A Dsandbox_keyb.c51 .bDescriptorType = USB_DT_DEVICE,
A Dsandbox_flash.c101 .bDescriptorType = USB_DT_DEVICE,
/u-boot/include/
A Dusb_defs.h85 #define USB_DT_DEVICE 0x01 macro
A Dusbdevice.h193 #define USB_DT_DEVICE 0x01 macro
/u-boot/drivers/usb/gadget/
A Dg_dnl.c59 .bDescriptorType = USB_DT_DEVICE,
A Dcomposite.c1044 case USB_DT_DEVICE: in composite_setup()
1046 count_configs(cdev, USB_DT_DEVICE); in composite_setup()
A Dether.c335 .bDescriptorType = USB_DT_DEVICE,
1268 case USB_DT_DEVICE: in eth_setup()
/u-boot/include/linux/usb/
A Dch9.h206 #define USB_DT_DEVICE 0x01 macro
239 #define USB_DT_CS_DEVICE (USB_TYPE_CLASS | USB_DT_DEVICE)
/u-boot/cmd/
A Dusb.c156 if (dev->descriptor.bDescriptorType == USB_DT_DEVICE) { in usb_display_desc()
/u-boot/drivers/usb/host/
A Dsl811-hcd.c665 case USB_DT_DEVICE: in sl811_rh_submit_urb()
A Dxhci.c952 case USB_DT_DEVICE: in xhci_submit_root()
A Dehci-hcd.c738 case USB_DT_DEVICE: in ehci_submit_root()
/u-boot/drivers/serial/
A Dusbtty.c110 .bDescriptorType = USB_DT_DEVICE,
/u-boot/drivers/usb/musb/
A Dmusb_hcd.c643 case (USB_DT_DEVICE << 8): /* device descriptor */ in musb_submit_rh_msg()
/u-boot/common/
A Dusb.c939 err = usb_get_descriptor(dev, USB_DT_DEVICE, 0, desc, len); in get_descriptor_len()

Completed in 46 milliseconds