Searched refs:head_ed (Results 1 – 3 of 3) sorted by relevance
87 UX_OHCI_ED *head_ed; in _ux_hcd_ohci_asynchronous_endpoint_create() local142 head_ed = (UX_OHCI_ED *) _ux_hcd_ohci_register_read(hcd_ohci, OHCI_HC_CONTROL_HEAD_ED); in _ux_hcd_ohci_asynchronous_endpoint_create()143 ed -> ux_ohci_ed_next_ed = head_ed; in _ux_hcd_ohci_asynchronous_endpoint_create()153 head_ed = (UX_OHCI_ED *) _ux_hcd_ohci_register_read(hcd_ohci, OHCI_HC_BULK_HEAD_ED); in _ux_hcd_ohci_asynchronous_endpoint_create()154 ed -> ux_ohci_ed_next_ed = head_ed; in _ux_hcd_ohci_asynchronous_endpoint_create()163 head_ed = UX_NULL; in _ux_hcd_ohci_asynchronous_endpoint_create()168 if (head_ed != UX_NULL) in _ux_hcd_ohci_asynchronous_endpoint_create()170 head_ed = _ux_utility_virtual_address(head_ed); in _ux_hcd_ohci_asynchronous_endpoint_create()171 head_ed -> ux_ohci_ed_previous_ed = ed; in _ux_hcd_ohci_asynchronous_endpoint_create()
76 UX_HCD_SIM_HOST_ED *head_ed; in _ux_hcd_sim_host_isochronous_endpoint_create() local103 head_ed = hcd_sim_host -> ux_hcd_sim_host_iso_head_ed; in _ux_hcd_sim_host_isochronous_endpoint_create()104 ed -> ux_sim_host_ed_next_ed = head_ed; in _ux_hcd_sim_host_isochronous_endpoint_create()109 if (head_ed != UX_NULL) in _ux_hcd_sim_host_isochronous_endpoint_create()110 head_ed -> ux_sim_host_ed_previous_ed = ed; in _ux_hcd_sim_host_isochronous_endpoint_create()
77 UX_HCD_SIM_HOST_ED *head_ed; in _ux_hcd_sim_host_asynchronous_endpoint_create() local111 head_ed = hcd_sim_host -> ux_hcd_sim_host_asynch_head_ed; in _ux_hcd_sim_host_asynchronous_endpoint_create()112 ed -> ux_sim_host_ed_next_ed = head_ed; in _ux_hcd_sim_host_asynchronous_endpoint_create()117 if (head_ed != UX_NULL) in _ux_hcd_sim_host_asynchronous_endpoint_create()118 head_ed -> ux_sim_host_ed_previous_ed = ed; in _ux_hcd_sim_host_asynchronous_endpoint_create()