| /USBX-v6.2.1/test/regression/ |
| D | ux_test.c | 11 static UX_TEST_ACTION ux_test_action_handler_check(UX_TEST_ACTION *action, UX_TEST_FUNCTION usbx_fu… 18 static UX_TEST_ACTION *ux_test_hook_action_list; /* Link list, with .next NULL as end. */ 19 static UX_TEST_ACTION *ux_test_main_action_list; /* Link list, with .next NULL as end. */ 20 static UX_TEST_ACTION *ux_test_user_list_actions;/* Link list, with .created_list_next NULL as en… 33 UX_TEST_ACTION *list = ux_test_main_action_list; in _ux_test_main_action_list_thread_update() 47 UX_TEST_ACTION *list = ux_test_main_action_list; in _ux_test_main_action_list_semaphore_update() 61 UX_TEST_ACTION *list = ux_test_main_action_list; in _ux_test_main_action_list_mutex_update() 74 UCHAR _ux_test_check_action_function(UX_TEST_ACTION *new_actions) in _ux_test_check_action_function() 89 VOID _ux_test_append_action(UX_TEST_ACTION *list, UX_TEST_ACTION *new_action) in _ux_test_append_action() 92 UX_TEST_ACTION *tail; in _ux_test_append_action() [all …]
|
| D | ux_test.h | 227 } UX_TEST_ACTION; typedef 229 typedef UX_TEST_ACTION UX_TEST_SIM_ENTRY_ACTION; 391 UINT ux_test_list_action_compare(UX_TEST_ACTION *list_item, UX_TEST_ACTION *action); 393 VOID ux_test_remove_hook(UX_TEST_ACTION *action); 394 VOID ux_test_remove_hooks_from_array(UX_TEST_ACTION *actions); 395 VOID ux_test_remove_hooks_from_list(UX_TEST_ACTION *actions); 397 UINT ux_test_link_hook(UX_TEST_ACTION *action); 398 VOID ux_test_link_hooks_from_array(UX_TEST_ACTION *actions); 399 VOID ux_test_link_hooks_from_list(UX_TEST_ACTION *actions); 401 UINT ux_test_add_hook(UX_TEST_ACTION action); [all …]
|
| D | usbx_storage_tests.c | 995 static void disconnect_host_and_slave_action_func(UX_TEST_ACTION *action, VOID *_params) in disconnect_host_and_slave_action_func() 1177 static void ux_test_memory_allocate_all_memory_action_func(UX_TEST_ACTION *action, VOID *_params) in ux_test_memory_allocate_all_memory_action_func() 1183 static UX_TEST_ACTION create_disconnect_on_thread_preemption_change(TX_THREAD *thread_to_match, TX_… in create_disconnect_on_thread_preemption_change() 1186 UX_TEST_ACTION action = { 0 }; in create_disconnect_on_thread_preemption_change() 1199 static VOID device_media_write_block_action_func(UX_TEST_ACTION *action, VOID *_params) in device_media_write_block_action_func() 1232 static UX_TEST_ACTION create_device_media_write_block_action(DEVICE_MEDIA_READ_WRITE_TIMEOUT_DATA *… in create_device_media_write_block_action() 1235 UX_TEST_ACTION action = { 0 }; in create_device_media_write_block_action() 1248 static VOID device_media_read_write_media_status_error_action_func(UX_TEST_ACTION *action, VOID *_p… in device_media_read_write_media_status_error_action_func() 1257 static VOID device_media_status_error_action_func(UX_TEST_ACTION *action, VOID *_params) in device_media_status_error_action_func() 1266 static UX_TEST_ACTION create_device_media_read_fail_action() in create_device_media_read_fail_action() [all …]
|
| D | usbx_cdc_ecm_host_bulki_arm_err_dueto_link_dn_thread_wait_test.c | 24 static VOID suspend_cdc_ecm_thread_action_func(UX_TEST_ACTION *action, VOID *params) in suspend_cdc_ecm_thread_action_func() 36 VOID cdc_ecm_thread_suspend_action_func(UX_TEST_ACTION *action, VOID *params) in cdc_ecm_thread_suspend_action_func() 48 UX_TEST_ACTION bulk_in_transfer_suspend_action = {0}; in post_init_host()
|
| D | ux_test_actions.h | 6 static UX_TEST_ACTION create_error_match_action(UINT system_level, UINT system_context, UINT error_… in create_error_match_action() 9 UX_TEST_ACTION action = { 0 }; in create_error_match_action()
|
| D | usbx_cdc_ecm_host_bulk_in_transfer_fail_test.c | 23 static VOID suspend_cdc_ecm_thread_action_func(UX_TEST_ACTION *action, VOID *params) in suspend_cdc_ecm_thread_action_func() 42 UX_TEST_ACTION bulk_transfer_fail_action = {0}; in post_init_host()
|
| D | usbx_cdc_ecm_host_thread_link_down_before_transfer_test.c | 24 static VOID suspend_cdc_ecm_thread_action_func(UX_TEST_ACTION *action, VOID *params) in suspend_cdc_ecm_thread_action_func() 43 UX_TEST_ACTION packet_allocate_suspend_action = {0}; in post_init_host()
|
| D | usbx_cdc_ecm_host_bulk_in_transfer_arming_during_deactivate_test.c | 27 static VOID suspend_cdc_ecm_thread_action_func(UX_TEST_ACTION *action, VOID *params) in suspend_cdc_ecm_thread_action_func() 45 UX_TEST_ACTION bulk_in_transfer_suspend_action = {0}; in post_init_host()
|
| D | usbx_cdc_ecm_host_bulk_in_transfer_arming_during_link_down_test.c | 27 static VOID suspend_cdc_ecm_thread_action_func(UX_TEST_ACTION *action, VOID *params) in suspend_cdc_ecm_thread_action_func() 45 UX_TEST_ACTION bulk_in_transfer_suspend_action = {0}; in post_init_host()
|
| D | usbx_cdc_ecm_host_bulko_transfer_arming_during_link_dn_test.c | 29 static VOID suspend_write_thread_action_func(UX_TEST_ACTION *action, VOID *params) in suspend_write_thread_action_func() 57 UX_TEST_ACTION bulk_out_transfer_suspend_action = {0}; in post_init_host()
|
| D | usbx_hub_get_port_status_fails_during_hub_device_enum_test.c | 33 UX_TEST_ACTION get_port_status_fail_action = {0}; in post_init_host() 44 UX_TEST_ACTION get_port_status_match_action = {0}; in post_init_host()
|
| D | usbx_hub_get_hub_status_fails_during_port_reset_test.c | 32 UX_TEST_ACTION get_port_status_fail_action = {0}; in post_init_host() 43 UX_TEST_ACTION get_port_status_match_action = {0}; in post_init_host()
|
| D | usbx_ux_host_class_cdc_ecm_mac_address_get_test.c | 37 UX_TEST_ACTION get_cfg_desc_match_action = {0}; in post_init_host() 45 UX_TEST_ACTION get_cfg_desc_modify_length_action = {0}; in post_init_host()
|
| D | usbx_msrc_81575_standalone_host_cdc_acm_allocated_enum_free_test.c | 38 static VOID ux_test_hcd_entry_should_not_be_called(UX_TEST_ACTION *a… 39 static VOID ux_test_hcd_entry_disconnect(UX_TEST_ACTION *action, VOI… 40 static VOID ux_test_hcd_entry_set_cfg(UX_TEST_ACTION *action, VOID *… 183 static VOID ux_test_on_cdc_acm_set_line_coding(UX_TEST_ACTION *action, VOID *params) in ux_test_on_cdc_acm_set_line_coding() 300 static VOID ux_test_hcd_entry_set_cfg(UX_TEST_ACTION *action, VOID *params) in ux_test_hcd_entry_set_cfg()
|
| D | usbx_msrc_81574_standalone_host_hid_allocated_enum_free_test.c | 44 static VOID ux_test_hcd_entry_should_not_be_called(UX_TEST_ACTION *a… 45 static VOID ux_test_hcd_entry_disconnect(UX_TEST_ACTION *action, VOI… 46 static VOID ux_test_hcd_entry_set_cfg(UX_TEST_ACTION *action, VOID *… 217 static VOID ux_test_on_hid_get_report_descriptor(UX_TEST_ACTION *action, VOID *params) in ux_test_on_hid_get_report_descriptor() 332 static VOID ux_test_hcd_entry_set_cfg(UX_TEST_ACTION *action, VOID *params) in ux_test_hcd_entry_set_cfg()
|
| D | usbx_msrc_81572_standalone_host_printer_allocated_enum_free_test.c | 44 static VOID ux_test_hcd_entry_should_not_be_called(UX_TEST_ACTION *a… 45 static VOID ux_test_hcd_entry_disconnect(UX_TEST_ACTION *action, VOI… 46 static VOID ux_test_hcd_entry_set_cfg(UX_TEST_ACTION *action, VOID *… 189 static VOID ux_test_on_printer_get_device_id(UX_TEST_ACTION *action, VOID *params) in ux_test_on_printer_get_device_id() 304 static VOID ux_test_hcd_entry_set_cfg(UX_TEST_ACTION *action, VOID *params) in ux_test_hcd_entry_set_cfg()
|
| D | usbx_msrc_81573_standalone_host_hub_allocated_enum_free_test.c | 44 static VOID ux_test_hcd_entry_should_not_be_called(UX_TEST_ACTION *a… 45 static VOID ux_test_hcd_entry_disconnect(UX_TEST_ACTION *action, VOI… 46 static VOID ux_test_hcd_entry_set_cfg(UX_TEST_ACTION *action, VOID *… 187 static VOID ux_test_on_hub_get_descriptor(UX_TEST_ACTION *action, VOID *params) in ux_test_on_hub_get_descriptor() 318 static VOID ux_test_hcd_entry_set_cfg(UX_TEST_ACTION *action, VOID *params) in ux_test_hcd_entry_set_cfg()
|
| D | usbx_cdc_ecm_host_bulk_out_transfer_fail_test.c | 25 UX_TEST_ACTION bulk_transfer_fail_action = {0}; in post_init_host()
|
| D | usbx_hub_hub_device_enumeration_keeps_failing_test.c | 34 UX_TEST_ACTION sem_create_fail_action = {0}; in post_init_host()
|
| D | usbx_msrc_81691_standalone_host_stack_enum_double_free_test.c | 38 static VOID ux_test_hcd_entry_should_not_be_called(UX_TEST_ACTION *a… 39 static VOID ux_test_hcd_entry_disconnect(UX_TEST_ACTION *action, VOI… 40 static VOID ux_test_hcd_entry_set_cfg(UX_TEST_ACTION *action, VOID *… 283 static VOID ux_test_hcd_entry_set_cfg(UX_TEST_ACTION *action, VOID *params) in ux_test_hcd_entry_set_cfg()
|
| D | usbx_hub_get_hub_status_fails_during_hub_device_enum_test.c | 33 UX_TEST_ACTION get_port_status_fail_action = {0}; in post_init_host()
|
| D | usbx_hub_hub_status_get_invalid_length_test.c | 28 UX_TEST_ACTION get_port_status_match_action = {0}; in post_init_host()
|
| D | usbx_hub_port_reset_fails_during_hub_device_enum_test.c | 33 UX_TEST_ACTION port_reset_fail_action = {0}; in post_init_host()
|
| D | usbx_ux_host_device_basic_memory_tests.c | 42 static VOID ux_test_hcd_entry_should_not_be_called(UX_TEST_ACTION *a… 43 static VOID ux_test_hcd_entry_disconnect(UX_TEST_ACTION *action, VOI… 44 static VOID ux_test_hcd_entry_set_cfg(UX_TEST_ACTION *action, VOID *… 643 static VOID ux_test_hcd_entry_should_not_be_called(UX_TEST_ACTION *action, VOID *params) in ux_test_hcd_entry_should_not_be_called() 649 static VOID ux_test_hcd_entry_disconnect(UX_TEST_ACTION *action, VOID *params) in ux_test_hcd_entry_disconnect() 655 static VOID ux_test_hcd_entry_set_cfg(UX_TEST_ACTION *action, VOID *params) in ux_test_hcd_entry_set_cfg()
|
| D | usbx_cdc_ecm_host_bulk_in_semaphore_create_fail_test.c | 33 UX_TEST_ACTION semaphore_create_fail_action = {0}; in post_init_host()
|