| /USBX-v6.2.1/common/usbx_host_controllers/inc/ |
| D | ux_hcd_ehci.h | 379 } 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/ |
| D | ux_hcd_ehci_interrupt_handler.c | 91 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()
|
| D | ux_hcd_ehci_register_read.c | 73 ULONG _ux_hcd_ehci_register_read(UX_HCD_EHCI *hcd_ehci, ULONG ehci_register) in _ux_hcd_ehci_register_read()
|
| D | ux_hcd_ehci_fsisochronous_tds_process.c | 81 UX_HCD_EHCI *hcd_ehci, in _ux_hcd_ehci_fsisochronous_tds_process()
|
| D | ux_hcd_ehci_port_resume.c | 72 UINT _ux_hcd_ehci_port_resume(UX_HCD_EHCI *hcd_ehci, UINT port_index) in _ux_hcd_ehci_port_resume()
|
| D | ux_hcd_ehci_power_down_port.c | 73 UINT _ux_hcd_ehci_power_down_port(UX_HCD_EHCI *hcd_ehci, ULONG port_index) in _ux_hcd_ehci_power_down_port()
|
| D | ux_hcd_ehci_power_on_port.c | 72 UINT _ux_hcd_ehci_power_on_port(UX_HCD_EHCI *hcd_ehci, ULONG port_index) in _ux_hcd_ehci_power_on_port()
|
| D | ux_hcd_ehci_register_write.c | 73 VOID _ux_hcd_ehci_register_write(UX_HCD_EHCI *hcd_ehci, ULONG ehci_register, ULONG value) in _ux_hcd_ehci_register_write()
|
| D | ux_hcd_ehci_frame_number_get.c | 73 UINT _ux_hcd_ehci_frame_number_get(UX_HCD_EHCI *hcd_ehci, ULONG *frame_number) in _ux_hcd_ehci_frame_number_get()
|
| D | ux_hcd_ehci_frame_number_set.c | 74 VOID _ux_hcd_ehci_frame_number_set(UX_HCD_EHCI *hcd_ehci, ULONG frame_number) in _ux_hcd_ehci_frame_number_set()
|
| D | ux_hcd_ehci_poll_rate_entry_get.c | 85 UX_EHCI_ED *_ux_hcd_ehci_poll_rate_entry_get(UX_HCD_EHCI *hcd_ehci, in _ux_hcd_ehci_poll_rate_entry_get()
|
| D | ux_hcd_ehci_endpoint_reset.c | 72 UINT _ux_hcd_ehci_endpoint_reset(UX_HCD_EHCI *hcd_ehci, UX_ENDPOINT *endpoint) in _ux_hcd_ehci_endpoint_reset()
|
| D | ux_hcd_ehci_door_bell_wait.c | 79 VOID _ux_hcd_ehci_door_bell_wait(UX_HCD_EHCI *hcd_ehci) in _ux_hcd_ehci_door_bell_wait()
|
| D | ux_hcd_ehci_power_root_hubs.c | 74 VOID _ux_hcd_ehci_power_root_hubs(UX_HCD_EHCI *hcd_ehci) in _ux_hcd_ehci_power_root_hubs()
|
| D | ux_hcd_ehci_controller_disable.c | 77 UINT _ux_hcd_ehci_controller_disable(UX_HCD_EHCI *hcd_ehci) in _ux_hcd_ehci_controller_disable()
|
| D | ux_hcd_ehci_port_disable.c | 74 UINT _ux_hcd_ehci_port_disable(UX_HCD_EHCI *hcd_ehci, ULONG port_index) in _ux_hcd_ehci_port_disable()
|
| D | ux_hcd_ehci_hsisochronous_td_obtain.c | 74 UX_EHCI_HSISO_TD *_ux_hcd_ehci_hsisochronous_td_obtain(UX_HCD_EHCI *hcd_ehci) in _ux_hcd_ehci_hsisochronous_td_obtain()
|
| D | ux_hcd_ehci_ed_obtain.c | 73 UX_EHCI_ED *_ux_hcd_ehci_ed_obtain(UX_HCD_EHCI *hcd_ehci) in _ux_hcd_ehci_ed_obtain()
|
| D | ux_hcd_ehci_fsisochronous_td_obtain.c | 74 UX_EHCI_FSISO_TD *_ux_hcd_ehci_fsisochronous_td_obtain(UX_HCD_EHCI *hcd_ehci) in _ux_hcd_ehci_fsisochronous_td_obtain()
|
| D | ux_hcd_ehci_port_suspend.c | 73 UINT _ux_hcd_ehci_port_suspend(UX_HCD_EHCI *hcd_ehci, ULONG port_index) in _ux_hcd_ehci_port_suspend()
|
| D | ux_hcd_ehci_entry.c | 97 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()
|
| D | ux_hcd_ehci_request_transfer.c | 81 UINT _ux_hcd_ehci_request_transfer(UX_HCD_EHCI *hcd_ehci, UX_TRANSFER *transfer_request) in _ux_hcd_ehci_request_transfer()
|
| D | ux_hcd_ehci_regular_td_obtain.c | 78 UX_EHCI_TD *_ux_hcd_ehci_regular_td_obtain(UX_HCD_EHCI *hcd_ehci) in _ux_hcd_ehci_regular_td_obtain()
|
| D | ux_hcd_ehci_asynchronous_endpoint_destroy.c | 74 UINT _ux_hcd_ehci_asynchronous_endpoint_destroy(UX_HCD_EHCI *hcd_ehci, UX_ENDPOINT *endpoint) in _ux_hcd_ehci_asynchronous_endpoint_destroy()
|
| D | ux_hcd_ehci_request_interrupt_transfer.c | 75 UINT _ux_hcd_ehci_request_interrupt_transfer(UX_HCD_EHCI *hcd_ehci, UX_TRANSFER *transfer_request) in _ux_hcd_ehci_request_interrupt_transfer()
|