Searched refs:USB_DT_ENDPOINT (Results 1 – 11 of 11) sorted by relevance
| /bsp/allwinner/libraries/sunxi-hal/hal/test/usb/udc/ |
| A D | usb_msg.c | 56 .bDescriptorType = USB_DT_ENDPOINT, 65 .bDescriptorType = USB_DT_ENDPOINT,
|
| /bsp/allwinner/libraries/sunxi-hal/include/hal/usb/ |
| A D | ch9.h | 234 #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 D | ch9.h | 234 #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 D | usb_core_config.c | 138 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 D | usb_core_base.c | 99 dev->ep0.desc.bDescriptorType = USB_DT_ENDPOINT; in usb_host_alloc_virt_dev()
|
| /bsp/microchip/samd51-seeed-wio-terminal/bsp/usb/ |
| A D | usb_protocol.c | 91 if (USB_DT_ENDPOINT == usb_desc_type(desc)) { in usb_find_ep_desc()
|
| A D | usb_protocol.h | 215 USB_DT_ENDPOINT = 5, enumerator
|
| /bsp/microchip/samd51-adafruit-metro-m4/bsp/usb/ |
| A D | usb_protocol.c | 91 if (USB_DT_ENDPOINT == usb_desc_type(desc)) { in usb_find_ep_desc()
|
| A D | usb_protocol.h | 215 USB_DT_ENDPOINT = 5, enumerator
|
| /bsp/microchip/samd51-adafruit-metro-m4/bsp/usb/class/cdc/device/ |
| A D | cdcdf_acm.c | 96 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 D | cdcdf_acm.c | 96 ep = usb_find_desc(ifc, desc->eod, USB_DT_ENDPOINT); in cdcdf_acm_enable()
|
Completed in 28 milliseconds