Home
last modified time | relevance | path

Searched refs:ux_memory_block_next (Results 1 – 16 of 16) sorted by relevance

/USBX-v6.2.1/test/regression/
Dusbx_ux_host_class_hid_report_add_test.c332 dummy_memory_block_first -> ux_memory_block_next = UX_NULL; in tx_demo_thread_host_simulation_entry()
379 dummy_memory_block_first -> ux_memory_block_next = UX_NULL; in tx_demo_thread_host_simulation_entry()
424 dummy_memory_block_first -> ux_memory_block_next = UX_NULL; in tx_demo_thread_host_simulation_entry()
446 dummy_memory_block_first -> ux_memory_block_next = UX_NULL; in tx_demo_thread_host_simulation_entry()
475 dummy_memory_block_first -> ux_memory_block_next = UX_NULL; in tx_demo_thread_host_simulation_entry()
504 dummy_memory_block_first -> ux_memory_block_next = UX_NULL; in tx_demo_thread_host_simulation_entry()
Dux_test_utility_sim_no_overriding.c20 .ux_memory_block_next = UX_NULL,
138 while (memory_block -> ux_memory_block_next > memory_block) in allocate_everything()
142 memory_block_size = (UCHAR *)memory_block->ux_memory_block_next - (UCHAR*)memory_block; in allocate_everything()
154 memory_block = memory_block->ux_memory_block_next; in allocate_everything()
239 next_memory_block = cur_memory_block->ux_memory_block_next; in ux_test_utility_sim_mem_allocate_until_align_flagged()
246 … memory_used = (UCHAR *)next_memory_block->ux_memory_block_next - (UCHAR*)next_memory_block; in ux_test_utility_sim_mem_allocate_until_align_flagged()
Dusbx_ux_device_class_hid_initialize_test.c403 dummy_memory_block_first -> ux_memory_block_next = UX_NULL; in tx_demo_thread_host_simulation_entry()
426 dummy_memory_block_first -> ux_memory_block_next = UX_NULL; in tx_demo_thread_host_simulation_entry()
451 dummy_memory_block_first -> ux_memory_block_next = UX_NULL; in tx_demo_thread_host_simulation_entry()
Dusbx_storage_direct_calls_test.c322 dummy_memory_block_first -> ux_memory_block_next = UX_NULL; in ux_hcd_sim_host_entry_filter_transfer_request_failed_test1()
1059 dummy_memory_block_first -> ux_memory_block_next = UX_NULL; in tx_demo_thread_host_simulation_entry()
1131 dummy_memory_block_first -> ux_memory_block_next = UX_NULL; in tx_demo_thread_host_simulation_entry()
1161 dummy_memory_block_first -> ux_memory_block_next = UX_NULL; in tx_demo_thread_host_simulation_entry()
1191 dummy_memory_block_first -> ux_memory_block_next = UX_NULL; in tx_demo_thread_host_simulation_entry()
1221 dummy_memory_block_first -> ux_memory_block_next = UX_NULL; in tx_demo_thread_host_simulation_entry()
1251 dummy_memory_block_first -> ux_memory_block_next = UX_NULL; in tx_demo_thread_host_simulation_entry()
1284 dummy_memory_block_first -> ux_memory_block_next = UX_NULL; in tx_demo_thread_host_simulation_entry()
1321 dummy_memory_block_first -> ux_memory_block_next = UX_NULL; in tx_demo_thread_host_simulation_entry()
1351 dummy_memory_block_first -> ux_memory_block_next = UX_NULL; in tx_demo_thread_host_simulation_entry()
[all …]
Dusbx_ux_host_class_hid_remote_control_activate_test2.c313 dummy_memory_block_first -> ux_memory_block_next = UX_NULL; in tx_demo_thread_host_simulation_entry()
339 dummy_memory_block_first -> ux_memory_block_next = UX_NULL; in tx_demo_thread_host_simulation_entry()
Dusbx_ux_host_class_hid_keyboard_activate_test.c427 dummy_memory_block_first -> ux_memory_block_next = UX_NULL; in tx_demo_thread_host_simulation_entry()
453 dummy_memory_block_first -> ux_memory_block_next = UX_NULL; in tx_demo_thread_host_simulation_entry()
569 dummy_memory_block_first -> ux_memory_block_next = UX_NULL; in tx_demo_thread_host_simulation_entry()
Dusbx_ux_host_class_hid_client_register_test2.c304 dummy_memory_block_first -> ux_memory_block_next = UX_NULL; in tx_demo_thread_host_simulation_entry()
Dusbx_ux_host_class_hid_report_descriptor_get_test4.c317 dummy_memory_block_first -> ux_memory_block_next = UX_NULL; in tx_demo_thread_host_simulation_entry()
Dusbx_ux_host_class_hid_interrupt_endpoint_search_test.c301 dummy_memory_block_first -> ux_memory_block_next = UX_NULL; in tx_demo_thread_host_simulation_entry()
Dusbx_ux_host_class_hid_mouse_activate_test.c341 dummy_memory_block_first -> ux_memory_block_next = UX_NULL; in tx_demo_thread_host_simulation_entry()
Dusbx_ux_host_class_hid_activate_test.c368 dummy_memory_block_first -> ux_memory_block_next = UX_NULL; in tx_demo_thread_host_simulation_entry()
Dusbx_ux_host_class_hid_idle_get_test.c368 dummy_memory_block_first -> ux_memory_block_next = UX_NULL; in tx_demo_thread_host_simulation_entry()
Dusbx_ux_host_class_hid_descriptor_parse_test.c397 dummy_memory_block_first -> ux_memory_block_next = UX_NULL; in tx_demo_thread_host_simulation_entry()
Dusbx_ux_host_class_hid_report_set_test.c450 dummy_memory_block_first -> ux_memory_block_next = UX_NULL; in tx_demo_thread_host_simulation_entry()
Dux_test.h387 struct UX_MEMORY_BLOCK_STRUCT *ux_memory_block_next; member
/USBX-v6.2.1/common/core/src/
Dux_utility_memory_free_block_best_get.c143 memory_block = memory_block -> ux_memory_block_next;