Home
last modified time | relevance | path

Searched refs:UX_HCD_EHCI (Results 1 – 25 of 42) sorted by relevance

12

/USBX-v6.2.1/common/usbx_host_controllers/inc/
Dux_hcd_ehci.h379 } UX_HCD_EHCI; typedef
795 UX_EHCI_HSISO_TD *_ux_hcd_ehci_hsisochronous_tds_process(UX_HCD_EHCI *hcd_ehci, UX_EHCI_HSISO_TD…
796 UX_EHCI_FSISO_TD *_ux_hcd_ehci_fsisochronous_tds_process(UX_HCD_EHCI *hcd_ehci, UX_EHCI_FSISO_TD…
797 UINT _ux_hcd_ehci_asynchronous_endpoint_create(UX_HCD_EHCI *hcd_ehci, UX_ENDPOINT *endpoint);
798 UINT _ux_hcd_ehci_asynchronous_endpoint_destroy(UX_HCD_EHCI *hcd_ehci, UX_ENDPOINT *endpoint);
799 UINT _ux_hcd_ehci_controller_disable(UX_HCD_EHCI *hcd_ehci);
800 VOID _ux_hcd_ehci_done_queue_process(UX_HCD_EHCI *hcd_ehci);
801 VOID _ux_hcd_ehci_door_bell_wait(UX_HCD_EHCI *hcd_ehci);
803 UX_EHCI_ED *_ux_hcd_ehci_ed_obtain(UX_HCD_EHCI *hcd_ehci);
804 UINT _ux_hcd_ehci_endpoint_reset(UX_HCD_EHCI *hcd_ehci, UX_ENDPOINT *endpoint);
[all …]
/USBX-v6.2.1/common/usbx_host_controllers/src/
Dux_hcd_ehci_interrupt_handler.c91 UX_HCD_EHCI *hcd_ehci; in _ux_hcd_ehci_interrupt_handler()
109 hcd_ehci = (UX_HCD_EHCI *) hcd -> ux_hcd_controller_hardware; in _ux_hcd_ehci_interrupt_handler()
Dux_hcd_ehci_register_read.c73 ULONG _ux_hcd_ehci_register_read(UX_HCD_EHCI *hcd_ehci, ULONG ehci_register) in _ux_hcd_ehci_register_read()
Dux_hcd_ehci_fsisochronous_tds_process.c81 UX_HCD_EHCI *hcd_ehci, in _ux_hcd_ehci_fsisochronous_tds_process()
Dux_hcd_ehci_port_resume.c72 UINT _ux_hcd_ehci_port_resume(UX_HCD_EHCI *hcd_ehci, UINT port_index) in _ux_hcd_ehci_port_resume()
Dux_hcd_ehci_power_down_port.c73 UINT _ux_hcd_ehci_power_down_port(UX_HCD_EHCI *hcd_ehci, ULONG port_index) in _ux_hcd_ehci_power_down_port()
Dux_hcd_ehci_power_on_port.c72 UINT _ux_hcd_ehci_power_on_port(UX_HCD_EHCI *hcd_ehci, ULONG port_index) in _ux_hcd_ehci_power_on_port()
Dux_hcd_ehci_register_write.c73 VOID _ux_hcd_ehci_register_write(UX_HCD_EHCI *hcd_ehci, ULONG ehci_register, ULONG value) in _ux_hcd_ehci_register_write()
Dux_hcd_ehci_frame_number_get.c73 UINT _ux_hcd_ehci_frame_number_get(UX_HCD_EHCI *hcd_ehci, ULONG *frame_number) in _ux_hcd_ehci_frame_number_get()
Dux_hcd_ehci_frame_number_set.c74 VOID _ux_hcd_ehci_frame_number_set(UX_HCD_EHCI *hcd_ehci, ULONG frame_number) in _ux_hcd_ehci_frame_number_set()
Dux_hcd_ehci_poll_rate_entry_get.c85 UX_EHCI_ED *_ux_hcd_ehci_poll_rate_entry_get(UX_HCD_EHCI *hcd_ehci, in _ux_hcd_ehci_poll_rate_entry_get()
Dux_hcd_ehci_endpoint_reset.c72 UINT _ux_hcd_ehci_endpoint_reset(UX_HCD_EHCI *hcd_ehci, UX_ENDPOINT *endpoint) in _ux_hcd_ehci_endpoint_reset()
Dux_hcd_ehci_door_bell_wait.c79 VOID _ux_hcd_ehci_door_bell_wait(UX_HCD_EHCI *hcd_ehci) in _ux_hcd_ehci_door_bell_wait()
Dux_hcd_ehci_power_root_hubs.c74 VOID _ux_hcd_ehci_power_root_hubs(UX_HCD_EHCI *hcd_ehci) in _ux_hcd_ehci_power_root_hubs()
Dux_hcd_ehci_controller_disable.c77 UINT _ux_hcd_ehci_controller_disable(UX_HCD_EHCI *hcd_ehci) in _ux_hcd_ehci_controller_disable()
Dux_hcd_ehci_port_disable.c74 UINT _ux_hcd_ehci_port_disable(UX_HCD_EHCI *hcd_ehci, ULONG port_index) in _ux_hcd_ehci_port_disable()
Dux_hcd_ehci_hsisochronous_td_obtain.c74 UX_EHCI_HSISO_TD *_ux_hcd_ehci_hsisochronous_td_obtain(UX_HCD_EHCI *hcd_ehci) in _ux_hcd_ehci_hsisochronous_td_obtain()
Dux_hcd_ehci_ed_obtain.c73 UX_EHCI_ED *_ux_hcd_ehci_ed_obtain(UX_HCD_EHCI *hcd_ehci) in _ux_hcd_ehci_ed_obtain()
Dux_hcd_ehci_fsisochronous_td_obtain.c74 UX_EHCI_FSISO_TD *_ux_hcd_ehci_fsisochronous_td_obtain(UX_HCD_EHCI *hcd_ehci) in _ux_hcd_ehci_fsisochronous_td_obtain()
Dux_hcd_ehci_port_suspend.c73 UINT _ux_hcd_ehci_port_suspend(UX_HCD_EHCI *hcd_ehci, ULONG port_index) in _ux_hcd_ehci_port_suspend()
Dux_hcd_ehci_entry.c97 UX_HCD_EHCI *hcd_ehci; in _ux_hcd_ehci_entry()
114 hcd_ehci = (UX_HCD_EHCI *) hcd -> ux_hcd_controller_hardware; in _ux_hcd_ehci_entry()
Dux_hcd_ehci_request_transfer.c81 UINT _ux_hcd_ehci_request_transfer(UX_HCD_EHCI *hcd_ehci, UX_TRANSFER *transfer_request) in _ux_hcd_ehci_request_transfer()
Dux_hcd_ehci_regular_td_obtain.c78 UX_EHCI_TD *_ux_hcd_ehci_regular_td_obtain(UX_HCD_EHCI *hcd_ehci) in _ux_hcd_ehci_regular_td_obtain()
Dux_hcd_ehci_asynchronous_endpoint_destroy.c74 UINT _ux_hcd_ehci_asynchronous_endpoint_destroy(UX_HCD_EHCI *hcd_ehci, UX_ENDPOINT *endpoint) in _ux_hcd_ehci_asynchronous_endpoint_destroy()
Dux_hcd_ehci_request_interrupt_transfer.c75 UINT _ux_hcd_ehci_request_interrupt_transfer(UX_HCD_EHCI *hcd_ehci, UX_TRANSFER *transfer_request) in _ux_hcd_ehci_request_interrupt_transfer()

12