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,
134 .bDescriptorType = USB_DT_ENDPOINT,
142 .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.c31 .bDescriptorType = USB_DT_ENDPOINT,
39 .bDescriptorType = USB_DT_ENDPOINT,
47 .bDescriptorType = USB_DT_ENDPOINT,
55 .bDescriptorType = USB_DT_ENDPOINT,
A Dether.c553 .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 Dfotg210.c64 .bDescriptorType = USB_DT_ENDPOINT,
513 || desc->bDescriptorType != USB_DT_ENDPOINT in fotg210_ep_enable()
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.c624 || 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()
A Dpxa25x_udc.c305 || desc->bDescriptorType != USB_DT_ENDPOINT in pxa25x_ep_enable()
/u-boot/drivers/usb/emul/
A Dsandbox_keyb.c104 .bDescriptorType = USB_DT_ENDPOINT,
138 .bDescriptorType = USB_DT_ENDPOINT,
A Dsandbox_flash.c144 .bDescriptorType = USB_DT_ENDPOINT,
154 .bDescriptorType = USB_DT_ENDPOINT,
A Dsandbox_hub.c81 .bDescriptorType = USB_DT_ENDPOINT,
/u-boot/drivers/serial/
A Dusbtty.c219 .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 Dusb_defs.h89 #define USB_DT_ENDPOINT 0x05 macro
A Dusbdevice.h197 #define USB_DT_ENDPOINT 0x05 macro
/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/drivers/usb/mtu3/
A Dmtu3_gadget.c151 if (!ep || !desc || desc->bDescriptorType != USB_DT_ENDPOINT) { in mtu3_gadget_ep_enable()
/u-boot/drivers/usb/cdns3/
A Dep0.c30 .bDescriptorType = USB_DT_ENDPOINT,
/u-boot/common/
A Dusb.c450 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 56 milliseconds

12