Home
last modified time | relevance | path

Searched refs:host_class (Results 1 – 13 of 13) sorted by relevance

/USBX-v6.2.1/common/core/src/
Dux_host_stack_class_instance_get.c77 UINT _ux_host_stack_class_instance_get(UX_HOST_CLASS *host_class, UINT class_index, VOID **class_i… in _ux_host_stack_class_instance_get() argument
84 current_class_instance = host_class -> ux_host_class_first_instance; in _ux_host_stack_class_instance_get()
156 UINT _uxe_host_stack_class_instance_get(UX_HOST_CLASS *host_class, UINT class_index, VOID **class_… in _uxe_host_stack_class_instance_get() argument
160 if ((host_class == UX_NULL) || (class_instance == UX_NULL)) in _uxe_host_stack_class_instance_get()
164 return(_ux_host_stack_class_instance_get(host_class, class_index, class_instance)); in _uxe_host_stack_class_instance_get()
Dux_host_stack_class_get.c84 UINT _ux_host_stack_class_get(UCHAR *class_name, UX_HOST_CLASS **host_class) in _ux_host_stack_class_get() argument
121 *host_class = class_ptr; in _ux_host_stack_class_get()
180 UINT _uxe_host_stack_class_get(UCHAR *class_name, UX_HOST_CLASS **host_class) in _uxe_host_stack_class_get() argument
184 if ((class_name == UX_NULL) || (host_class == UX_NULL)) in _uxe_host_stack_class_get()
188 return(_ux_host_stack_class_get(class_name, host_class)); in _uxe_host_stack_class_get()
Dux_host_stack_class_instance_create.c75 UINT _ux_host_stack_class_instance_create(UX_HOST_CLASS *host_class, VOID *class_instance) in _ux_host_stack_class_instance_create() argument
81 …UX_TRACE_IN_LINE_INSERT(UX_TRACE_HOST_STACK_CLASS_INSTANCE_CREATE, host_class, class_instance, 0, … in _ux_host_stack_class_instance_create()
87 current_class_instance = host_class -> ux_host_class_first_instance; in _ux_host_stack_class_instance_create()
94 host_class -> ux_host_class_first_instance = class_instance; in _ux_host_stack_class_instance_create()
Dux_host_stack_class_instance_destroy.c72 UINT _ux_host_stack_class_instance_destroy(UX_HOST_CLASS *host_class, VOID *class_instance) in _ux_host_stack_class_instance_destroy() argument
79 …UX_TRACE_IN_LINE_INSERT(UX_TRACE_HOST_STACK_CLASS_INSTANCE_DESTROY, host_class, class_instance, 0,… in _ux_host_stack_class_instance_destroy()
89 current_class_instance = host_class -> ux_host_class_first_instance; in _ux_host_stack_class_instance_destroy()
110 host_class -> ux_host_class_first_instance = next_class_instance; in _ux_host_stack_class_instance_destroy()
/USBX-v6.2.1/test/regression/
Dusbx_test_common_storage.h76 UX_HOST_CLASS *host_class; in host_storage_instance_get() local
80 status = ux_host_stack_class_get(_ux_system_host_class_storage_name, &host_class); in host_storage_instance_get()
92 status = ux_host_stack_class_instance_get(host_class, 0, (void **) &global_storage); in host_storage_instance_get()
107 if (host_class -> ux_host_class_media == UX_NULL) in host_storage_instance_get()
115 global_storage_media = (UX_HOST_CLASS_STORAGE_MEDIA *) host_class -> ux_host_class_media; in host_storage_instance_get()
Dusbx_ux_host_class_hid_entry_test.c275 static UX_HOST_CLASS host_class; variable
324 command.ux_host_class_command_class_ptr = &host_class; in tx_demo_thread_host_simulation_entry()
325 host_class.ux_host_class_client = UX_NULL; in tx_demo_thread_host_simulation_entry()
Dusbx_ux_host_stack_class_unregister_test.c531 UX_HOST_CLASS *host_class; in ux_test_wait_connect() local
548 ux_host_stack_class_get(_ux_system_host_class_dpump_name, &host_class); in ux_test_wait_connect()
549 status = ux_host_stack_class_instance_get(host_class, 0, (VOID **)&host_dpump); in ux_test_wait_connect()
556 ux_host_stack_class_get(_ux_system_host_class_storage_name, &host_class); in ux_test_wait_connect()
557 status = ux_host_stack_class_instance_get(host_class, 0, (VOID **)&host_storage); in ux_test_wait_connect()
564 ux_host_stack_class_get(_ux_system_host_class_hid_name, &host_class); in ux_test_wait_connect()
565 status = ux_host_stack_class_instance_get(host_class, 0, (VOID **)&host_hid); in ux_test_wait_connect()
Dusbx_ux_host_class_hid_activate_test.c283 UX_HOST_CLASS host_class; in tx_demo_thread_host_simulation_entry() local
391 host_class.ux_host_class_first_instance = UX_NULL; in tx_demo_thread_host_simulation_entry()
400 command.ux_host_class_command_class_ptr = &host_class; in tx_demo_thread_host_simulation_entry()
Dusbx_storage_direct_calls_test.c685 UX_HOST_CLASS host_class; in tx_demo_thread_host_simulation_entry() local
1315 host_class.ux_host_class_thread_stack = UX_NULL; in tx_demo_thread_host_simulation_entry()
1316 command.ux_host_class_command_class_ptr = &host_class; in tx_demo_thread_host_simulation_entry()
1345 host_class.ux_host_class_thread_stack = UX_NULL; in tx_demo_thread_host_simulation_entry()
1346 command.ux_host_class_command_class_ptr = &host_class; in tx_demo_thread_host_simulation_entry()
1391 host_class.ux_host_class_thread_stack = UX_NULL; in tx_demo_thread_host_simulation_entry()
1392 command.ux_host_class_command_class_ptr = &host_class; in tx_demo_thread_host_simulation_entry()
1472 host_class.ux_host_class_first_instance = UX_NULL; in tx_demo_thread_host_simulation_entry()
1481 command.ux_host_class_command_class_ptr = &host_class; in tx_demo_thread_host_simulation_entry()
1521 host_class.ux_host_class_first_instance = UX_NULL; in tx_demo_thread_host_simulation_entry()
Dusbx_ux_host_stack_class_get_test.c448 UX_HOST_CLASS *host_class; in ux_test_thread_simulation_0_entry() local
475 status = _ux_host_stack_class_get(invalid_class_name, &host_class); in ux_test_thread_simulation_0_entry()
Dux_test.h441 UINT ux_test_host_stack_class_instance_get(UX_HOST_CLASS *host_class, UINT class_index, VOID **clas…
Dux_test.c1582 UINT ux_test_host_stack_class_instance_get(UX_HOST_CLASS *host_class, UINT class_index, VOID **clas… in ux_test_host_stack_class_instance_get() argument
1595 status = ux_host_stack_class_instance_get(host_class, class_index, class_instance); in ux_test_host_stack_class_instance_get()
/USBX-v6.2.1/common/core/inc/
Dux_api.h2874 UINT ux_host_stack_class_get(UCHAR *class_name, UX_HOST_CLASS **host_class);
2875 UINT ux_host_stack_class_instance_create(UX_HOST_CLASS *host_class, VOID *class_instance);
2876 UINT ux_host_stack_class_instance_destroy(UX_HOST_CLASS *host_class, VOID *class_instance);
2877 UINT ux_host_stack_class_instance_get(UX_HOST_CLASS *host_class, UINT class_index, VOID **class_…