Home
last modified time | relevance | path

Searched refs:prev (Results 1 – 3 of 3) sorted by relevance

/USBX-v6.2.1/common/core/src/
Dux_host_stack_transfer_run.c235 UX_TRANSFER *prev; in _ux_host_stack_transfer_locate() local
246 prev = _ux_system_host -> ux_system_host_pending_transfers; in _ux_host_stack_transfer_locate()
249 if (prev -> ux_transfer_request_next_pending == transfer) in _ux_host_stack_transfer_locate()
252 *previous = prev; in _ux_host_stack_transfer_locate()
255 prev = prev -> ux_transfer_request_next_pending; in _ux_host_stack_transfer_locate()
256 } while (prev); in _ux_host_stack_transfer_locate()
/USBX-v6.2.1/common/usbx_host_controllers/src/
Dux_hcd_ehci_periodic_descriptor_link.c94 VOID* prev, in _ux_hcd_ehci_periodic_descriptor_link() argument
108 prev_virtual_lp.void_ptr = prev; in _ux_hcd_ehci_periodic_descriptor_link()
/USBX-v6.2.1/common/usbx_host_controllers/inc/
Dux_hcd_ehci.h794 void _ux_hcd_ehci_periodic_descriptor_link(VOID* prev, VOID* prev_next, VOID* next_prev, VOID* next…