Searched refs:ux_system_host_hcd_semaphore (Results 1 – 11 of 11) sorted by relevance
132 _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()
128 _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()
183 _ux_host_semaphore_put(&_ux_system_host -> ux_system_host_hcd_semaphore); in _ux_hcd_ehci_request_isochronous_transfer()
102 _ux_host_semaphore_put(&_ux_system_host -> ux_system_host_hcd_semaphore); in _ux_hcd_sim_host_timer_function()
100 … _ux_host_semaphore_get_norc(&_ux_system_host -> ux_system_host_hcd_semaphore, UX_WAIT_FOREVER); in _ux_host_stack_hcd_thread_entry()
102 _ux_utility_semaphore_delete(&_ux_system_host -> ux_system_host_hcd_semaphore); in _ux_host_stack_uninitialize()
265 …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()
247 _ux_utility_semaphore_put(&_ux_system_host->ux_system_host_hcd_semaphore); in _ux_hcd_test_host_signal_event()
676 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);
2347 …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()
2594 UX_SEMAPHORE ux_system_host_hcd_semaphore; member