/external/u-boot/drivers/usb/gadget/ |
D | storage_common.c | 418 .bDescriptorType = USB_DT_ENDPOINT, 428 .bDescriptorType = USB_DT_ENDPOINT, 440 .bDescriptorType = USB_DT_ENDPOINT, 480 .bDescriptorType = USB_DT_ENDPOINT, 490 .bDescriptorType = USB_DT_ENDPOINT, 503 .bDescriptorType = USB_DT_ENDPOINT,
|
D | f_fastboot.c | 55 .bDescriptorType = USB_DT_ENDPOINT, 63 .bDescriptorType = USB_DT_ENDPOINT, 71 .bDescriptorType = USB_DT_ENDPOINT, 79 .bDescriptorType = USB_DT_ENDPOINT,
|
D | f_thor.c | 378 .bDescriptorType = USB_DT_ENDPOINT, 386 .bDescriptorType = USB_DT_ENDPOINT, 435 .bDescriptorType = USB_DT_ENDPOINT, 458 .bDescriptorType = USB_DT_ENDPOINT, 466 .bDescriptorType = USB_DT_ENDPOINT, 474 .bDescriptorType = USB_DT_ENDPOINT,
|
D | f_rockusb.c | 27 .bDescriptorType = USB_DT_ENDPOINT, 35 .bDescriptorType = USB_DT_ENDPOINT, 43 .bDescriptorType = USB_DT_ENDPOINT, 51 .bDescriptorType = USB_DT_ENDPOINT,
|
D | ether.c | 560 .bDescriptorType = USB_DT_ENDPOINT, 653 .bDescriptorType = USB_DT_ENDPOINT, 663 .bDescriptorType = USB_DT_ENDPOINT, 733 .bDescriptorType = USB_DT_ENDPOINT, 744 .bDescriptorType = USB_DT_ENDPOINT, 753 .bDescriptorType = USB_DT_ENDPOINT,
|
D | fotg210.c | 61 .bDescriptorType = USB_DT_ENDPOINT, 510 || desc->bDescriptorType != USB_DT_ENDPOINT in fotg210_ep_enable()
|
D | atmel_usba_udc.c | 183 desc->bDescriptorType != USB_DT_ENDPOINT || in usba_ep_enable() 521 .bDescriptorType = USB_DT_ENDPOINT,
|
D | f_sdp.c | 151 .bDescriptorType = USB_DT_ENDPOINT, /*USB_DT_CS_ENDPOINT*/
|
D | dwc2_udc_otg.c | 552 || desc->bDescriptorType != USB_DT_ENDPOINT in dwc2_ep_enable()
|
D | composite.c | 375 if ((*descriptors)->bDescriptorType != USB_DT_ENDPOINT) in set_config()
|
D | ci_udc.c | 78 .bDescriptorType = USB_DT_ENDPOINT,
|
D | at91_udc.c | 294 || desc->bDescriptorType != USB_DT_ENDPOINT in at91_ep_enable()
|
D | pxa25x_udc.c | 302 || desc->bDescriptorType != USB_DT_ENDPOINT in pxa25x_ep_enable()
|
/external/u-boot/drivers/serial/ |
D | usbtty.c | 217 .bDescriptorType = USB_DT_ENDPOINT, 243 .bDescriptorType = USB_DT_ENDPOINT, 254 .bDescriptorType = USB_DT_ENDPOINT, 323 .bDescriptorType = USB_DT_ENDPOINT, 333 .bDescriptorType = USB_DT_ENDPOINT, 343 .bDescriptorType = USB_DT_ENDPOINT,
|
/external/u-boot/drivers/usb/emul/ |
D | sandbox_keyb.c | 103 .bDescriptorType = USB_DT_ENDPOINT, 137 .bDescriptorType = USB_DT_ENDPOINT,
|
D | sandbox_flash.c | 143 .bDescriptorType = USB_DT_ENDPOINT, 153 .bDescriptorType = USB_DT_ENDPOINT,
|
D | sandbox_hub.c | 80 .bDescriptorType = USB_DT_ENDPOINT,
|
/external/u-boot/include/linux/usb/ |
D | ch9.h | 210 #define USB_DT_ENDPOINT 0x05 macro 243 #define USB_DT_CS_ENDPOINT (USB_TYPE_CLASS | USB_DT_ENDPOINT)
|
/external/u-boot/include/ |
D | usb_defs.h | 89 #define USB_DT_ENDPOINT 0x05 macro
|
D | usbdevice.h | 197 #define USB_DT_ENDPOINT 0x05 macro
|
/external/kernel-headers/original/uapi/linux/usb/ |
D | ch9.h | 244 #define USB_DT_ENDPOINT 0x05 macro 277 #define USB_DT_CS_ENDPOINT (USB_TYPE_CLASS | USB_DT_ENDPOINT)
|
/external/libusb-compat/libusb/ |
D | usb.h | 62 #define USB_DT_ENDPOINT 0x05 macro
|
/external/u-boot/common/ |
D | usb.c | 438 case USB_DT_ENDPOINT: in usb_parse_config()
|
/external/u-boot/drivers/usb/dwc3/ |
D | gadget.c | 599 if (!ep || !desc || desc->bDescriptorType != USB_DT_ENDPOINT) { in dwc3_gadget_ep_enable() 1220 .bDescriptorType = USB_DT_ENDPOINT,
|