Home
last modified time | relevance | path

Searched refs:ux_host_class_hid_semaphore (Results 1 – 14 of 14) sorted by relevance

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_hid_idle_set.c114 status = _ux_host_semaphore_get(&hid -> ux_host_class_hid_semaphore, UX_WAIT_FOREVER); in _ux_host_class_hid_idle_set()
128 _ux_host_semaphore_put(&hid -> ux_host_class_hid_semaphore); in _ux_host_class_hid_idle_set()
145 _ux_host_semaphore_put(&hid -> ux_host_class_hid_semaphore); in _ux_host_class_hid_idle_set()
Dux_host_class_hid_idle_get.c120 status = _ux_host_semaphore_get(&hid -> ux_host_class_hid_semaphore, UX_WAIT_FOREVER); in _ux_host_class_hid_idle_get()
169 _ux_host_semaphore_put(&hid -> ux_host_class_hid_semaphore); in _ux_host_class_hid_idle_get()
205 _ux_host_semaphore_put(&hid -> ux_host_class_hid_semaphore); in _ux_host_class_hid_idle_get()
Dux_host_class_hid_deactivate.c104 status = _ux_host_semaphore_get(&hid -> ux_host_class_hid_semaphore, UX_WAIT_FOREVER); in _ux_host_class_hid_deactivate()
152 _ux_host_semaphore_delete(&hid -> ux_host_class_hid_semaphore); in _ux_host_class_hid_deactivate()
Dux_host_class_hid_activate.c156 …status = _ux_host_semaphore_create(&hid -> ux_host_class_hid_semaphore, "ux_host_class_hid_semaph… in _ux_host_class_hid_activate()
/USBX-v6.2.1/test/regression/
Dusbx_ux_host_class_hid_activate_test.c329 …status = _ux_utility_semaphore_create(&hid_instance -> ux_host_class_hid_semaphore, "ux_host_clas… in tx_demo_thread_host_simulation_entry()
338 hid_instance_semaphore_copy = hid_instance -> ux_host_class_hid_semaphore; in tx_demo_thread_host_simulation_entry()
352 hid_instance -> ux_host_class_hid_semaphore = hid_instance_semaphore_copy; in tx_demo_thread_host_simulation_entry()
355 status = ux_utility_semaphore_delete(&hid_instance -> ux_host_class_hid_semaphore); in tx_demo_thread_host_simulation_entry()
Dusbx_ux_host_class_hid_deactivate_test3.c306 hid -> ux_host_class_hid_semaphore.tx_semaphore_id++; in tx_demo_thread_host_simulation_entry()
317 hid -> ux_host_class_hid_semaphore.tx_semaphore_id--; in tx_demo_thread_host_simulation_entry()
Dusbx_ux_host_class_hid_idle_set_test.c298 hid -> ux_host_class_hid_semaphore.tx_semaphore_id++; in tx_demo_thread_host_simulation_entry()
309 hid -> ux_host_class_hid_semaphore.tx_semaphore_id--; in tx_demo_thread_host_simulation_entry()
Dusbx_ux_host_class_hid_periodic_report_start_test.c298 hid -> ux_host_class_hid_semaphore.tx_semaphore_id++; in tx_demo_thread_host_simulation_entry()
309 hid -> ux_host_class_hid_semaphore.tx_semaphore_id--; in tx_demo_thread_host_simulation_entry()
Dusbx_ux_host_class_hid_report_callback_register_test.c321 hid->ux_host_class_hid_semaphore.tx_semaphore_id ++; in tx_demo_thread_host_simulation_entry()
332 hid->ux_host_class_hid_semaphore.tx_semaphore_id --; in tx_demo_thread_host_simulation_entry()
Dusbx_ux_host_class_hid_report_id_get_test.c334 hid -> ux_host_class_hid_semaphore.tx_semaphore_id++; in tx_demo_thread_host_simulation_entry()
345 hid -> ux_host_class_hid_semaphore.tx_semaphore_id--; in tx_demo_thread_host_simulation_entry()
Dusbx_ux_host_class_hid_report_get_test2.c470 status = ux_utility_semaphore_put(&hid -> ux_host_class_hid_semaphore); in tx_demo_thread_host_simulation_entry()
483 hid -> ux_host_class_hid_semaphore.tx_semaphore_id++; in tx_demo_thread_host_simulation_entry()
494 hid -> ux_host_class_hid_semaphore.tx_semaphore_id--; in tx_demo_thread_host_simulation_entry()
Dusbx_ux_host_class_hid_report_set_test.c412 status = ux_utility_semaphore_put(&hid -> ux_host_class_hid_semaphore); in tx_demo_thread_host_simulation_entry()
429 hid -> ux_host_class_hid_semaphore.tx_semaphore_id++; in tx_demo_thread_host_simulation_entry()
440 hid -> ux_host_class_hid_semaphore.tx_semaphore_id--; in tx_demo_thread_host_simulation_entry()
Dusbx_ux_host_class_hid_idle_get_test.c350 hid -> ux_host_class_hid_semaphore.tx_semaphore_id++; in tx_demo_thread_host_simulation_entry()
361 hid -> ux_host_class_hid_semaphore.tx_semaphore_id--; in tx_demo_thread_host_simulation_entry()
/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_hid.h982 UX_SEMAPHORE ux_host_class_hid_semaphore; member
1010 status = _ux_host_semaphore_get(&hid -> ux_host_class_hid_semaphore, \
1015 _ux_host_semaphore_put(&hid -> ux_host_class_hid_semaphore);