Home
last modified time | relevance | path

Searched refs:rawdescriptors (Results 1 – 5 of 5) sorted by relevance

/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/core/
A Dusb_core_config.c599 dev->rawdescriptors = malloc(length); in usb_get_all_config_desc_and_parser()
601 if (!dev->rawdescriptors) in usb_get_all_config_desc_and_parser()
607 memset(dev->rawdescriptors, 0, length); in usb_get_all_config_desc_and_parser()
671 dev->rawdescriptors[cur_cfg_nr] = bigbuffer; in usb_get_all_config_desc_and_parser()
747 if (dev->rawdescriptors) in usb_destroy_configuration()
751 if (dev->rawdescriptors[i]) in usb_destroy_configuration()
753 free(dev->rawdescriptors[i]); in usb_destroy_configuration()
754 dev->rawdescriptors[i] = NULL; in usb_destroy_configuration()
762 if (dev->rawdescriptors) in usb_destroy_configuration()
764 free(dev->rawdescriptors); in usb_destroy_configuration()
[all …]
A Dusb_core_base.c293 if (virt_dev->rawdescriptors[i]) in usb_host_free_virt_dev()
295 free(virt_dev->rawdescriptors[i]); in usb_host_free_virt_dev()
296 virt_dev->rawdescriptors[i] = NULL; in usb_host_free_virt_dev()
304 if (virt_dev->rawdescriptors) in usb_host_free_virt_dev()
306 free(virt_dev->rawdescriptors); in usb_host_free_virt_dev()
307 virt_dev->rawdescriptors = NULL; in usb_host_free_virt_dev()
A Dusb_gen_hub.c1500 if (memcmp((void *)buf, (void *)(udev->rawdescriptors[index]), old_length) != EPDK_TRUE) in config_descriptors_changed()
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/include/
A Dusb_host_common.h205 u8 **rawdescriptors; /* 存放各个物理config(包括下游的)入口, 既这是个索引数组 */ member
A Dusb.h490 char **rawdescriptors; member

Completed in 34 milliseconds