Home
last modified time | relevance | path

Searched refs:ux_endpoint_ed (Results 1 – 25 of 38) sorted by relevance

12

/USBX-v6.3.0/common/core/src/
Dux_hcd_sim_host_endpoint_reset.c83 ed = (UX_HCD_SIM_HOST_ED *) endpoint -> ux_endpoint_ed; in _ux_hcd_sim_host_endpoint_reset()
Dux_host_stack_endpoint_instance_delete.c96 if (endpoint -> ux_endpoint_ed != UX_NULL) in _ux_host_stack_endpoint_instance_delete()
Dux_hcd_sim_host_periodic_endpoint_destroy.c82 ed = (UX_HCD_SIM_HOST_ED *) endpoint -> ux_endpoint_ed; in _ux_hcd_sim_host_periodic_endpoint_destroy()
Dux_hcd_sim_host_asynchronous_endpoint_destroy.c83 ed = (UX_HCD_SIM_HOST_ED *) endpoint -> ux_endpoint_ed; in _ux_hcd_sim_host_asynchronous_endpoint_destroy()
Dux_hcd_sim_host_isochronous_endpoint_create.c97 endpoint -> ux_endpoint_ed = (VOID *) ed; in _ux_hcd_sim_host_isochronous_endpoint_create()
Dux_hcd_sim_host_asynchronous_endpoint_create.c102 endpoint -> ux_endpoint_ed = (VOID *) ed; in _ux_hcd_sim_host_asynchronous_endpoint_create()
Dux_hcd_sim_host_request_interupt_transfer.c88 ed = endpoint -> ux_endpoint_ed; in _ux_hcd_sim_host_request_interrupt_transfer()
Dux_hcd_sim_host_transfer_abort.c91 ed = (UX_HCD_SIM_HOST_ED *) endpoint -> ux_endpoint_ed; in _ux_hcd_sim_host_transfer_abort()
Dux_hcd_sim_host_transfer_run.c100 ed = (UX_HCD_SIM_HOST_ED *)endpoint -> ux_endpoint_ed; in _ux_hcd_sim_host_transfer_run()
Dux_hcd_sim_host_interrupt_endpoint_create.c121 endpoint -> ux_endpoint_ed = (VOID *)ed; in _ux_hcd_sim_host_interrupt_endpoint_create()
/USBX-v6.3.0/common/usbx_host_controllers/src/
Dux_hcd_ehci_endpoint_reset.c83 ed = (UX_EHCI_ED*) endpoint -> ux_endpoint_ed; in _ux_hcd_ehci_endpoint_reset()
Dux_hcd_ohci_endpoint_error_clear.c87 ed = (UX_OHCI_ED *) endpoint -> ux_endpoint_ed; in _ux_hcd_ohci_endpoint_error_clear()
Dux_hcd_ohci_endpoint_reset.c86 ed = (UX_OHCI_ED *) endpoint -> ux_endpoint_ed; in _ux_hcd_ohci_endpoint_reset()
Dux_hcd_ehci_asynchronous_endpoint_destroy.c85 ed = (UX_EHCI_ED *) endpoint -> ux_endpoint_ed; in _ux_hcd_ehci_asynchronous_endpoint_destroy()
Dux_hcd_ohci_request_interupt_transfer.c91 ed = endpoint -> ux_endpoint_ed; in _ux_hcd_ohci_request_interrupt_transfer()
Dux_hcd_ohci_isochronous_endpoint_create.c107 endpoint -> ux_endpoint_ed = (VOID *) ed; in _ux_hcd_ohci_isochronous_endpoint_create()
Dux_hcd_ohci_periodic_endpoint_destroy.c92 ed = (UX_OHCI_ED*) endpoint -> ux_endpoint_ed; in _ux_hcd_ohci_periodic_endpoint_destroy()
Dux_hcd_ehci_request_interrupt_transfer.c90 ed = endpoint -> ux_endpoint_ed; in _ux_hcd_ehci_request_interrupt_transfer()
Dux_hcd_ohci_transfer_abort.c98 ed = (UX_OHCI_ED *) endpoint -> ux_endpoint_ed; in _ux_hcd_ohci_transfer_abort()
Dux_hcd_ehci_request_isochronous_transfer.c122 lp.ed_ptr = endpoint -> ux_endpoint_ed; in _ux_hcd_ehci_request_isochronous_transfer()
Dux_hcd_ehci_request_bulk_transfer.c95 ed = endpoint -> ux_endpoint_ed; in _ux_hcd_ehci_request_bulk_transfer()
Dux_hcd_ohci_interrupt_endpoint_create.c128 endpoint -> ux_endpoint_ed = (VOID *) ed; in _ux_hcd_ohci_interrupt_endpoint_create()
Dux_hcd_ohci_asynchronous_endpoint_destroy.c95 ed = (UX_OHCI_ED*) endpoint -> ux_endpoint_ed; in _ux_hcd_ohci_asynchronous_endpoint_destroy()
Dux_hcd_ohci_asynchronous_endpoint_create.c113 endpoint -> ux_endpoint_ed = (VOID *) ed; in _ux_hcd_ohci_asynchronous_endpoint_create()
Dux_hcd_ehci_asynchronous_endpoint_create.c102 endpoint -> ux_endpoint_ed = (VOID *) ed; in _ux_hcd_ehci_asynchronous_endpoint_create()

12