Home
last modified time | relevance | path

Searched refs:USB_DT_CONFIG_SIZE (Results 1 – 4 of 4) sorted by relevance

/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/core/
A Dusb_core_config.c317 memcpy((void *)(&config->desc), (void *)buffer, USB_DT_CONFIG_SIZE); in _usb_parse_config_desc()
320 config->desc.bLength < USB_DT_CONFIG_SIZE) in _usb_parse_config_desc()
608 buffer = malloc(USB_DT_CONFIG_SIZE); in usb_get_all_config_desc_and_parser()
616 memset(buffer, 0, USB_DT_CONFIG_SIZE); in usb_get_all_config_desc_and_parser()
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()
635 USB_DT_CONFIG_SIZE, result); in usb_get_all_config_desc_and_parser()
640 length = max((int) le16_to_cpu(desc->wTotalLength), USB_DT_CONFIG_SIZE); in usb_get_all_config_desc_and_parser()
/bsp/allwinner/libraries/sunxi-hal/hal/test/usb/udc/
A Dusb_msg.c32 .bLength = USB_DT_CONFIG_SIZE,
/bsp/allwinner/libraries/sunxi-hal/include/hal/usb/
A Dch9.h347 #define USB_DT_CONFIG_SIZE 9 macro
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/include/
A Dch9.h347 #define USB_DT_CONFIG_SIZE 9 macro

Completed in 11 milliseconds