Searched refs:next (Results 1 – 7 of 7) sorted by relevance
40 list = list->next; in _ux_test_main_action_list_thread_update()54 list = list->next; in _ux_test_main_action_list_semaphore_update()68 list = list->next; in _ux_test_main_action_list_mutex_update()96 while (tail->next != UX_NULL) in _ux_test_append_action()97 tail = tail->next; in _ux_test_append_action()98 tail->next = new_action; in _ux_test_append_action()113 temp.next = list_item->next; in ux_test_list_action_compare()146 item = item->next; in ux_test_remove_hook()153 ux_test_hook_action_list = item->next; in ux_test_remove_hook()159 previous->next = action->next; in ux_test_remove_hook()[all …]
81 struct UX_TEST_ERROR_CALLBACK_ERROR_STRUCT *next; member90 struct UX_TEST_ERROR_CALLBACK_ACTION *next; member223 struct UX_TEST_ACTION_STRUCT *next; member
39 struct UX_TEST_UTILITY_SIM_SEM_EXCEPT_STRUCT *next; member48 struct UX_TEST_UTILITY_SIM_MEMD_STRUCT *next; member348 except->next = excepts; in ux_test_utility_sim_sem_get_error_exception_add()366 except = except->next; in ux_test_utility_sim_sem_in_exception_list()
1145 UX_TRANSFER *transfer, *next; in _ux_host_stack_pending_transfers_run() local1149 next = transfer -> ux_transfer_request_next_pending; in _ux_host_stack_pending_transfers_run()1151 if (transfer == next || _ux_system_host -> ux_system_host_pending_transfers == next) in _ux_host_stack_pending_transfers_run()1153 transfer = next; in _ux_host_stack_pending_transfers_run()
793 void _ux_hcd_ehci_periodic_descriptor_link(VOID* prev, VOID* prev_next, VOID* next_prev, VOID* next…
36 …eans the file is not officially released yet. They will be updated in the next release. See exampl…
2256 …ch_td_process.c Update the ux_ehci_ed_first_td field with the next td to allow USB tra…