Home
last modified time | relevance | path

Searched refs:next (Results 1 – 7 of 7) sorted by relevance

/USBX-v6.2.1/test/regression/
Dux_test.c40 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 …]
Dux_test.h81 struct UX_TEST_ERROR_CALLBACK_ERROR_STRUCT *next; member
90 struct UX_TEST_ERROR_CALLBACK_ACTION *next; member
223 struct UX_TEST_ACTION_STRUCT *next; member
Dux_test_utility_sim.c39 struct UX_TEST_UTILITY_SIM_SEM_EXCEPT_STRUCT *next; member
48 struct UX_TEST_UTILITY_SIM_MEMD_STRUCT *next; member
348 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()
/USBX-v6.2.1/common/core/src/
Dux_host_stack_tasks_run.c1145 UX_TRANSFER *transfer, *next; in _ux_host_stack_pending_transfers_run() local
1149 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()
/USBX-v6.2.1/common/usbx_host_controllers/inc/
Dux_hcd_ehci.h793 void _ux_hcd_ehci_periodic_descriptor_link(VOID* prev, VOID* prev_next, VOID* next_prev, VOID* next
/USBX-v6.2.1/
DREADME.md36 …eans the file is not officially released yet. They will be updated in the next release. See exampl…
/USBX-v6.2.1/docs/
Drevision_history.txt2256 …ch_td_process.c Update the ux_ehci_ed_first_td field with the next td to allow USB tra…