Home
last modified time | relevance | path

Searched refs:UX_OHCI_ED (Results 1 – 18 of 18) sorted by relevance

/USBX-v6.2.1/common/usbx_host_controllers/src/
Dux_hcd_ohci_ed_obtain.c74 UX_OHCI_ED *_ux_hcd_ohci_ed_obtain(UX_HCD_OHCI *hcd_ohci) in _ux_hcd_ohci_ed_obtain()
77 UX_OHCI_ED *ed; in _ux_hcd_ohci_ed_obtain()
91 _ux_utility_memory_set(ed, 0, sizeof(UX_OHCI_ED)); /* Use case of memset is verified. */ in _ux_hcd_ohci_ed_obtain()
Dux_hcd_ohci_least_traffic_list_get.c73 UX_OHCI_ED *_ux_hcd_ohci_least_traffic_list_get(UX_HCD_OHCI *hcd_ohci) in _ux_hcd_ohci_least_traffic_list_get()
77 UX_OHCI_ED *min_bandwidth_ed; in _ux_hcd_ohci_least_traffic_list_get()
78 UX_OHCI_ED *begin_ed; in _ux_hcd_ohci_least_traffic_list_get()
79 UX_OHCI_ED *ed; in _ux_hcd_ohci_least_traffic_list_get()
Dux_hcd_ohci_periodic_endpoint_destroy.c81 UX_OHCI_ED *ed; in _ux_hcd_ohci_periodic_endpoint_destroy()
82 UX_OHCI_ED *previous_ed; in _ux_hcd_ohci_periodic_endpoint_destroy()
83 UX_OHCI_ED *next_ed; in _ux_hcd_ohci_periodic_endpoint_destroy()
92 ed = (UX_OHCI_ED*) endpoint -> ux_endpoint_ed; in _ux_hcd_ohci_periodic_endpoint_destroy()
Dux_hcd_ohci_endpoint_error_clear.c80 UX_OHCI_ED *ed; in _ux_hcd_ohci_endpoint_error_clear()
87 ed = (UX_OHCI_ED *) endpoint -> ux_endpoint_ed; in _ux_hcd_ohci_endpoint_error_clear()
Dux_hcd_ohci_endpoint_reset.c79 UX_OHCI_ED *ed; in _ux_hcd_ohci_endpoint_reset()
86 ed = (UX_OHCI_ED *) endpoint -> ux_endpoint_ed; in _ux_hcd_ohci_endpoint_reset()
Dux_hcd_ohci_periodic_tree_create.c78 UX_OHCI_ED *ed; in _ux_hcd_ohci_periodic_tree_create()
82 UX_OHCI_ED *ed_list[32]; in _ux_hcd_ohci_periodic_tree_create()
83 UX_OHCI_ED *ed_start_list[32]; in _ux_hcd_ohci_periodic_tree_create()
Dux_hcd_ohci_asynchronous_endpoint_destroy.c85 UX_OHCI_ED *ed; in _ux_hcd_ohci_asynchronous_endpoint_destroy()
86 UX_OHCI_ED *previous_ed; in _ux_hcd_ohci_asynchronous_endpoint_destroy()
87 UX_OHCI_ED *next_ed; in _ux_hcd_ohci_asynchronous_endpoint_destroy()
95 ed = (UX_OHCI_ED*) endpoint -> ux_endpoint_ed; in _ux_hcd_ohci_asynchronous_endpoint_destroy()
Dux_hcd_ohci_asynchronous_endpoint_create.c87 UX_OHCI_ED *ed; in _ux_hcd_ohci_asynchronous_endpoint_create()
88 UX_OHCI_ED *head_ed; in _ux_hcd_ohci_asynchronous_endpoint_create()
143 head_ed = (UX_OHCI_ED *) _ux_hcd_ohci_register_read(hcd_ohci, OHCI_HC_CONTROL_HEAD_ED); in _ux_hcd_ohci_asynchronous_endpoint_create()
154 head_ed = (UX_OHCI_ED *) _ux_hcd_ohci_register_read(hcd_ohci, OHCI_HC_BULK_HEAD_ED); in _ux_hcd_ohci_asynchronous_endpoint_create()
Dux_hcd_ohci_interrupt_endpoint_create.c103 UX_OHCI_ED *ed; in _ux_hcd_ohci_interrupt_endpoint_create()
104 UX_OHCI_ED *ed_list; in _ux_hcd_ohci_interrupt_endpoint_create()
105 UX_OHCI_ED *next_ed; in _ux_hcd_ohci_interrupt_endpoint_create()
Dux_hcd_ohci_isochronous_endpoint_create.c84 UX_OHCI_ED *ed; in _ux_hcd_ohci_isochronous_endpoint_create()
85 UX_OHCI_ED *ed_list; in _ux_hcd_ohci_isochronous_endpoint_create()
Dux_hcd_ohci_transfer_abort.c85 UX_OHCI_ED *ed; in _ux_hcd_ohci_transfer_abort()
98 ed = (UX_OHCI_ED *) endpoint -> ux_endpoint_ed; in _ux_hcd_ohci_transfer_abort()
Dux_hcd_ohci_next_td_clean.c79 UX_OHCI_ED *ed; in _ux_hcd_ohci_next_td_clean()
Dux_hcd_ohci_request_interupt_transfer.c82 UX_OHCI_ED *ed; in _ux_hcd_ohci_request_interrupt_transfer()
Dux_hcd_ohci_request_bulk_transfer.c90 UX_OHCI_ED *ed; in _ux_hcd_ohci_request_bulk_transfer()
Dux_hcd_ohci_request_isochronous_transfer.c86 UX_OHCI_ED *ed; in _ux_hcd_ohci_request_isochronous_transfer()
Dux_hcd_ohci_initialize.c138 … _ux_utility_memory_allocate(UX_ALIGN_16, UX_CACHE_SAFE_MEMORY, sizeof(UX_OHCI_ED) * _ux_system_ho… in _ux_hcd_ohci_initialize()
Dux_hcd_ohci_request_control_transfer.c102 UX_OHCI_ED *ed; in _ux_hcd_ohci_request_control_transfer()
/USBX-v6.2.1/common/usbx_host_controllers/inc/
Dux_hcd_ohci.h292 } UX_OHCI_ED; typedef
384 UX_OHCI_ED *_ux_hcd_ohci_ed_obtain(UX_HCD_OHCI *hcd_ohci);
395 UX_OHCI_ED *_ux_hcd_ohci_least_traffic_list_get(UX_HCD_OHCI *hcd_ohci);