Home
last modified time | relevance | path

Searched refs:UX_HOST_CLASS_CDC_ACM (Results 1 – 25 of 60) sorted by relevance

123

/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_cdc_acm.h262 } UX_HOST_CLASS_CDC_ACM; typedef
353 UINT _ux_host_class_cdc_acm_configure(UX_HOST_CLASS_CDC_ACM *cdc_acm);
355 UINT _ux_host_class_cdc_acm_endpoints_get(UX_HOST_CLASS_CDC_ACM *cdc_acm);
357 UINT _ux_host_class_cdc_acm_read (UX_HOST_CLASS_CDC_ACM *cdc_acm, UCHAR *data_pointer,
359 UINT _ux_host_class_cdc_acm_write(UX_HOST_CLASS_CDC_ACM *cdc_acm, UCHAR *data_pointer,
361 UINT _ux_host_class_cdc_acm_ioctl(UX_HOST_CLASS_CDC_ACM *cdc_acm, ULONG request,
363 UINT _ux_host_class_cdc_acm_command(UX_HOST_CLASS_CDC_ACM *cdc_acm, ULONG command,
366 UINT _ux_host_class_cdc_acm_capabilities_get(UX_HOST_CLASS_CDC_ACM *cdc_acm);
367 UINT _ux_host_class_cdc_acm_reception_stop (UX_HOST_CLASS_CDC_ACM *cdc_acm,
369 UINT _ux_host_class_cdc_acm_reception_start (UX_HOST_CLASS_CDC_ACM *cdc_acm,
[all …]
/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_cdc_acm_deactivate.c85 UX_HOST_CLASS_CDC_ACM *cdc_acm; in _ux_host_class_cdc_acm_deactivate()
90 UX_HOST_CLASS_CDC_ACM *cdc_acm_inst; in _ux_host_class_cdc_acm_deactivate()
94 cdc_acm = (UX_HOST_CLASS_CDC_ACM *) command -> ux_host_class_command_instance; in _ux_host_class_cdc_acm_deactivate()
130 cdc_acm_inst = (UX_HOST_CLASS_CDC_ACM *) cdc_acm -> in _ux_host_class_cdc_acm_deactivate()
Dux_host_class_cdc_acm_transfer_request_completed.c77 UX_HOST_CLASS_CDC_ACM *cdc_acm; in _ux_host_class_cdc_acm_transfer_request_completed()
83 cdc_acm = (UX_HOST_CLASS_CDC_ACM *) transfer_request -> ux_transfer_request_class_instance; in _ux_host_class_cdc_acm_transfer_request_completed()
Dux_host_class_cdc_acm_transmission_callback.c77 UX_HOST_CLASS_CDC_ACM *cdc_acm; in _ux_host_class_cdc_acm_transmission_callback()
82 cdc_acm = (UX_HOST_CLASS_CDC_ACM *) transfer_request -> ux_transfer_request_class_instance; in _ux_host_class_cdc_acm_transmission_callback()
Dux_host_class_cdc_acm_reception_callback.c76 UX_HOST_CLASS_CDC_ACM *cdc_acm; in _ux_host_class_cdc_acm_reception_callback()
80 cdc_acm = (UX_HOST_CLASS_CDC_ACM *) transfer_request -> ux_transfer_request_class_instance; in _ux_host_class_cdc_acm_reception_callback()
Dux_host_class_cdc_acm_reception_stop.c78 UINT _ux_host_class_cdc_acm_reception_stop(UX_HOST_CLASS_CDC_ACM *cdc_acm, in _ux_host_class_cdc_acm_reception_stop()
181 UINT _uxe_host_class_cdc_acm_reception_stop(UX_HOST_CLASS_CDC_ACM *cdc_acm, in _uxe_host_class_cdc_acm_reception_stop()
Dux_host_class_cdc_acm_activate.c98 UX_HOST_CLASS_CDC_ACM *cdc_acm; in _ux_host_class_cdc_acm_activate()
102 UX_HOST_CLASS_CDC_ACM *cdc_acm_inst; in _ux_host_class_cdc_acm_activate()
116 …m = _ux_utility_memory_allocate(UX_NO_ALIGN, UX_CACHE_SAFE_MEMORY, sizeof(UX_HOST_CLASS_CDC_ACM)); in _ux_host_class_cdc_acm_activate()
213 cdc_acm_inst = (UX_HOST_CLASS_CDC_ACM *)cdc_acm_class -> ux_host_class_first_instance; in _ux_host_class_cdc_acm_activate()
Dux_host_class_cdc_acm_reception_start.c76 UINT _ux_host_class_cdc_acm_reception_start (UX_HOST_CLASS_CDC_ACM *cdc_acm, in _ux_host_class_cdc_acm_reception_start()
184 UINT _uxe_host_class_cdc_acm_reception_start (UX_HOST_CLASS_CDC_ACM *cdc_acm, in _uxe_host_class_cdc_acm_reception_start()
Dux_host_class_cdc_acm_write_with_callback.c87 UINT _ux_host_class_cdc_acm_write_with_callback(UX_HOST_CLASS_CDC_ACM *cdc_acm, in _ux_host_class_cdc_acm_write_with_callback()
204 UINT _uxe_host_class_cdc_acm_write_with_callback(UX_HOST_CLASS_CDC_ACM *cdc_acm, in _uxe_host_class_cdc_acm_write_with_callback()
Dux_host_class_cdc_acm_command.c88 UINT _ux_host_class_cdc_acm_command(UX_HOST_CLASS_CDC_ACM *cdc_acm, ULONG command, in _ux_host_class_cdc_acm_command()
258 UINT _uxe_host_class_cdc_acm_command(UX_HOST_CLASS_CDC_ACM *cdc_acm, ULONG command, in _uxe_host_class_cdc_acm_command()
/USBX-v6.2.1/test/regression/
Dusbx_msrc_81489_81570_host_cdc_acm_standalone_ac_search_test.c37 static UX_HOST_CLASS_CDC_ACM *cdc_acm_host_control;
38 static UX_HOST_CLASS_CDC_ACM *cdc_acm_host_data;
332 UX_HOST_CLASS_CDC_ACM *cdc_acm_host; in demo_class_cdc_acm_get()
355 UX_HOST_CLASS_CDC_ACM *cdc_acm = (UX_HOST_CLASS_CDC_ACM *) inst; in demo_system_host_change_function()
513 static UX_HOST_CLASS_CDC_ACM fake_cdc[2];
Dusbx_standalone_device_cdc_acm_basic_memory_test.c46 static UX_HOST_CLASS_CDC_ACM *cdc_acm_host_control;
47 static UX_HOST_CLASS_CDC_ACM *cdc_acm_host_data;
343 UX_HOST_CLASS_CDC_ACM *cdc_acm_host; in demo_class_cdc_acm_get()
423 UX_HOST_CLASS_CDC_ACM *cdc_acm = (UX_HOST_CLASS_CDC_ACM *) inst; in demo_system_host_change_function()
639 UX_HOST_CLASS_CDC_ACM * cdc_acm_host_ctrl_bak; in ux_test_thread_host_simulation_entry()
640 UX_HOST_CLASS_CDC_ACM * cdc_acm_host_data_bak; in ux_test_thread_host_simulation_entry()
Dusbx_standalone_cdc_acm_basic_memory_test.c46 static UX_HOST_CLASS_CDC_ACM *cdc_acm_host_control;
47 static UX_HOST_CLASS_CDC_ACM *cdc_acm_host_data;
343 UX_HOST_CLASS_CDC_ACM *cdc_acm_host; in demo_class_cdc_acm_get()
433 UX_HOST_CLASS_CDC_ACM *cdc_acm = (UX_HOST_CLASS_CDC_ACM *) inst; in demo_system_host_change_function()
655 UX_HOST_CLASS_CDC_ACM * cdc_acm_host_ctrl_bak; in ux_test_thread_host_simulation_entry()
656 UX_HOST_CLASS_CDC_ACM * cdc_acm_host_data_bak; in ux_test_thread_host_simulation_entry()
Dusbx_cdc_acm_device_dtr_rts_reset_on_disconnect_test.c35 … demo_thread_host_reception_callback(UX_HOST_CLASS_CDC_ACM *cdc_acm, …
45 static UX_HOST_CLASS_CDC_ACM *cdc_acm_host_control;
46 static UX_HOST_CLASS_CDC_ACM *cdc_acm_host_data;
286 UX_HOST_CLASS_CDC_ACM *cdc_acm_host; in demo_class_cdc_acm_get()
Dusbx_ux_host_stack_new_interface_create_test.c38 static UX_HOST_CLASS_CDC_ACM *cdc_acm_host_control;
39 static UX_HOST_CLASS_CDC_ACM *cdc_acm_host_data;
567 UX_HOST_CLASS_CDC_ACM *cdc_acm = (UX_HOST_CLASS_CDC_ACM *) inst; in test_host_change_function()
Dusbx_ux_host_stack_endpoint_reset_test.c105 static UX_HOST_CLASS_CDC_ACM *cdc_acm_host_control = UX_NULL;
106 static UX_HOST_CLASS_CDC_ACM *cdc_acm_host_data = UX_NULL;
108 static UX_HOST_CLASS_CDC_ACM *cdc_acm_host_control1 = UX_NULL;
109 static UX_HOST_CLASS_CDC_ACM *cdc_acm_host_data1 = UX_NULL;
318 UX_HOST_CLASS_CDC_ACM *cdc_acm = (UX_HOST_CLASS_CDC_ACM *) inst; in test_host_change_function()
Dusbx_ux_device_class_cdc_acm_activate_test.c84 static UX_HOST_CLASS_CDC_ACM *cdc_acm_host_control;
85 static UX_HOST_CLASS_CDC_ACM *cdc_acm_host_data;
211 UX_HOST_CLASS_CDC_ACM *cdc_acm; in break_on_cdc_acm_all_ready()
290 UX_HOST_CLASS_CDC_ACM *cdc_acm = (UX_HOST_CLASS_CDC_ACM *) inst; in test_host_change_function()
Dusbx_ux_device_class_cdc_acm_deactivate_test.c84 static UX_HOST_CLASS_CDC_ACM *cdc_acm_host_control;
85 static UX_HOST_CLASS_CDC_ACM *cdc_acm_host_data;
211 UX_HOST_CLASS_CDC_ACM *cdc_acm; in break_on_cdc_acm_all_ready()
290 UX_HOST_CLASS_CDC_ACM *cdc_acm = (UX_HOST_CLASS_CDC_ACM *) inst; in test_host_change_function()
Dusbx_cdc_acm_basic_memory_test.c46 static UX_HOST_CLASS_CDC_ACM *cdc_acm_host_control;
47 static UX_HOST_CLASS_CDC_ACM *cdc_acm_host_data;
343 UX_HOST_CLASS_CDC_ACM *cdc_acm_host; in demo_class_cdc_acm_get()
423 UX_HOST_CLASS_CDC_ACM *cdc_acm = (UX_HOST_CLASS_CDC_ACM *) inst; in demo_system_host_change_function()
683 UX_HOST_CLASS_CDC_ACM * cdc_acm_host_ctrl_bak; in ux_test_thread_host_simulation_entry()
684 UX_HOST_CLASS_CDC_ACM * cdc_acm_host_data_bak; in ux_test_thread_host_simulation_entry()
Dusbx_ux_host_stack_new_configuration_create_test.c96 static UX_HOST_CLASS_CDC_ACM *cdc_acm_host_control;
97 static UX_HOST_CLASS_CDC_ACM *cdc_acm_host_data;
593 UX_HOST_CLASS_CDC_ACM *cdc_acm = (UX_HOST_CLASS_CDC_ACM *) inst; in test_host_change_function()
Dusbx_ux_host_stack_rh_change_process_test.c37 static UX_HOST_CLASS_CDC_ACM *cdc_acm_host_control;
38 static UX_HOST_CLASS_CDC_ACM *cdc_acm_host_data;
559 UX_HOST_CLASS_CDC_ACM *cdc_acm = (UX_HOST_CLASS_CDC_ACM *) inst; in test_host_change_function()
Dusbx_ux_host_stack_new_device_create_test.c38 static UX_HOST_CLASS_CDC_ACM *cdc_acm_host_control;
39 static UX_HOST_CLASS_CDC_ACM *cdc_acm_host_data;
558 UX_HOST_CLASS_CDC_ACM *cdc_acm = (UX_HOST_CLASS_CDC_ACM *) inst; in test_host_change_function()
Dusbx_cdc_acm_configure_test.c47 UX_HOST_CLASS_CDC_ACM *cdc_acm_host_control;
48 UX_HOST_CLASS_CDC_ACM *cdc_acm_host_data;
431 UX_HOST_CLASS_CDC_ACM *cdc_acm = (UX_HOST_CLASS_CDC_ACM *) inst; in test_host_change_function()
626 UX_HOST_CLASS_CDC_ACM *cdc_control; in tx_test_thread_host_simulation_entry()
627 UX_HOST_CLASS_CDC_ACM *cdc_data; in tx_test_thread_host_simulation_entry()
Dusbx_ux_host_stack_class_instance_verify_test.c105 static UX_HOST_CLASS_CDC_ACM *cdc_acm_host_control = UX_NULL;
106 static UX_HOST_CLASS_CDC_ACM *cdc_acm_host_data = UX_NULL;
108 static UX_HOST_CLASS_CDC_ACM *cdc_acm_host_control1 = UX_NULL;
109 static UX_HOST_CLASS_CDC_ACM *cdc_acm_host_data1 = UX_NULL;
303 UX_HOST_CLASS_CDC_ACM *cdc_acm = (UX_HOST_CLASS_CDC_ACM *) inst; in test_host_change_function()
Dusbx_test_USBX_142_DTR_callback.c104 static UX_HOST_CLASS_CDC_ACM *cdc_acm_host_control = UX_NULL;
105 static UX_HOST_CLASS_CDC_ACM *cdc_acm_host_data = UX_NULL;
107 static UX_HOST_CLASS_CDC_ACM *cdc_acm_host_control1 = UX_NULL;
108 static UX_HOST_CLASS_CDC_ACM *cdc_acm_host_data1 = UX_NULL;
305 UX_HOST_CLASS_CDC_ACM *cdc_acm = (UX_HOST_CLASS_CDC_ACM *) inst; in test_host_change_function()

123