Home
last modified time | relevance | path

Searched refs:ux_system_host_hcd_semaphore (Results 1 – 11 of 11) sorted by relevance

/USBX-v6.2.1/common/usbx_host_controllers/src/
Dux_hcd_ehci_interrupt_handler.c132 _ux_host_semaphore_put(&_ux_system_host -> ux_system_host_hcd_semaphore); in _ux_hcd_ehci_interrupt_handler()
144 _ux_host_semaphore_put(&_ux_system_host -> ux_system_host_hcd_semaphore); in _ux_hcd_ehci_interrupt_handler()
Dux_hcd_ohci_interrupt_handler.c128 _ux_host_semaphore_put(&_ux_system_host -> ux_system_host_hcd_semaphore); in _ux_hcd_ohci_interrupt_handler()
145 _ux_host_semaphore_put(&_ux_system_host -> ux_system_host_hcd_semaphore); in _ux_hcd_ohci_interrupt_handler()
Dux_hcd_ehci_request_isochronous_transfer.c183 _ux_host_semaphore_put(&_ux_system_host -> ux_system_host_hcd_semaphore); in _ux_hcd_ehci_request_isochronous_transfer()
/USBX-v6.2.1/common/core/src/
Dux_hcd_sim_host_timer_function.c102 _ux_host_semaphore_put(&_ux_system_host -> ux_system_host_hcd_semaphore); in _ux_hcd_sim_host_timer_function()
Dux_host_stack_hcd_thread_entry.c100 … _ux_host_semaphore_get_norc(&_ux_system_host -> ux_system_host_hcd_semaphore, UX_WAIT_FOREVER); in _ux_host_stack_hcd_thread_entry()
Dux_host_stack_uninitialize.c102 _ux_utility_semaphore_delete(&_ux_system_host -> ux_system_host_hcd_semaphore); in _ux_host_stack_uninitialize()
Dux_host_stack_initialize.c265 …status = _ux_utility_semaphore_create(&_ux_system_host -> ux_system_host_hcd_semaphore, "ux_syste… in _ux_host_stack_initialize()
356 if (_ux_system_host -> ux_system_host_hcd_semaphore.tx_semaphore_id != 0) in _ux_host_stack_initialize()
357 _ux_utility_semaphore_delete(&_ux_system_host -> ux_system_host_hcd_semaphore); in _ux_host_stack_initialize()
/USBX-v6.2.1/test/regression/
Dusbx_ux_host_stack_hcd_thread_entry_test.c247 _ux_utility_semaphore_put(&_ux_system_host->ux_system_host_hcd_semaphore); in _ux_hcd_test_host_signal_event()
Dusbx_ux_host_device_initialize_tests.c676 if (_ux_system_host->ux_system_host_hcd_semaphore.tx_semaphore_id != TX_CLEAR_ID)
677 ux_utility_semaphore_delete(&_ux_system_host->ux_system_host_hcd_semaphore);
Dusbx_cdc_acm_basic_test.c2347 …t_utility_sim_sem_get_error_exception_add(&_ux_system_host -> ux_system_host_hcd_semaphore, UX_WAI… in tx_test_thread_host_simulation_entry()
/USBX-v6.2.1/common/core/inc/
Dux_api.h2594 UX_SEMAPHORE ux_system_host_hcd_semaphore; member