Home
last modified time | relevance | path

Searched refs:USB_DT_CONFIG (Results 1 – 13 of 13) sorted by relevance

/bsp/microchip/samd51-seeed-wio-terminal/bsp/usb/
A Dusb_protocol.c103 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 Dusb_protocol.h212 USB_DT_CONFIG = 2, enumerator
/bsp/microchip/samd51-adafruit-metro-m4/bsp/usb/
A Dusb_protocol.c103 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 Dusb_protocol.h212 USB_DT_CONFIG = 2, enumerator
/bsp/allwinner/libraries/sunxi-hal/include/hal/usb/
A Dch9.h231 #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 Dusb_core_config.c319 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 Dusb_gen_hcd_rh.c505 case USB_DT_CONFIG << 8: in rh_call_control()
A Dusb_gen_hub.c1492 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 Dch9.h231 #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 Dusb_msg.c33 .bDescriptorType = USB_DT_CONFIG,
/bsp/microchip/samd51-adafruit-metro-m4/bsp/usb/device/
A Dusbdc.c290 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 Dusbdc.c290 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 Dhal_udc.c734 case USB_DT_CONFIG: in udc_handle_ep0_idle()

Completed in 33 milliseconds