Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/emul/
Dsandbox_hub.c37 .bDescriptorType = USB_DT_DEVICE,
137 USB_DT_DEVICE, 0); in hub_find_device()
Dsandbox_keyb.c50 .bDescriptorType = USB_DT_DEVICE,
Dsandbox_flash.c100 .bDescriptorType = USB_DT_DEVICE,
/external/u-boot/include/linux/usb/
Dch9.h206 #define USB_DT_DEVICE 0x01 macro
239 #define USB_DT_CS_DEVICE (USB_TYPE_CLASS | USB_DT_DEVICE)
/external/u-boot/include/
Dusb_defs.h85 #define USB_DT_DEVICE 0x01 macro
Dusbdevice.h193 #define USB_DT_DEVICE 0x01 macro
/external/u-boot/drivers/usb/gadget/
Dg_dnl.c58 .bDescriptorType = USB_DT_DEVICE,
Dcomposite.c735 case USB_DT_DEVICE: in composite_setup()
737 count_configs(cdev, USB_DT_DEVICE); in composite_setup()
Dether.c342 .bDescriptorType = USB_DT_DEVICE,
1275 case USB_DT_DEVICE: in eth_setup()
/external/libpcap/
Dpcap-usb-linux.c407 #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/
Dch9.h240 #define USB_DT_DEVICE 0x01 macro
273 #define USB_DT_CS_DEVICE (USB_TYPE_CLASS | USB_DT_DEVICE)
/external/libusb-compat/libusb/
Dusb.h58 #define USB_DT_DEVICE 0x01 macro
/external/u-boot/cmd/
Dusb.c154 if (dev->descriptor.bDescriptorType == USB_DT_DEVICE) { in usb_display_desc()
/external/u-boot/drivers/usb/host/
Dsl811-hcd.c664 case USB_DT_DEVICE: in sl811_rh_submit_urb()
Dxhci.c911 case USB_DT_DEVICE: in xhci_submit_root()
Dehci-hcd.c698 case USB_DT_DEVICE: in ehci_submit_root()
/external/u-boot/drivers/serial/
Dusbtty.c108 .bDescriptorType = USB_DT_DEVICE,
/external/u-boot/common/
Dusb.c927 err = usb_get_descriptor(dev, USB_DT_DEVICE, 0, desc, len); in get_descriptor_len()
/external/u-boot/drivers/usb/musb/
Dmusb_hcd.c647 case (USB_DT_DEVICE << 8): /* device descriptor */ in musb_submit_rh_msg()