| /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, 135 .bDescriptorType = USB_DT_ENDPOINT, 143 .bDescriptorType = USB_DT_ENDPOINT,
|
| A D | f_acm.c | 129 .bDescriptorType = USB_DT_ENDPOINT, 138 .bDescriptorType = USB_DT_ENDPOINT, 145 .bDescriptorType = USB_DT_ENDPOINT, 166 .bDescriptorType = USB_DT_ENDPOINT, 174 .bDescriptorType = USB_DT_ENDPOINT, 181 .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 | 30 .bDescriptorType = USB_DT_ENDPOINT, 38 .bDescriptorType = USB_DT_ENDPOINT, 46 .bDescriptorType = USB_DT_ENDPOINT, 54 .bDescriptorType = USB_DT_ENDPOINT,
|
| A D | ether.c | 545 .bDescriptorType = USB_DT_ENDPOINT, 638 .bDescriptorType = USB_DT_ENDPOINT, 648 .bDescriptorType = USB_DT_ENDPOINT, 718 .bDescriptorType = USB_DT_ENDPOINT, 729 .bDescriptorType = USB_DT_ENDPOINT, 738 .bDescriptorType = USB_DT_ENDPOINT,
|
| 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 | 632 || 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()
|
| /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 | 107 .bDescriptorType = USB_DT_ENDPOINT, 117 .bDescriptorType = USB_DT_ENDPOINT,
|
| A D | sandbox_hub.c | 81 .bDescriptorType = USB_DT_ENDPOINT,
|
| /u-boot/drivers/serial/ |
| A D | usbtty.c | 205 .bDescriptorType = USB_DT_ENDPOINT, 231 .bDescriptorType = USB_DT_ENDPOINT, 242 .bDescriptorType = USB_DT_ENDPOINT, 311 .bDescriptorType = USB_DT_ENDPOINT, 321 .bDescriptorType = USB_DT_ENDPOINT, 331 .bDescriptorType = USB_DT_ENDPOINT,
|
| /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/include/ |
| A D | usb_defs.h | 115 #define USB_DT_ENDPOINT 0x05 macro
|
| A D | usbdevice.h | 197 #define USB_DT_ENDPOINT 0x05 macro
|
| /u-boot/drivers/usb/cdns3/ |
| A D | ep0.c | 30 .bDescriptorType = USB_DT_ENDPOINT,
|
| A D | gadget.c | 1782 if (!ep || !desc || desc->bDescriptorType != USB_DT_ENDPOINT) { in cdns3_gadget_ep_enable()
|
| /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/common/ |
| A D | usb.c | 446 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,
|