Home
last modified time | relevance | path

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

/bsp/allwinner/libraries/sunxi-hal/hal/test/usb/udc/
A Dusb_msg.c56 .bDescriptorType = USB_DT_ENDPOINT,
65 .bDescriptorType = USB_DT_ENDPOINT,
/bsp/allwinner/libraries/sunxi-hal/include/hal/usb/
A Dch9.h234 #define USB_DT_ENDPOINT 0x05 macro
267 #define USB_DT_CS_ENDPOINT (USB_TYPE_CLASS | USB_DT_ENDPOINT)
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/include/
A Dch9.h234 #define USB_DT_ENDPOINT 0x05 macro
267 #define USB_DT_CS_ENDPOINT (USB_TYPE_CLASS | USB_DT_ENDPOINT)
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/core/
A Dusb_core_config.c138 i = _find_next_desc(buffer, size, USB_DT_ENDPOINT, USB_DT_INTERFACE, &n); in _usb_parse_endpoint_desc()
148 i = _find_next_desc(buffer, size, USB_DT_ENDPOINT, in _usb_parse_endpoint_desc()
221 i = _find_next_desc(buffer, size, USB_DT_ENDPOINT, USB_DT_INTERFACE, &n); in _usb_parse_interface_desc()
A Dusb_core_base.c99 dev->ep0.desc.bDescriptorType = USB_DT_ENDPOINT; in usb_host_alloc_virt_dev()
/bsp/microchip/samd51-seeed-wio-terminal/bsp/usb/
A Dusb_protocol.c91 if (USB_DT_ENDPOINT == usb_desc_type(desc)) { in usb_find_ep_desc()
A Dusb_protocol.h215 USB_DT_ENDPOINT = 5, enumerator
/bsp/microchip/samd51-adafruit-metro-m4/bsp/usb/
A Dusb_protocol.c91 if (USB_DT_ENDPOINT == usb_desc_type(desc)) { in usb_find_ep_desc()
A Dusb_protocol.h215 USB_DT_ENDPOINT = 5, enumerator
/bsp/microchip/samd51-adafruit-metro-m4/bsp/usb/class/cdc/device/
A Dcdcdf_acm.c96 ep = usb_find_desc(ifc, desc->eod, USB_DT_ENDPOINT); in cdcdf_acm_enable()
/bsp/microchip/samd51-seeed-wio-terminal/bsp/usb/class/cdc/device/
A Dcdcdf_acm.c96 ep = usb_find_desc(ifc, desc->eod, USB_DT_ENDPOINT); in cdcdf_acm_enable()

Completed in 28 milliseconds