Searched refs:USB_DT_CONFIG (Results 1 – 13 of 13) sorted by relevance
| /bsp/microchip/samd51-seeed-wio-terminal/bsp/usb/ |
| A D | usb_protocol.c | 103 desc = usb_find_desc(desc, eof, USB_DT_CONFIG); in usb_find_cfg_desc() 109 if (desc[1] != USB_DT_CONFIG) { in usb_find_cfg_desc()
|
| A D | usb_protocol.h | 212 USB_DT_CONFIG = 2, enumerator
|
| /bsp/microchip/samd51-adafruit-metro-m4/bsp/usb/ |
| A D | usb_protocol.c | 103 desc = usb_find_desc(desc, eof, USB_DT_CONFIG); in usb_find_cfg_desc() 109 if (desc[1] != USB_DT_CONFIG) { in usb_find_cfg_desc()
|
| A D | usb_protocol.h | 212 USB_DT_CONFIG = 2, enumerator
|
| /bsp/allwinner/libraries/sunxi-hal/include/hal/usb/ |
| A D | ch9.h | 231 #define USB_DT_CONFIG 0x02 macro 264 #define USB_DT_CS_CONFIG (USB_TYPE_CLASS | USB_DT_CONFIG)
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/usb/core/ |
| A D | usb_core_config.c | 319 if (config->desc.bDescriptorType != USB_DT_CONFIG || in _usb_parse_config_desc() 417 header->bDescriptorType == USB_DT_CONFIG) in _usb_parse_config_desc() 623 result = usb_get_descriptor(dev, USB_DT_CONFIG, cur_cfg_nr, buffer, USB_DT_CONFIG_SIZE); in usb_get_all_config_desc_and_parser() 653 result = usb_get_descriptor(dev, USB_DT_CONFIG, cur_cfg_nr, bigbuffer, length); in usb_get_all_config_desc_and_parser()
|
| A D | usb_gen_hcd_rh.c | 505 case USB_DT_CONFIG << 8: in rh_call_control()
|
| A D | usb_gen_hub.c | 1492 length = usb_get_descriptor(udev, USB_DT_CONFIG, index, (void *)buf, old_length); in config_descriptors_changed()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/usb/include/ |
| A D | ch9.h | 231 #define USB_DT_CONFIG 0x02 macro 264 #define USB_DT_CS_CONFIG (USB_TYPE_CLASS | USB_DT_CONFIG)
|
| /bsp/allwinner/libraries/sunxi-hal/hal/test/usb/udc/ |
| A D | usb_msg.c | 33 .bDescriptorType = USB_DT_CONFIG,
|
| /bsp/microchip/samd51-adafruit-metro-m4/bsp/usb/device/ |
| A D | usbdc.c | 290 case USB_DT_CONFIG: in usbdc_get_desc_req() 912 sod = usb_find_desc(desces->sod, desces->eod, USB_DT_CONFIG); in usbdc_validate_desces()
|
| /bsp/microchip/samd51-seeed-wio-terminal/bsp/usb/device/ |
| A D | usbdc.c | 290 case USB_DT_CONFIG: in usbdc_get_desc_req() 912 sod = usb_find_desc(desces->sod, desces->eod, USB_DT_CONFIG); in usbdc_validate_desces()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/usb/udc/ |
| A D | hal_udc.c | 734 case USB_DT_CONFIG: in udc_handle_ep0_idle()
|
Completed in 33 milliseconds