Home
last modified time | relevance | path

Searched refs:USB_DT_ENDPOINT (Results 1 – 25 of 26) sorted by relevance

12

/u-boot/drivers/usb/gadget/
A Dstorage_common.c420 .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 Df_fastboot.c77 .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 Df_acm.c129 .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 Df_thor.c383 .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 Df_sdp.c164 .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 Df_rockusb.c30 .bDescriptorType = USB_DT_ENDPOINT,
38 .bDescriptorType = USB_DT_ENDPOINT,
46 .bDescriptorType = USB_DT_ENDPOINT,
54 .bDescriptorType = USB_DT_ENDPOINT,
A Dether.c545 .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 Datmel_usba_udc.c183 desc->bDescriptorType != USB_DT_ENDPOINT || in usba_ep_enable()
521 .bDescriptorType = USB_DT_ENDPOINT,
A Dmax3420_udc.c491 .bDescriptorType = USB_DT_ENDPOINT,
A Dci_udc.c81 .bDescriptorType = USB_DT_ENDPOINT,
A Ddwc2_udc_otg.c632 || desc->bDescriptorType != USB_DT_ENDPOINT in dwc2_ep_enable()
A Dcomposite.c442 if ((*descriptors)->bDescriptorType != USB_DT_ENDPOINT) in set_config()
A Dat91_udc.c296 || desc->bDescriptorType != USB_DT_ENDPOINT in at91_ep_enable()
/u-boot/drivers/usb/emul/
A Dsandbox_keyb.c104 .bDescriptorType = USB_DT_ENDPOINT,
138 .bDescriptorType = USB_DT_ENDPOINT,
A Dsandbox_flash.c107 .bDescriptorType = USB_DT_ENDPOINT,
117 .bDescriptorType = USB_DT_ENDPOINT,
A Dsandbox_hub.c81 .bDescriptorType = USB_DT_ENDPOINT,
/u-boot/drivers/serial/
A Dusbtty.c205 .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 Dch9.h210 #define USB_DT_ENDPOINT 0x05 macro
243 #define USB_DT_CS_ENDPOINT (USB_TYPE_CLASS | USB_DT_ENDPOINT)
/u-boot/include/
A Dusb_defs.h115 #define USB_DT_ENDPOINT 0x05 macro
A Dusbdevice.h197 #define USB_DT_ENDPOINT 0x05 macro
/u-boot/drivers/usb/cdns3/
A Dep0.c30 .bDescriptorType = USB_DT_ENDPOINT,
A Dgadget.c1782 if (!ep || !desc || desc->bDescriptorType != USB_DT_ENDPOINT) { in cdns3_gadget_ep_enable()
/u-boot/drivers/usb/mtu3/
A Dmtu3_gadget.c151 if (!ep || !desc || desc->bDescriptorType != USB_DT_ENDPOINT) { in mtu3_gadget_ep_enable()
/u-boot/common/
A Dusb.c446 case USB_DT_ENDPOINT: in usb_parse_config()
/u-boot/drivers/usb/dwc3/
A Dgadget.c605 if (!ep || !desc || desc->bDescriptorType != USB_DT_ENDPOINT) { in dwc3_gadget_ep_enable()
1226 .bDescriptorType = USB_DT_ENDPOINT,

Completed in 69 milliseconds

12