Home
last modified time | relevance | path

Searched refs:setup_buffer (Results 1 – 3 of 3) sorted by relevance

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_prolific_setup.c82 UCHAR *setup_buffer; in _ux_host_class_prolific_setup() local
92setup_buffer = _ux_utility_memory_allocate(UX_SAFE_ALIGN, UX_CACHE_SAFE_MEMORY, UX_HOST_CLASS_PRO… in _ux_host_class_prolific_setup()
93 if (setup_buffer == UX_NULL) in _ux_host_class_prolific_setup()
119 transfer_request -> ux_transfer_request_data_pointer = setup_buffer; in _ux_host_class_prolific_setup()
134 _ux_utility_memory_free(setup_buffer); in _ux_host_class_prolific_setup()
142 transfer_request -> ux_transfer_request_data_pointer = setup_buffer; in _ux_host_class_prolific_setup()
157 _ux_utility_memory_free(setup_buffer); in _ux_host_class_prolific_setup()
165 transfer_request -> ux_transfer_request_data_pointer = setup_buffer; in _ux_host_class_prolific_setup()
180 _ux_utility_memory_free(setup_buffer); in _ux_host_class_prolific_setup()
188 transfer_request -> ux_transfer_request_data_pointer = setup_buffer; in _ux_host_class_prolific_setup()
[all …]
Dux_host_class_asix_setup.c79 UCHAR *setup_buffer; in _ux_host_class_asix_setup() local
90setup_buffer = _ux_utility_memory_allocate(UX_SAFE_ALIGN, UX_CACHE_SAFE_MEMORY, UX_HOST_CLASS_ASI… in _ux_host_class_asix_setup()
91 if (setup_buffer == UX_NULL) in _ux_host_class_asix_setup()
95 transfer_request -> ux_transfer_request_data_pointer = setup_buffer; in _ux_host_class_asix_setup()
111 _ux_utility_memory_free(setup_buffer); in _ux_host_class_asix_setup()
119 …asix -> ux_host_class_asix_primary_phy_id = *(setup_buffer + UX_HOST_CLASS_ASIX_PHY_ID_PRIMARY) & … in _ux_host_class_asix_setup()
120 …asix -> ux_host_class_asix_primary_phy_type = (*(setup_buffer + UX_HOST_CLASS_ASIX_PHY_ID_PRIMARY)… in _ux_host_class_asix_setup()
122 …asix -> ux_host_class_asix_secondary_phy_id = *(setup_buffer + UX_HOST_CLASS_ASIX_PHY_ID_SECONDARY… in _ux_host_class_asix_setup()
123 …asix -> ux_host_class_asix_secondary_phy_type = (*(setup_buffer + UX_HOST_CLASS_ASIX_PHY_ID_SECOND… in _ux_host_class_asix_setup()
141 _ux_utility_memory_free(setup_buffer); in _ux_host_class_asix_setup()
[all …]
Dux_host_class_asix_thread.c486 UCHAR *setup_buffer; in _ux_host_class_asix_link_up_controls() local
497setup_buffer = _ux_utility_memory_allocate(UX_SAFE_ALIGN, UX_CACHE_SAFE_MEMORY, UX_HOST_CLASS_ASI… in _ux_host_class_asix_link_up_controls()
498 if (setup_buffer == UX_NULL) in _ux_host_class_asix_link_up_controls()
517 _ux_utility_memory_free(setup_buffer); in _ux_host_class_asix_link_up_controls()
522 transfer_request -> ux_transfer_request_data_pointer = setup_buffer; in _ux_host_class_asix_link_up_controls()
538 _ux_utility_memory_free(setup_buffer); in _ux_host_class_asix_link_up_controls()
558 _ux_utility_memory_free(setup_buffer); in _ux_host_class_asix_link_up_controls()
585 _ux_utility_memory_free(setup_buffer); in _ux_host_class_asix_link_up_controls()
606 _ux_utility_memory_free(setup_buffer); in _ux_host_class_asix_link_up_controls()
611 transfer_request -> ux_transfer_request_data_pointer = setup_buffer; in _ux_host_class_asix_link_up_controls()
[all …]