Home
last modified time | relevance | path

Searched refs:next_data_td (Results 1 – 5 of 5) sorted by relevance

/USBX-v6.2.1/common/core/src/
Dux_hcd_sim_host_request_bulk_transfer.c84 UX_HCD_SIM_HOST_TD *next_data_td; in _ux_hcd_sim_host_request_bulk_transfer() local
168 next_data_td = data_td -> ux_sim_host_td_next_td; in _ux_hcd_sim_host_request_bulk_transfer()
170 data_td = next_data_td; in _ux_hcd_sim_host_request_bulk_transfer()
202 next_data_td = data_td -> ux_sim_host_td_next_td; in _ux_hcd_sim_host_request_bulk_transfer()
204 data_td = next_data_td; in _ux_hcd_sim_host_request_bulk_transfer()
Dux_hcd_sim_host_request_isochronous_transfer.c87 UX_HCD_SIM_HOST_ISO_TD *next_data_td; in _ux_hcd_sim_host_request_isochronous_transfer() local
205 next_data_td = data_td -> ux_sim_host_iso_td_next_td; in _ux_hcd_sim_host_request_isochronous_transfer()
207 data_td = next_data_td; in _ux_hcd_sim_host_request_isochronous_transfer()
241 next_data_td = data_td -> ux_sim_host_iso_td_next_td; in _ux_hcd_sim_host_request_isochronous_transfer()
243 data_td = next_data_td; in _ux_hcd_sim_host_request_isochronous_transfer()
Dux_hcd_sim_host_request_control_transfer.c96 UX_HCD_SIM_HOST_TD *next_data_td; in _ux_hcd_sim_host_request_control_transfer() local
173 next_data_td = data_td -> ux_sim_host_td_next_td; in _ux_hcd_sim_host_request_control_transfer()
175 data_td = next_data_td; in _ux_hcd_sim_host_request_control_transfer()
242 next_data_td = data_td -> ux_sim_host_td_next_td; in _ux_hcd_sim_host_request_control_transfer()
244 data_td = next_data_td; in _ux_hcd_sim_host_request_control_transfer()
/USBX-v6.2.1/common/usbx_host_controllers/src/
Dux_hcd_ohci_request_bulk_transfer.c86 UX_OHCI_TD *next_data_td; in _ux_hcd_ohci_request_bulk_transfer() local
185 next_data_td = _ux_utility_virtual_address(data_td -> ux_ohci_td_next_td); in _ux_hcd_ohci_request_bulk_transfer()
187 data_td = next_data_td; in _ux_hcd_ohci_request_bulk_transfer()
219 next_data_td = _ux_utility_virtual_address(data_td -> ux_ohci_td_next_td); in _ux_hcd_ohci_request_bulk_transfer()
221 data_td = next_data_td; in _ux_hcd_ohci_request_bulk_transfer()
Dux_hcd_ohci_request_isochronous_transfer.c82 UX_OHCI_ISO_TD *next_data_td; in _ux_hcd_ohci_request_isochronous_transfer() local
191next_data_td = _ux_utility_virtual_address(data_td -> ux_ohci_iso_td_next_td); in _ux_hcd_ohci_request_isochronous_transfer()
193 data_td = next_data_td; in _ux_hcd_ohci_request_isochronous_transfer()
228 next_data_td = _ux_utility_virtual_address(data_td -> ux_ohci_iso_td_next_td); in _ux_hcd_ohci_request_isochronous_transfer()
230 data_td = next_data_td; in _ux_hcd_ohci_request_isochronous_transfer()