Searched refs:ux_system_host_enum_semaphore (Results 1 – 10 of 10) sorted by relevance
102 … _ux_host_semaphore_get_norc(&_ux_system_host -> ux_system_host_enum_semaphore, UX_WAIT_FOREVER); in _ux_host_stack_enum_thread_entry()
100 _ux_host_semaphore_put(&_ux_system_host -> ux_system_host_enum_semaphore); in _ux_dcd_sim_slave_state_change()
94 _ux_utility_semaphore_delete(&_ux_system_host -> ux_system_host_enum_semaphore); in _ux_host_stack_uninitialize()
258 …status = _ux_utility_semaphore_create(&_ux_system_host -> ux_system_host_enum_semaphore, "ux_syst… in _ux_host_stack_initialize()361 if (_ux_system_host -> ux_system_host_enum_semaphore.tx_semaphore_id != 0) in _ux_host_stack_initialize()362 _ux_utility_semaphore_delete(&_ux_system_host -> ux_system_host_enum_semaphore); in _ux_host_stack_initialize()
218 status = _ux_host_semaphore_put_rc(&_ux_system_host -> ux_system_host_enum_semaphore); in _ux_hcd_sim_host_initialize()
137 _ux_host_semaphore_put(&_ux_system_host -> ux_system_host_enum_semaphore); in _ux_host_class_hub_transfer_request_completed()
180 _ux_host_semaphore_put(&_ux_system_host -> ux_system_host_enum_semaphore); in _ux_hcd_ehci_interrupt_handler()
182 _ux_host_semaphore_put(&_ux_system_host -> ux_system_host_enum_semaphore); in _ux_hcd_ohci_interrupt_handler()
408 _ux_host_semaphore_put(&_ux_system_host -> ux_system_host_enum_semaphore); in _ux_hcd_ehci_initialize()
2580 UX_SEMAPHORE ux_system_host_enum_semaphore; member