Searched refs:USB_DT_DEVICE (Results 1 – 19 of 19) sorted by relevance
/external/u-boot/drivers/usb/emul/ |
D | sandbox_hub.c | 37 .bDescriptorType = USB_DT_DEVICE, 137 USB_DT_DEVICE, 0); in hub_find_device()
|
D | sandbox_keyb.c | 50 .bDescriptorType = USB_DT_DEVICE,
|
D | sandbox_flash.c | 100 .bDescriptorType = USB_DT_DEVICE,
|
/external/u-boot/include/linux/usb/ |
D | ch9.h | 206 #define USB_DT_DEVICE 0x01 macro 239 #define USB_DT_CS_DEVICE (USB_TYPE_CLASS | USB_DT_DEVICE)
|
/external/u-boot/include/ |
D | usb_defs.h | 85 #define USB_DT_DEVICE 0x01 macro
|
D | usbdevice.h | 193 #define USB_DT_DEVICE 0x01 macro
|
/external/u-boot/drivers/usb/gadget/ |
D | g_dnl.c | 58 .bDescriptorType = USB_DT_DEVICE,
|
D | composite.c | 735 case USB_DT_DEVICE: in composite_setup() 737 count_configs(cdev, USB_DT_DEVICE); in composite_setup()
|
D | ether.c | 342 .bDescriptorType = USB_DT_DEVICE, 1275 case USB_DT_DEVICE: in eth_setup()
|
/external/libpcap/ |
D | pcap-usb-linux.c | 407 #define USB_DT_DEVICE 1 macro 448 ctrl.wValue = USB_DT_DEVICE << 8; in probe_devices() 454 ctrl.value = USB_DT_DEVICE << 8; in probe_devices()
|
/external/kernel-headers/original/uapi/linux/usb/ |
D | ch9.h | 240 #define USB_DT_DEVICE 0x01 macro 273 #define USB_DT_CS_DEVICE (USB_TYPE_CLASS | USB_DT_DEVICE)
|
/external/libusb-compat/libusb/ |
D | usb.h | 58 #define USB_DT_DEVICE 0x01 macro
|
/external/u-boot/cmd/ |
D | usb.c | 154 if (dev->descriptor.bDescriptorType == USB_DT_DEVICE) { in usb_display_desc()
|
/external/u-boot/drivers/usb/host/ |
D | sl811-hcd.c | 664 case USB_DT_DEVICE: in sl811_rh_submit_urb()
|
D | xhci.c | 911 case USB_DT_DEVICE: in xhci_submit_root()
|
D | ehci-hcd.c | 698 case USB_DT_DEVICE: in ehci_submit_root()
|
/external/u-boot/drivers/serial/ |
D | usbtty.c | 108 .bDescriptorType = USB_DT_DEVICE,
|
/external/u-boot/common/ |
D | usb.c | 927 err = usb_get_descriptor(dev, USB_DT_DEVICE, 0, desc, len); in get_descriptor_len()
|
/external/u-boot/drivers/usb/musb/ |
D | musb_hcd.c | 647 case (USB_DT_DEVICE << 8): /* device descriptor */ in musb_submit_rh_msg()
|