Home
last modified time | relevance | path

Searched refs:ed_ptr (Results 1 – 11 of 11) sorted by relevance

/USBX-v6.2.1/common/usbx_host_controllers/src/
Dux_hcd_ehci_done_queue_process.c126 ed.ed_ptr = hcd_ehci -> ux_hcd_ehci_interrupt_ed_list; in _ux_hcd_ehci_done_queue_process()
127 while(ed.ed_ptr != UX_NULL) in _ux_hcd_ehci_done_queue_process()
131 td = ed.ed_ptr -> ux_ehci_ed_first_td; in _ux_hcd_ehci_done_queue_process()
135 td = _ux_hcd_ehci_asynch_td_process(ed.ed_ptr, td); in _ux_hcd_ehci_done_queue_process()
138 ed.ed_ptr = ed.ed_ptr -> ux_ehci_ed_next_ed; in _ux_hcd_ehci_done_queue_process()
147 ed.ed_ptr = start_ed -> ux_ehci_ed_queue_head; in _ux_hcd_ehci_done_queue_process()
155 while (ed.ed_ptr != start_ed) in _ux_hcd_ehci_done_queue_process()
159 td = ed.ed_ptr -> ux_ehci_ed_first_td; in _ux_hcd_ehci_done_queue_process()
163 td = _ux_hcd_ehci_asynch_td_process(ed.ed_ptr, td); in _ux_hcd_ehci_done_queue_process()
167 ed.ed_ptr = ed.ed_ptr -> ux_ehci_ed_queue_head; in _ux_hcd_ehci_done_queue_process()
Dux_hcd_ehci_periodic_tree_create.c132 previous_ed -> ux_ehci_ed_queue_head = lp.ed_ptr; in _ux_hcd_ehci_periodic_tree_create()
136 previous_ed -> ux_ehci_ed_queue_head = lp.ed_ptr; in _ux_hcd_ehci_periodic_tree_create()
171 lp.ed_ptr = hcd_ehci -> ux_hcd_ehci_frame_list[current_list_entry]; in _ux_hcd_ehci_periodic_tree_create()
173 hcd_ehci -> ux_hcd_ehci_frame_list[current_list_entry] = lp.ed_ptr; in _ux_hcd_ehci_periodic_tree_create()
Dux_hcd_ehci_periodic_descriptor_link.c150 if ((virtual_lp.ed_ptr -> ux_ehci_ed_status & UX_EHCI_QH_STATIC) == 0) in _ux_hcd_ehci_periodic_descriptor_link()
151 virtual_lp.ed_ptr -> ux_ehci_ed_previous_ed = link_virtual_lp.ed_ptr; in _ux_hcd_ehci_periodic_descriptor_link()
Dux_hcd_ehci_least_traffic_list_get.c116 anchor.ed_ptr = *(hcd_ehci -> ux_hcd_ehci_frame_list + list_index); in _ux_hcd_ehci_least_traffic_list_get()
131 ed = anchor.ed_ptr; in _ux_hcd_ehci_least_traffic_list_get()
160 min_bandwidth_ed = anchor.ed_ptr; in _ux_hcd_ehci_least_traffic_list_get()
Dux_hcd_ehci_asynchronous_endpoint_create.c165 ed -> ux_ehci_ed_queue_head = queue_head.ed_ptr; in _ux_hcd_ehci_asynchronous_endpoint_create()
171 hcd_ehci -> ux_hcd_ehci_asynch_last_list -> ux_ehci_ed_queue_head = queue_head.ed_ptr; in _ux_hcd_ehci_asynchronous_endpoint_create()
Dux_hcd_ehci_asynchronous_endpoint_destroy.c101 previous_ed -> ux_ehci_ed_queue_head = queue_head.ed_ptr; in _ux_hcd_ehci_asynchronous_endpoint_destroy()
Dux_hcd_ehci_request_isochronous_transfer.c121 lp.ed_ptr = endpoint -> ux_endpoint_ed; in _ux_hcd_ehci_request_isochronous_transfer()
Dux_hcd_ehci_transfer_abort.c239 _ux_hcd_ehci_ed_clean(lp.ed_ptr); in _ux_hcd_ehci_transfer_abort()
Dux_hcd_ehci_initialize.c310 ed -> ux_ehci_ed_queue_head = lp.ed_ptr; in _ux_hcd_ehci_initialize()
Dux_hcd_ehci_isochronous_endpoint_create.c541 ed -> ux_ehci_hsiso_ed_fr_td[0] -> ux_ehci_hsiso_td_previous_lp.ed_ptr = ed_anchor; in _ux_hcd_ehci_isochronous_endpoint_create()
/USBX-v6.2.1/common/usbx_host_controllers/inc/
Dux_hcd_ehci.h316 struct UX_EHCI_ED_STRUCT *ed_ptr; member
329 struct UX_EHCI_ED_STRUCT *ed_ptr; member