| /USBX-v6.2.1/common/core/src/ |
| D | ux_utility_debug_log.c | 99 if (_ux_system -> ux_system_debug_log_size == 0) in _ux_utility_debug_log() 108 _ux_system -> ux_system_debug_code = debug_code; in _ux_utility_debug_log() 111 _ux_system -> ux_system_debug_count++; in _ux_utility_debug_log() 125 if (total_debug_message_length >= _ux_system -> ux_system_debug_log_size) in _ux_utility_debug_log() 127 if (_ux_system -> ux_system_debug_log_head + total_debug_message_length > in _ux_utility_debug_log() 128 ux_system -> ux_system_debug_log_buffer + _ux_system -> ux_system_debug_log_size) in _ux_utility_debug_log() 132 _ux_system -> ux_system_debug_log_head = _ux_system -> ux_system_debug_log_buffer; in _ux_utility_debug_log() 136 …_ux_utility_memory_copy(_ux_system -> ux_system_debug_log_head, "At time : ", 10); /* Use case of … in _ux_utility_debug_log() 137 _ux_system -> ux_system_debug_log_head += 10; in _ux_utility_debug_log() 167 *_ux_system -> ux_system_debug_log_head = parameter_hexa; in _ux_utility_debug_log() [all …]
|
| D | ux_utility_memory_free.c | 97 _ux_system_mutex_on(&_ux_system -> ux_system_mutex); in _ux_utility_memory_free() 102 …regular_start = (UCHAR *)_ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_REGULAR] -> … in _ux_utility_memory_free() 103 …regular_end = regular_start + _ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_REGULAR… in _ux_utility_memory_free() 105 …cache_safe_start = (UCHAR *)_ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_CACHE_SAF… in _ux_utility_memory_free() 106 …cache_safe_end = cache_safe_start + _ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_C… in _ux_utility_memory_free() 115 _ux_system_mutex_off(&_ux_system -> ux_system_mutex); in _ux_utility_memory_free() 150 … ((pool_ptr != _ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_REGULAR]) && in _ux_utility_memory_free() 151 … (pool_ptr != _ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_CACHE_SAFE]))) in _ux_utility_memory_free() 155 _ux_system_mutex_off(&_ux_system -> ux_system_mutex); in _ux_utility_memory_free() 168 _ux_system_mutex_off(&_ux_system -> ux_system_mutex); in _ux_utility_memory_free() [all …]
|
| D | ux_system_initialize.c | 37 UX_SYSTEM *_ux_system; variable 144 _ux_system = (UX_SYSTEM *) regular_memory_pool_start; in _ux_system_initialize() 180 …_ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_REGULAR] = (UX_MEMORY_BYTE_POOL *) ((… in _ux_system_initialize() 190 …_ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_CACHE_SAFE] = (UX_MEMORY_BYTE_POOL *)… in _ux_system_initialize() 199 …_ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_CACHE_SAFE] = _ux_system -> ux_system… in _ux_system_initialize() 222 …_ux_utility_memory_byte_pool_create(_ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_R… in _ux_system_initialize() 251 …_ux_utility_memory_byte_pool_create(_ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_C… in _ux_system_initialize() 256 _ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_REGULAR] -> ux_byte_pool_min_free = in _ux_system_initialize() 257 … _ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_REGULAR] -> ux_byte_pool_available; in _ux_system_initialize() 258 …_ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_CACHE_SAFE] -> ux_byte_pool_min_free = in _ux_system_initialize() [all …]
|
| D | ux_utility_memory_allocate.c | 104 pool_ptr = _ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_REGULAR]; in _ux_utility_memory_allocate() 108 pool_ptr = _ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_CACHE_SAFE]; in _ux_utility_memory_allocate() 128 _ux_system_mutex_on(&_ux_system -> ux_system_mutex); in _ux_utility_memory_allocate() 222 _ux_system_mutex_off(&_ux_system -> ux_system_mutex); in _ux_utility_memory_allocate() 334 _ux_system -> ux_system_memory_byte_pool[index] -> ux_byte_pool_alloc_count ++; in _ux_utility_memory_allocate() 335 …_ux_system -> ux_system_memory_byte_pool[index] -> ux_byte_pool_alloc_total += (available_bytes + … in _ux_utility_memory_allocate() 337 …if (_ux_system -> ux_system_memory_byte_pool[index] -> ux_byte_pool_alloc_max_count < _ux_system -… in _ux_utility_memory_allocate() 338 …_ux_system -> ux_system_memory_byte_pool[index] -> ux_byte_pool_alloc_max_count = _ux_system -> ux… in _ux_utility_memory_allocate() 340 …if (_ux_system -> ux_system_memory_byte_pool[index] -> ux_byte_pool_alloc_max_total < _ux_system -… in _ux_utility_memory_allocate() 341 …_ux_system -> ux_system_memory_byte_pool[index] -> ux_byte_pool_alloc_max_total = _ux_system -> ux… in _ux_utility_memory_allocate() [all …]
|
| D | ux_system_error_handler.c | 76 _ux_system -> ux_system_last_error = error_code; in _ux_system_error_handler() 79 _ux_system -> ux_system_error_count++; in _ux_system_error_handler() 82 if (_ux_system -> ux_system_error_callback_function != UX_NULL) in _ux_system_error_handler() 86 _ux_system -> ux_system_error_callback_function(system_level, system_context, error_code); in _ux_system_error_handler()
|
| D | ux_hcd_sim_host_regular_td_obtain.c | 85 _ux_host_mutex_on(&_ux_system -> ux_system_mutex); in _ux_hcd_sim_host_regular_td_obtain() 104 _ux_host_mutex_off(&_ux_system -> ux_system_mutex); in _ux_hcd_sim_host_regular_td_obtain() 117 _ux_host_mutex_off(&_ux_system -> ux_system_mutex); in _ux_hcd_sim_host_regular_td_obtain()
|
| D | ux_utility_memory_free_block_best_get.c | 95 memory_block = _ux_system -> ux_system_regular_memory_pool_start; 101 memory_block = _ux_system -> ux_system_cache_safe_memory_pool_start;
|
| /USBX-v6.2.1/test/regression/ |
| D | ux_test_utility_sim_no_overriding.c | 42 …original_regular_memory_block = (UX_MEMORY_BLOCK *)_ux_system -> ux_system_memory_byte_pool[UX_MEM… in ux_test_utility_sim_mem_alloc_fail_all_start() 43 …original_cache_safe_memory_block = (UX_MEMORY_BLOCK *)_ux_system -> ux_system_memory_byte_pool[UX_… in ux_test_utility_sim_mem_alloc_fail_all_start() 45 …_ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_REGULAR] -> ux_byte_pool_start = (UCH… in ux_test_utility_sim_mem_alloc_fail_all_start() 46 …_ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_CACHE_SAFE] -> ux_byte_pool_start = (… in ux_test_utility_sim_mem_alloc_fail_all_start() 51 …_ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_REGULAR] -> ux_byte_pool_start = (UCH… in ux_test_utility_sim_mem_alloc_fail_all_stop() 52 …_ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_CACHE_SAFE] -> ux_byte_pool_start = (… in ux_test_utility_sim_mem_alloc_fail_all_stop() 129 …pool_ptr = (UX_MEMORY_BYTE_POOL *)_ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_REG… in allocate_everything() 133 …pool_ptr = (UX_MEMORY_BYTE_POOL *)_ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_CAC… in allocate_everything() 193 …pool_ptr = (UX_MEMORY_BYTE_POOL *)_ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_REG… in ux_test_utility_sim_mem_allocate_until_align_flagged() 197 …pool_ptr = (UX_MEMORY_BYTE_POOL *)_ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_CAC… in ux_test_utility_sim_mem_allocate_until_align_flagged() [all …]
|
| D | usbx_ux_device_class_cdc_ecm_initialize_test.c | 87 …mem_free = _ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_REGULAR] -> ux_byte_pool_a… in post_init_host() 88 …else if (mem_free != _ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_REGULAR] -> ux_b… in post_init_host() 91 …vel different after re-init %ld <> %ld\n", __LINE__, test_n, mem_free, _ux_system -> ux_system_mem… in post_init_host() 109 …stepinfo("mem free: %ld\n", _ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_REGULAR] … in post_init_host() 126 …mem_free = _ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_REGULAR] -> ux_byte_pool_a… in post_init_host() 127 …else if (mem_free != _ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_REGULAR] -> ux_b… in post_init_host() 130 …vel different after re-init %ld <> %ld\n", __LINE__, test_n, mem_free, _ux_system -> ux_system_mem… in post_init_host() 148 …stepinfo("mem free: %ld\n", _ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_REGULAR] … in post_init_host() 165 …mem_free = _ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_REGULAR] -> ux_byte_pool_a… in post_init_host() 166 …else if (mem_free != _ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_REGULAR] -> ux_b… in post_init_host() [all …]
|
| D | usbx_cdc_ecm_basic_memory_test.c | 152 …mem_free = _ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_REGULAR] -> ux_byte_pool_a… in post_init_host() 179 …mem free: %ld, %ld\n", _ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_REGULAR] -> ux… in post_init_host() 196 …mem_free = _ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_REGULAR] -> ux_byte_pool_a… in post_init_host() 197 …else if (mem_free != _ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_REGULAR] -> ux_b… in post_init_host() 200 …erent after re-enumerations %ld <> %ld\n", __LINE__, test_n, mem_free, _ux_system -> ux_system_mem… in post_init_host() 237 …mem_free = _ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_REGULAR] -> ux_byte_pool_a… in post_init_host() 238 …else if (mem_free != _ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_REGULAR] -> ux_b… in post_init_host() 241 …erent after re-enumerations %ld <> %ld\n", __LINE__, test_n, mem_free, _ux_system -> ux_system_mem… in post_init_host() 274 …stepinfo("mem free: %ld\n", _ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_REGULAR] … in post_init_host() 314 …mem_free = _ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_REGULAR] -> ux_byte_pool_a… in post_init_host() [all …]
|
| D | usbx_hub_basic_memory_test.c | 134 …mem_free = _ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_REGULAR] -> ux_byte_pool_a… in post_init_host() 169 …mem_free = _ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_REGULAR] -> ux_byte_pool_a… in post_init_host() 170 …else if (mem_free != _ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_REGULAR] -> ux_b… in post_init_host() 173 …erent after re-enumerations %ld <> %ld\n", __LINE__, test_n, mem_free, _ux_system -> ux_system_mem… in post_init_host() 196 …mem free: %ld, %ld\n", _ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_REGULAR] -> ux… in post_init_host() 214 …mem_free = _ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_REGULAR] -> ux_byte_pool_a… in post_init_host() 215 …else if (mem_free != _ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_REGULAR] -> ux_b… in post_init_host() 218 …erent after re-enumerations %ld <> %ld\n", __LINE__, test_n, mem_free, _ux_system -> ux_system_mem… in post_init_host() 240 …stepinfo("mem free: %ld\n", _ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_REGULAR] … in post_init_host()
|
| D | usbx_ux_host_class_hid_report_add_test.c | 295 UX_MEMORY_BLOCK *original_regular_memory_block = (UX_MEMORY_BLOCK*)_ux_system ->… in tx_demo_thread_host_simulation_entry() 296 UX_MEMORY_BLOCK *original_cache_safe_memory_block = (UX_MEMORY_BLOCK*)_ux_system… in tx_demo_thread_host_simulation_entry() 338 …_ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_REGULAR] -> ux_byte_pool_start = (UCH… in tx_demo_thread_host_simulation_entry() 339 …_ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_CACHE_SAFE] -> ux_byte_pool_start = (… in tx_demo_thread_host_simulation_entry() 354 …_ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_REGULAR] -> ux_byte_pool_start = (UCH… in tx_demo_thread_host_simulation_entry() 355 …_ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_CACHE_SAFE] -> ux_byte_pool_start = (… in tx_demo_thread_host_simulation_entry() 384 …_ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_REGULAR] -> ux_byte_pool_start = (UCH… in tx_demo_thread_host_simulation_entry() 385 …_ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_CACHE_SAFE] -> ux_byte_pool_start = (… in tx_demo_thread_host_simulation_entry() 396 …_ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_REGULAR] -> ux_byte_pool_start = (UCH… in tx_demo_thread_host_simulation_entry() 397 …_ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_CACHE_SAFE] -> ux_byte_pool_start = (… in tx_demo_thread_host_simulation_entry() [all …]
|
| D | usbx_ux_utility_memory_test.c | 370 …rpool_free[0] = _ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_REGULAR] -> ux_byte_p… in test_application_define() 371 …cpool_free[0] = _ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_CACHE_SAFE] -> ux_byt… in test_application_define() 379 …rpool_free[1] = _ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_REGULAR] -> ux_byte_p… in test_application_define() 380 …cpool_free[1] = _ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_CACHE_SAFE] -> ux_byt… in test_application_define() 403 …rpool_free[1] = _ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_REGULAR] -> ux_byte_p… in test_application_define() 404 …cpool_free[1] = _ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_CACHE_SAFE] -> ux_byt… in test_application_define() 424 …rpool_free[0] = _ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_REGULAR] -> ux_byte_p… in test_application_define() 425 …cpool_free[0] = _ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_CACHE_SAFE] -> ux_byt… in test_application_define() 456 …rpool_free[1] = _ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_REGULAR] -> ux_byte_p… in test_application_define() 457 …cpool_free[1] = _ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_CACHE_SAFE] -> ux_byt… in test_application_define() [all …]
|
| D | usbx_storage_direct_calls_test.c | 326 _ux_system -> ux_system_regular_memory_pool_start = dummy_memory_block_first; in ux_hcd_sim_host_entry_filter_transfer_request_failed_test1() 327 _ux_system -> ux_system_cache_safe_memory_pool_start = dummy_memory_block_first; in ux_hcd_sim_host_entry_filter_transfer_request_failed_test1() 689 UX_MEMORY_BLOCK *original_regular_memory_block = _ux_system -> ux_system_regular_me… in tx_demo_thread_host_simulation_entry() 690 UX_MEMORY_BLOCK *original_cache_safe_memory_block = _ux_system -> ux_system_cache_s… in tx_demo_thread_host_simulation_entry() 1063 _ux_system -> ux_system_regular_memory_pool_start = dummy_memory_block_first; in tx_demo_thread_host_simulation_entry() 1064 _ux_system -> ux_system_cache_safe_memory_pool_start = dummy_memory_block_first; in tx_demo_thread_host_simulation_entry() 1075 _ux_system -> ux_system_regular_memory_pool_start = original_regular_memory_block; in tx_demo_thread_host_simulation_entry() 1076 _ux_system -> ux_system_cache_safe_memory_pool_start = original_cache_safe_memory_block; in tx_demo_thread_host_simulation_entry() 1116 _ux_system -> ux_system_regular_memory_pool_start = original_regular_memory_block; in tx_demo_thread_host_simulation_entry() 1117 _ux_system -> ux_system_cache_safe_memory_pool_start = original_cache_safe_memory_block; in tx_demo_thread_host_simulation_entry() [all …]
|
| D | usbx_ux_utility_memory_safe_test.c | 325 …base_pool_free = _ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_REGULAR] -> ux_byte_… in test_application_define() 335 …ref_pool_free = _ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_REGULAR] -> ux_byte_p… in test_application_define() 337 …if (base_pool_free != _ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_REGULAR] -> ux_… in test_application_define() 347 …ref_pool_free != _ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_REGULAR] -> ux_byte_… in test_application_define() 354 …if (base_pool_free != _ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_REGULAR] -> ux_… in test_application_define() 363 …ref_pool_free != _ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_REGULAR] -> ux_byte_… in test_application_define() 370 …if (base_pool_free != _ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_REGULAR] -> ux_… in test_application_define() 379 …ref_pool_free != _ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_REGULAR] -> ux_byte_… in test_application_define() 386 …if (base_pool_free != _ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_REGULAR] -> ux_… in test_application_define() 396 …base_pool_free != _ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_REGULAR] -> ux_byte… in test_application_define() [all …]
|
| D | usbx_ux_host_class_hid_report_descriptor_get_test4.c | 290 UX_MEMORY_BLOCK *original_regular_memory_block = (UX_MEMORY_BLOCK *)_ux_system -> ux… in tx_demo_thread_host_simulation_entry() 291 UX_MEMORY_BLOCK *original_cache_safe_memory_block = (UX_MEMORY_BLOCK *)_ux_system ->… in tx_demo_thread_host_simulation_entry() 322 …_ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_REGULAR] -> ux_byte_pool_start = (UCH… in tx_demo_thread_host_simulation_entry() 323 …_ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_CACHE_SAFE] -> ux_byte_pool_start = (… in tx_demo_thread_host_simulation_entry() 334 …_ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_REGULAR] -> ux_byte_pool_start = (UCH… in tx_demo_thread_host_simulation_entry() 335 …_ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_CACHE_SAFE] -> ux_byte_pool_start = (… in tx_demo_thread_host_simulation_entry()
|
| D | usbx_ux_device_class_hid_initialize_test.c | 407 _ux_system -> ux_system_regular_memory_pool_start = dummy_memory_block_first; in tx_demo_thread_host_simulation_entry() 408 _ux_system -> ux_system_cache_safe_memory_pool_start = dummy_memory_block_first; in tx_demo_thread_host_simulation_entry() 430 _ux_system -> ux_system_regular_memory_pool_start = dummy_memory_block_first; in tx_demo_thread_host_simulation_entry() 431 _ux_system -> ux_system_cache_safe_memory_pool_start = dummy_memory_block_first; in tx_demo_thread_host_simulation_entry() 455 _ux_system -> ux_system_regular_memory_pool_start = dummy_memory_block_first; in tx_demo_thread_host_simulation_entry() 456 _ux_system -> ux_system_cache_safe_memory_pool_start = dummy_memory_block_first; in tx_demo_thread_host_simulation_entry() 467 _ux_system -> ux_system_regular_memory_pool_start = original_regular_memory_block; in tx_demo_thread_host_simulation_entry() 468 _ux_system -> ux_system_cache_safe_memory_pool_start = original_cache_safe_memory_block; in tx_demo_thread_host_simulation_entry()
|
| D | usbx_class_hid_basic_memory_test.c | 513 …mem_free = _ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_REGULAR] -> ux_byte_pool_a… in test_application_define() 540 … : %ld, %ld\n", _ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_REGULAR] -> ux… in test_application_define() 556 …mem_free = _ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_REGULAR] -> ux_byte_pool_a… in test_application_define() 557 …else if (mem_free != _ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_REGULAR] -> ux_b… in test_application_define() 560 …erent after re-enumerations %ld <> %ld\n", __LINE__, test_n, mem_free, _ux_system -> ux_system_mem… in test_application_define() 585 …stepinfo("mem free: %ld\n", _ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_REGULAR] … in test_application_define() 714 …mem_free = _ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_REGULAR] -> ux_byte_pool_a… in tx_demo_thread_host_simulation_entry() 738 …mem free: %ld, %ld\n", _ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_REGULAR] -> ux… in tx_demo_thread_host_simulation_entry() 773 …mem_free = _ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_REGULAR] -> ux_byte_pool_a… in tx_demo_thread_host_simulation_entry() 774 …else if (mem_free != _ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_REGULAR] -> ux_b… in tx_demo_thread_host_simulation_entry() [all …]
|
| D | usbx_ux_device_class_hid_receiver_memory_test.c | 521 …mem_free = _ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_REGULAR] -> ux_byte_pool_a… in test_application_define() 548 … : %ld, %ld\n", _ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_REGULAR] -> ux… in test_application_define() 564 …mem_free = _ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_REGULAR] -> ux_byte_pool_a… in test_application_define() 565 …else if (mem_free != _ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_REGULAR] -> ux_b… in test_application_define() 568 …erent after re-enumerations %ld <> %ld\n", __LINE__, test_n, mem_free, _ux_system -> ux_system_mem… in test_application_define() 593 …stepinfo("mem free: %ld\n", _ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_REGULAR] … in test_application_define() 709 …mem_free = _ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_REGULAR] -> ux_byte_pool_a… in tx_demo_thread_host_simulation_entry() 733 …mem free: %ld, %ld\n", _ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_REGULAR] -> ux… in tx_demo_thread_host_simulation_entry() 768 …mem_free = _ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_REGULAR] -> ux_byte_pool_a… in tx_demo_thread_host_simulation_entry() 769 …else if (mem_free != _ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_REGULAR] -> ux_b… in tx_demo_thread_host_simulation_entry() [all …]
|
| D | usbx_ux_device_class_hid_basic_memory_test.c | 507 …mem_free = _ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_REGULAR] -> ux_byte_pool_a… in test_application_define() 534 … : %ld, %ld\n", _ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_REGULAR] -> ux… in test_application_define() 550 …mem_free = _ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_REGULAR] -> ux_byte_pool_a… in test_application_define() 551 …else if (mem_free != _ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_REGULAR] -> ux_b… in test_application_define() 554 …erent after re-enumerations %ld <> %ld\n", __LINE__, test_n, mem_free, _ux_system -> ux_system_mem… in test_application_define() 579 …stepinfo("mem free: %ld\n", _ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_REGULAR] … in test_application_define() 708 …mem_free = _ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_REGULAR] -> ux_byte_pool_a… in tx_demo_thread_host_simulation_entry() 732 …mem free: %ld, %ld\n", _ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_REGULAR] -> ux… in tx_demo_thread_host_simulation_entry() 767 …mem_free = _ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_REGULAR] -> ux_byte_pool_a… in tx_demo_thread_host_simulation_entry() 768 …else if (mem_free != _ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_REGULAR] -> ux_b… in tx_demo_thread_host_simulation_entry() [all …]
|
| D | usbx_ux_host_class_hid_interrupt_endpoint_search_test.c | 284 UX_MEMORY_BLOCK *original_regular_memory_block = (UX_MEMORY_BLOCK *)_ux_system -… in tx_demo_thread_host_simulation_entry() 285 … *original_cache_safe_memory_block = (UX_MEMORY_BLOCK *)_ux_system -> ux_system_mem… in tx_demo_thread_host_simulation_entry() 306 …_ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_REGULAR] -> ux_byte_pool_start = (UCH… in tx_demo_thread_host_simulation_entry() 307 …_ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_CACHE_SAFE] -> ux_byte_pool_start = (… in tx_demo_thread_host_simulation_entry() 318 …_ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_REGULAR] -> ux_byte_pool_start = (UCH… in tx_demo_thread_host_simulation_entry() 319 …_ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_CACHE_SAFE] -> ux_byte_pool_start = (… in tx_demo_thread_host_simulation_entry()
|
| D | usbx_standalone_device_cdc_acm_basic_memory_test.c | 675 mem_free = _ux_system->ux_system_regular_memory_pool_free; in ux_test_thread_host_simulation_entry() 695 …stepinfo("mem free: %ld, %ld\n", _ux_system->ux_system_regular_memory_pool_free, _ux_system -> ux_… in ux_test_thread_host_simulation_entry() 712 mem_free = _ux_system->ux_system_regular_memory_pool_free; in ux_test_thread_host_simulation_entry() 713 else if (mem_free != _ux_system->ux_system_regular_memory_pool_free) in ux_test_thread_host_simulation_entry() 716 …level different after re-enumerations %ld <> %ld\n", test_n, mem_free, _ux_system->ux_system_regul… in ux_test_thread_host_simulation_entry() 753 mem_free = _ux_system->ux_system_regular_memory_pool_free; in ux_test_thread_host_simulation_entry() 754 else if (mem_free != _ux_system->ux_system_regular_memory_pool_free) in ux_test_thread_host_simulation_entry() 757 …level different after re-enumerations %ld <> %ld\n", test_n, mem_free, _ux_system->ux_system_regul… in ux_test_thread_host_simulation_entry() 779 stepinfo("mem free: %ld\n", _ux_system->ux_system_regular_memory_pool_free); in ux_test_thread_host_simulation_entry()
|
| D | usbx_standalone_cdc_acm_basic_memory_test.c | 691 …mem_free = _ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_REGULAR] -> ux_byte_pool_a… in ux_test_thread_host_simulation_entry() 711 …mem free: %ld, %ld\n", _ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_REGULAR] -> ux… in ux_test_thread_host_simulation_entry() 728 …mem_free = _ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_REGULAR] -> ux_byte_pool_a… in ux_test_thread_host_simulation_entry() 729 …else if (mem_free != _ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_REGULAR] -> ux_b… in ux_test_thread_host_simulation_entry() 732 …level different after re-enumerations %ld <> %ld\n", test_n, mem_free, _ux_system -> ux_system_mem… in ux_test_thread_host_simulation_entry() 769 …mem_free = _ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_REGULAR] -> ux_byte_pool_a… in ux_test_thread_host_simulation_entry() 770 …else if (mem_free != _ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_REGULAR] -> ux_b… in ux_test_thread_host_simulation_entry() 773 …level different after re-enumerations %ld <> %ld\n", test_n, mem_free, _ux_system -> ux_system_mem… in ux_test_thread_host_simulation_entry() 795 …stepinfo("mem free: %ld\n", _ux_system -> ux_system_memory_byte_pool[UX_MEMORY_BYTE_POOL_REGULAR] … in ux_test_thread_host_simulation_entry()
|
| /USBX-v6.2.1/common/usbx_host_controllers/src/ |
| D | ux_hcd_ohci_regular_td_obtain.c | 86 _ux_host_mutex_on(&_ux_system -> ux_system_mutex); in _ux_hcd_ohci_regular_td_obtain() 105 _ux_host_mutex_off(&_ux_system -> ux_system_mutex); in _ux_hcd_ohci_regular_td_obtain() 118 _ux_host_mutex_off(&_ux_system -> ux_system_mutex); in _ux_hcd_ohci_regular_td_obtain()
|
| D | ux_hcd_ehci_regular_td_obtain.c | 87 _ux_host_mutex_on(&_ux_system -> ux_system_mutex); in _ux_hcd_ehci_regular_td_obtain() 110 _ux_host_mutex_off(&_ux_system -> ux_system_mutex); in _ux_hcd_ehci_regular_td_obtain() 123 _ux_host_mutex_off(&_ux_system -> ux_system_mutex); in _ux_hcd_ehci_regular_td_obtain()
|