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.c81 UCHAR *setup_buffer; in _ux_host_class_prolific_setup() local
91setup_buffer = _ux_utility_memory_allocate(UX_SAFE_ALIGN, UX_CACHE_SAFE_MEMORY, UX_HOST_CLASS_PRO… in _ux_host_class_prolific_setup()
92 if (setup_buffer == UX_NULL) in _ux_host_class_prolific_setup()
118 transfer_request -> ux_transfer_request_data_pointer = setup_buffer; in _ux_host_class_prolific_setup()
133 _ux_utility_memory_free(setup_buffer); in _ux_host_class_prolific_setup()
141 transfer_request -> ux_transfer_request_data_pointer = setup_buffer; in _ux_host_class_prolific_setup()
156 _ux_utility_memory_free(setup_buffer); in _ux_host_class_prolific_setup()
164 transfer_request -> ux_transfer_request_data_pointer = setup_buffer; in _ux_host_class_prolific_setup()
179 _ux_utility_memory_free(setup_buffer); in _ux_host_class_prolific_setup()
187 transfer_request -> ux_transfer_request_data_pointer = setup_buffer; in _ux_host_class_prolific_setup()
[all …]
Dux_host_class_asix_setup.c78 UCHAR *setup_buffer; in _ux_host_class_asix_setup() local
89setup_buffer = _ux_utility_memory_allocate(UX_SAFE_ALIGN, UX_CACHE_SAFE_MEMORY, UX_HOST_CLASS_ASI… in _ux_host_class_asix_setup()
90 if (setup_buffer == UX_NULL) in _ux_host_class_asix_setup()
94 transfer_request -> ux_transfer_request_data_pointer = setup_buffer; in _ux_host_class_asix_setup()
110 _ux_utility_memory_free(setup_buffer); in _ux_host_class_asix_setup()
118 …asix -> ux_host_class_asix_primary_phy_id = *(setup_buffer + UX_HOST_CLASS_ASIX_PHY_ID_PRIMARY) & … in _ux_host_class_asix_setup()
119 …asix -> ux_host_class_asix_primary_phy_type = (*(setup_buffer + UX_HOST_CLASS_ASIX_PHY_ID_PRIMARY)… in _ux_host_class_asix_setup()
121 …asix -> ux_host_class_asix_secondary_phy_id = *(setup_buffer + UX_HOST_CLASS_ASIX_PHY_ID_SECONDARY… in _ux_host_class_asix_setup()
122 …asix -> ux_host_class_asix_secondary_phy_type = (*(setup_buffer + UX_HOST_CLASS_ASIX_PHY_ID_SECOND… in _ux_host_class_asix_setup()
140 _ux_utility_memory_free(setup_buffer); in _ux_host_class_asix_setup()
[all …]
Dux_host_class_asix_thread.c485 UCHAR *setup_buffer; in _ux_host_class_asix_link_up_controls() local
496setup_buffer = _ux_utility_memory_allocate(UX_SAFE_ALIGN, UX_CACHE_SAFE_MEMORY, UX_HOST_CLASS_ASI… in _ux_host_class_asix_link_up_controls()
497 if (setup_buffer == UX_NULL) in _ux_host_class_asix_link_up_controls()
516 _ux_utility_memory_free(setup_buffer); in _ux_host_class_asix_link_up_controls()
521 transfer_request -> ux_transfer_request_data_pointer = setup_buffer; in _ux_host_class_asix_link_up_controls()
537 _ux_utility_memory_free(setup_buffer); in _ux_host_class_asix_link_up_controls()
557 _ux_utility_memory_free(setup_buffer); in _ux_host_class_asix_link_up_controls()
584 _ux_utility_memory_free(setup_buffer); in _ux_host_class_asix_link_up_controls()
605 _ux_utility_memory_free(setup_buffer); in _ux_host_class_asix_link_up_controls()
610 transfer_request -> ux_transfer_request_data_pointer = setup_buffer; in _ux_host_class_asix_link_up_controls()
[all …]