Searched refs:USB_DT_INTERFACE (Results 1 – 12 of 12) sorted by relevance
| /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() 149 USB_DT_INTERFACE, NULL); in _usb_parse_endpoint_desc() 221 i = _find_next_desc(buffer, size, USB_DT_ENDPOINT, USB_DT_INTERFACE, &n); in _usb_parse_interface_desc() 263 if (((struct usb_descriptor_header *) buffer)->bDescriptorType == USB_DT_INTERFACE) in _usb_parse_interface_desc() 290 i = _find_next_desc(buffer, size, USB_DT_INTERFACE, USB_DT_INTERFACE, NULL); in _usb_parse_interface_desc() 369 if (header->bDescriptorType == USB_DT_INTERFACE) in _usb_parse_config_desc() 507 i = _find_next_desc(buffer, size, USB_DT_INTERFACE, USB_DT_INTERFACE, &n); in _usb_parse_config_desc()
|
| /bsp/microchip/samd51-seeed-wio-terminal/bsp/usb/ |
| A D | usb_protocol.c | 72 if (USB_DT_INTERFACE == usb_desc_type(desc)) { in usb_find_iface_after() 88 if (USB_DT_INTERFACE == usb_desc_type(desc)) { in usb_find_ep_desc()
|
| A D | usb_protocol.h | 214 USB_DT_INTERFACE = 4, enumerator
|
| /bsp/microchip/samd51-adafruit-metro-m4/bsp/usb/ |
| A D | usb_protocol.c | 72 if (USB_DT_INTERFACE == usb_desc_type(desc)) { in usb_find_iface_after() 88 if (USB_DT_INTERFACE == usb_desc_type(desc)) { in usb_find_ep_desc()
|
| A D | usb_protocol.h | 214 USB_DT_INTERFACE = 4, enumerator
|
| /bsp/allwinner/libraries/sunxi-hal/include/hal/usb/ |
| A D | ch9.h | 233 #define USB_DT_INTERFACE 0x04 macro 266 #define USB_DT_CS_INTERFACE (USB_TYPE_CLASS | USB_DT_INTERFACE)
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/usb/include/ |
| A D | ch9.h | 233 #define USB_DT_INTERFACE 0x04 macro 266 #define USB_DT_CS_INTERFACE (USB_TYPE_CLASS | USB_DT_INTERFACE)
|
| /bsp/microchip/samd51-adafruit-metro-m4/bsp/usb/device/ |
| A D | usbdc.c | 491 desc.sod = usb_find_desc(cfg_desc, desc.eod, USB_DT_INTERFACE); in usbdc_set_config() 507 desc.sod = usb_find_desc(desc.sod, desc.eod, USB_DT_INTERFACE); in usbdc_set_config() 551 if (NULL == (ifc = usb_find_desc(desc.sod, desc.eod, USB_DT_INTERFACE))) { in usbdc_set_interface() 557 ifc = usb_find_desc(desc.sod, desc.eod, USB_DT_INTERFACE); in usbdc_set_interface()
|
| /bsp/microchip/samd51-seeed-wio-terminal/bsp/usb/device/ |
| A D | usbdc.c | 491 desc.sod = usb_find_desc(cfg_desc, desc.eod, USB_DT_INTERFACE); in usbdc_set_config() 507 desc.sod = usb_find_desc(desc.sod, desc.eod, USB_DT_INTERFACE); in usbdc_set_config() 551 if (NULL == (ifc = usb_find_desc(desc.sod, desc.eod, USB_DT_INTERFACE))) { in usbdc_set_interface() 557 ifc = usb_find_desc(desc.sod, desc.eod, USB_DT_INTERFACE); in usbdc_set_interface()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/test/usb/udc/ |
| A D | usb_msg.c | 44 .bDescriptorType = USB_DT_INTERFACE,
|
| /bsp/microchip/samd51-adafruit-metro-m4/bsp/usb/class/cdc/device/ |
| A D | cdcdf_acm.c | 114 ifc = usb_find_desc(usb_desc_next(desc->sod), desc->eod, USB_DT_INTERFACE); in cdcdf_acm_enable()
|
| /bsp/microchip/samd51-seeed-wio-terminal/bsp/usb/class/cdc/device/ |
| A D | cdcdf_acm.c | 114 ifc = usb_find_desc(usb_desc_next(desc->sod), desc->eod, USB_DT_INTERFACE); in cdcdf_acm_enable()
|
Completed in 29 milliseconds