Home
last modified time | relevance | path

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

12

/USBX-v6.2.1/test/regression/
Dusbx_class_multi_interface_enumeration_test.c454 UX_TEST_ASSERT(endpoint -> ux_endpoint_ed != UX_NULL); in tx_demo_thread_host_simulation_entry()
460 UX_TEST_ASSERT(endpoint -> ux_endpoint_ed != UX_NULL); in tx_demo_thread_host_simulation_entry()
463 UX_TEST_ASSERT(endpoint -> ux_endpoint_ed != UX_NULL); in tx_demo_thread_host_simulation_entry()
470 UX_TEST_ASSERT(endpoint -> ux_endpoint_ed != UX_NULL); in tx_demo_thread_host_simulation_entry()
477 UX_TEST_ASSERT(endpoint -> ux_endpoint_ed == UX_NULL); in tx_demo_thread_host_simulation_entry()
482 UX_TEST_ASSERT(endpoint -> ux_endpoint_ed != UX_NULL); in tx_demo_thread_host_simulation_entry()
484 UX_TEST_ASSERT(endpoint -> ux_endpoint_ed != UX_NULL); in tx_demo_thread_host_simulation_entry()
489 UX_TEST_ASSERT(endpoint -> ux_endpoint_ed == UX_NULL); in tx_demo_thread_host_simulation_entry()
/USBX-v6.2.1/common/core/src/
Dux_hcd_sim_host_endpoint_reset.c82 ed = (UX_HCD_SIM_HOST_ED *) endpoint -> ux_endpoint_ed; in _ux_hcd_sim_host_endpoint_reset()
Dux_host_stack_endpoint_instance_delete.c95 if (endpoint -> ux_endpoint_ed != UX_NULL) in _ux_host_stack_endpoint_instance_delete()
Dux_hcd_sim_host_periodic_endpoint_destroy.c81 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.c82 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.c96 endpoint -> ux_endpoint_ed = (VOID *) ed; in _ux_hcd_sim_host_isochronous_endpoint_create()
Dux_hcd_sim_host_asynchronous_endpoint_create.c101 endpoint -> ux_endpoint_ed = (VOID *) ed; in _ux_hcd_sim_host_asynchronous_endpoint_create()
Dux_hcd_sim_host_request_interupt_transfer.c87 ed = endpoint -> ux_endpoint_ed; in _ux_hcd_sim_host_request_interrupt_transfer()
Dux_hcd_sim_host_transfer_abort.c90 ed = (UX_HCD_SIM_HOST_ED *) endpoint -> ux_endpoint_ed; in _ux_hcd_sim_host_transfer_abort()
Dux_hcd_sim_host_transfer_run.c99 ed = (UX_HCD_SIM_HOST_ED *)endpoint -> ux_endpoint_ed; in _ux_hcd_sim_host_transfer_run()
Dux_hcd_sim_host_interrupt_endpoint_create.c120 endpoint -> ux_endpoint_ed = (VOID *)ed; in _ux_hcd_sim_host_interrupt_endpoint_create()
/USBX-v6.2.1/common/usbx_host_controllers/src/
Dux_hcd_ehci_endpoint_reset.c82 ed = (UX_EHCI_ED*) endpoint -> ux_endpoint_ed; in _ux_hcd_ehci_endpoint_reset()
Dux_hcd_ohci_endpoint_error_clear.c86 ed = (UX_OHCI_ED *) endpoint -> ux_endpoint_ed; in _ux_hcd_ohci_endpoint_error_clear()
Dux_hcd_ohci_endpoint_reset.c85 ed = (UX_OHCI_ED *) endpoint -> ux_endpoint_ed; in _ux_hcd_ohci_endpoint_reset()
Dux_hcd_ehci_asynchronous_endpoint_destroy.c84 ed = (UX_EHCI_ED *) endpoint -> ux_endpoint_ed; in _ux_hcd_ehci_asynchronous_endpoint_destroy()
Dux_hcd_ohci_request_interupt_transfer.c90 ed = endpoint -> ux_endpoint_ed; in _ux_hcd_ohci_request_interrupt_transfer()
Dux_hcd_ehci_request_interrupt_transfer.c89 ed = endpoint -> ux_endpoint_ed; in _ux_hcd_ehci_request_interrupt_transfer()
Dux_hcd_ohci_periodic_endpoint_destroy.c91 ed = (UX_OHCI_ED*) endpoint -> ux_endpoint_ed; in _ux_hcd_ohci_periodic_endpoint_destroy()
Dux_hcd_ohci_transfer_abort.c97 ed = (UX_OHCI_ED *) endpoint -> ux_endpoint_ed; in _ux_hcd_ohci_transfer_abort()
Dux_hcd_ohci_isochronous_endpoint_create.c106 endpoint -> ux_endpoint_ed = (VOID *) ed; in _ux_hcd_ohci_isochronous_endpoint_create()
Dux_hcd_ehci_request_isochronous_transfer.c121 lp.ed_ptr = endpoint -> ux_endpoint_ed; in _ux_hcd_ehci_request_isochronous_transfer()
Dux_hcd_ehci_request_bulk_transfer.c94 ed = endpoint -> ux_endpoint_ed; in _ux_hcd_ehci_request_bulk_transfer()
Dux_hcd_ohci_asynchronous_endpoint_destroy.c94 ed = (UX_OHCI_ED*) endpoint -> ux_endpoint_ed; in _ux_hcd_ohci_asynchronous_endpoint_destroy()
Dux_hcd_ohci_interrupt_endpoint_create.c127 endpoint -> ux_endpoint_ed = (VOID *) ed; in _ux_hcd_ohci_interrupt_endpoint_create()
Dux_hcd_ehci_asynchronous_endpoint_create.c101 endpoint -> ux_endpoint_ed = (VOID *) ed; in _ux_hcd_ehci_asynchronous_endpoint_create()

12