/u-boot/drivers/usb/gadget/ |
A D | storage_common.c | 420 .bDescriptorType = USB_DT_ENDPOINT, 430 .bDescriptorType = USB_DT_ENDPOINT, 442 .bDescriptorType = USB_DT_ENDPOINT, 482 .bDescriptorType = USB_DT_ENDPOINT, 492 .bDescriptorType = USB_DT_ENDPOINT, 505 .bDescriptorType = USB_DT_ENDPOINT,
|
A D | f_fastboot.c | 77 .bDescriptorType = USB_DT_ENDPOINT, 85 .bDescriptorType = USB_DT_ENDPOINT, 93 .bDescriptorType = USB_DT_ENDPOINT, 101 .bDescriptorType = USB_DT_ENDPOINT, 134 .bDescriptorType = USB_DT_ENDPOINT, 142 .bDescriptorType = USB_DT_ENDPOINT,
|
A D | f_thor.c | 383 .bDescriptorType = USB_DT_ENDPOINT, 391 .bDescriptorType = USB_DT_ENDPOINT, 440 .bDescriptorType = USB_DT_ENDPOINT, 463 .bDescriptorType = USB_DT_ENDPOINT, 471 .bDescriptorType = USB_DT_ENDPOINT, 479 .bDescriptorType = USB_DT_ENDPOINT,
|
A D | f_sdp.c | 164 .bDescriptorType = USB_DT_ENDPOINT, /*USB_DT_CS_ENDPOINT*/ 174 .bDescriptorType = USB_DT_ENDPOINT, /*USB_DT_CS_ENDPOINT*/ 184 .bDescriptorType = USB_DT_ENDPOINT, /*USB_DT_CS_ENDPOINT*/ 194 .bDescriptorType = USB_DT_ENDPOINT, /*USB_DT_CS_ENDPOINT*/
|
A D | f_rockusb.c | 31 .bDescriptorType = USB_DT_ENDPOINT, 39 .bDescriptorType = USB_DT_ENDPOINT, 47 .bDescriptorType = USB_DT_ENDPOINT, 55 .bDescriptorType = USB_DT_ENDPOINT,
|
A D | ether.c | 553 .bDescriptorType = USB_DT_ENDPOINT, 646 .bDescriptorType = USB_DT_ENDPOINT, 656 .bDescriptorType = USB_DT_ENDPOINT, 726 .bDescriptorType = USB_DT_ENDPOINT, 737 .bDescriptorType = USB_DT_ENDPOINT, 746 .bDescriptorType = USB_DT_ENDPOINT,
|
A D | fotg210.c | 64 .bDescriptorType = USB_DT_ENDPOINT, 513 || desc->bDescriptorType != USB_DT_ENDPOINT in fotg210_ep_enable()
|
A D | atmel_usba_udc.c | 183 desc->bDescriptorType != USB_DT_ENDPOINT || in usba_ep_enable() 521 .bDescriptorType = USB_DT_ENDPOINT,
|
A D | max3420_udc.c | 491 .bDescriptorType = USB_DT_ENDPOINT,
|
A D | ci_udc.c | 81 .bDescriptorType = USB_DT_ENDPOINT,
|
A D | dwc2_udc_otg.c | 624 || desc->bDescriptorType != USB_DT_ENDPOINT in dwc2_ep_enable()
|
A D | composite.c | 442 if ((*descriptors)->bDescriptorType != USB_DT_ENDPOINT) in set_config()
|
A D | at91_udc.c | 296 || desc->bDescriptorType != USB_DT_ENDPOINT in at91_ep_enable()
|
A D | pxa25x_udc.c | 305 || desc->bDescriptorType != USB_DT_ENDPOINT in pxa25x_ep_enable()
|
/u-boot/drivers/usb/emul/ |
A D | sandbox_keyb.c | 104 .bDescriptorType = USB_DT_ENDPOINT, 138 .bDescriptorType = USB_DT_ENDPOINT,
|
A D | sandbox_flash.c | 144 .bDescriptorType = USB_DT_ENDPOINT, 154 .bDescriptorType = USB_DT_ENDPOINT,
|
A D | sandbox_hub.c | 81 .bDescriptorType = USB_DT_ENDPOINT,
|
/u-boot/drivers/serial/ |
A D | usbtty.c | 219 .bDescriptorType = USB_DT_ENDPOINT, 245 .bDescriptorType = USB_DT_ENDPOINT, 256 .bDescriptorType = USB_DT_ENDPOINT, 325 .bDescriptorType = USB_DT_ENDPOINT, 335 .bDescriptorType = USB_DT_ENDPOINT, 345 .bDescriptorType = USB_DT_ENDPOINT,
|
/u-boot/include/ |
A D | usb_defs.h | 89 #define USB_DT_ENDPOINT 0x05 macro
|
A D | usbdevice.h | 197 #define USB_DT_ENDPOINT 0x05 macro
|
/u-boot/include/linux/usb/ |
A D | ch9.h | 210 #define USB_DT_ENDPOINT 0x05 macro 243 #define USB_DT_CS_ENDPOINT (USB_TYPE_CLASS | USB_DT_ENDPOINT)
|
/u-boot/drivers/usb/mtu3/ |
A D | mtu3_gadget.c | 151 if (!ep || !desc || desc->bDescriptorType != USB_DT_ENDPOINT) { in mtu3_gadget_ep_enable()
|
/u-boot/drivers/usb/cdns3/ |
A D | ep0.c | 30 .bDescriptorType = USB_DT_ENDPOINT,
|
/u-boot/common/ |
A D | usb.c | 450 case USB_DT_ENDPOINT: in usb_parse_config()
|
/u-boot/drivers/usb/dwc3/ |
A D | gadget.c | 605 if (!ep || !desc || desc->bDescriptorType != USB_DT_ENDPOINT) { in dwc3_gadget_ep_enable() 1226 .bDescriptorType = USB_DT_ENDPOINT,
|