Searched refs:USB_DT_INTERFACE (Results 1 – 15 of 15) sorted by relevance
/u-boot/drivers/usb/emul/ |
A D | sandbox_keyb.c | 81 .bDescriptorType = USB_DT_INTERFACE, 115 .bDescriptorType = USB_DT_INTERFACE,
|
A D | sandbox_hub.c | 68 .bDescriptorType = USB_DT_INTERFACE,
|
A D | sandbox_flash.c | 131 .bDescriptorType = USB_DT_INTERFACE,
|
/u-boot/include/ |
A D | usb_defs.h | 88 #define USB_DT_INTERFACE 0x04 macro
|
A D | usbdevice.h | 196 #define USB_DT_INTERFACE 0x04 macro
|
/u-boot/include/linux/usb/ |
A D | ch9.h | 209 #define USB_DT_INTERFACE 0x04 macro 242 #define USB_DT_CS_INTERFACE (USB_TYPE_CLASS | USB_DT_INTERFACE)
|
/u-boot/drivers/serial/ |
A D | usbtty.c | 176 .bDescriptorType = USB_DT_INTERFACE, 231 .bDescriptorType = USB_DT_INTERFACE, 308 .bDescriptorType = USB_DT_INTERFACE,
|
/u-boot/drivers/usb/gadget/ |
A D | ether.c | 409 .bDescriptorType = USB_DT_INTERFACE, 425 .bDescriptorType = USB_DT_INTERFACE, 569 .bDescriptorType = USB_DT_INTERFACE, 584 .bDescriptorType = USB_DT_INTERFACE, 604 .bDescriptorType = USB_DT_INTERFACE, 630 .bDescriptorType = USB_DT_INTERFACE,
|
A D | storage_common.c | 403 .bDescriptorType = USB_DT_INTERFACE,
|
A D | f_dfu.c | 74 .bDescriptorType = USB_DT_INTERFACE, 665 d->bDescriptorType = USB_DT_INTERFACE; in dfu_prepare_function()
|
A D | f_thor.c | 375 .bDescriptorType = USB_DT_INTERFACE, 400 .bDescriptorType = USB_DT_INTERFACE,
|
A D | f_fastboot.c | 109 .bDescriptorType = USB_DT_INTERFACE,
|
A D | f_sdp.c | 140 .bDescriptorType = USB_DT_INTERFACE,
|
A D | f_rockusb.c | 63 .bDescriptorType = USB_DT_INTERFACE,
|
/u-boot/common/ |
A D | usb.c | 414 case USB_DT_INTERFACE: in usb_parse_config()
|
Completed in 29 milliseconds