| /USBX-v6.2.1/common/usbx_host_controllers/inc/ |
| D | ux_hcd_ohci.h | 270 } UX_HCD_OHCI; typedef 379 UINT _ux_hcd_ohci_asynchronous_endpoint_create(UX_HCD_OHCI *hcd_ohci, UX_ENDPOINT *endpoint); 380 UINT _ux_hcd_ohci_asynchronous_endpoint_destroy(UX_HCD_OHCI *hcd_ohci, UX_ENDPOINT *endpoint); 381 UINT _ux_hcd_ohci_controller_disable(UX_HCD_OHCI *hcd_ohci); 382 VOID _ux_hcd_ohci_done_queue_process(UX_HCD_OHCI *hcd_ohci); 383 UX_OHCI_ED *_ux_hcd_ohci_ed_obtain(UX_HCD_OHCI *hcd_ohci); 384 UINT _ux_hcd_ohci_endpoint_error_clear(UX_HCD_OHCI *hcd_ohci, UX_ENDPOINT *endpoint); 385 UINT _ux_hcd_ohci_endpoint_reset(UX_HCD_OHCI *hcd_ohci, UX_ENDPOINT *endpoint); 387 UINT _ux_hcd_ohci_frame_number_get(UX_HCD_OHCI *hcd_ohci, ULONG *frame_number); 388 VOID _ux_hcd_ohci_frame_number_set(UX_HCD_OHCI *hcd_ohci, ULONG frame_number); [all …]
|
| /USBX-v6.2.1/common/usbx_host_controllers/src/ |
| D | ux_hcd_ohci_register_read.c | 72 ULONG _ux_hcd_ohci_register_read(UX_HCD_OHCI *hcd_ohci, ULONG ohci_register) in _ux_hcd_ohci_register_read()
|
| D | ux_hcd_ohci_interrupt_handler.c | 92 UX_HCD_OHCI *hcd_ohci; in _ux_hcd_ohci_interrupt_handler() 110 hcd_ohci = (UX_HCD_OHCI *) hcd -> ux_hcd_controller_hardware; in _ux_hcd_ohci_interrupt_handler()
|
| D | ux_hcd_ohci_frame_number_set.c | 75 VOID _ux_hcd_ohci_frame_number_set(UX_HCD_OHCI *hcd_ohci, ULONG frame_number) in _ux_hcd_ohci_frame_number_set()
|
| D | ux_hcd_ohci_port_suspend.c | 76 UINT _ux_hcd_ohci_port_suspend(UX_HCD_OHCI *hcd_ohci, ULONG port_index) in _ux_hcd_ohci_port_suspend()
|
| D | ux_hcd_ohci_power_down_port.c | 76 UINT _ux_hcd_ohci_power_down_port(UX_HCD_OHCI *hcd_ohci, ULONG port_index) in _ux_hcd_ohci_power_down_port()
|
| D | ux_hcd_ohci_port_resume.c | 76 UINT _ux_hcd_ohci_port_resume(UX_HCD_OHCI *hcd_ohci, UINT port_index) in _ux_hcd_ohci_port_resume()
|
| D | ux_hcd_ohci_power_on_port.c | 75 UINT _ux_hcd_ohci_power_on_port(UX_HCD_OHCI *hcd_ohci, ULONG port_index) in _ux_hcd_ohci_power_on_port()
|
| D | ux_hcd_ohci_frame_number_get.c | 75 UINT _ux_hcd_ohci_frame_number_get(UX_HCD_OHCI *hcd_ohci, ULONG *frame_number) in _ux_hcd_ohci_frame_number_get()
|
| D | ux_hcd_ohci_register_write.c | 73 VOID _ux_hcd_ohci_register_write(UX_HCD_OHCI *hcd_ohci, ULONG ohci_register, ULONG value) in _ux_hcd_ohci_register_write()
|
| D | ux_hcd_ohci_controller_disable.c | 74 UINT _ux_hcd_ohci_controller_disable(UX_HCD_OHCI *hcd_ohci) in _ux_hcd_ohci_controller_disable()
|
| D | ux_hcd_ohci_endpoint_error_clear.c | 76 UINT _ux_hcd_ohci_endpoint_error_clear(UX_HCD_OHCI *hcd_ohci, UX_ENDPOINT *endpoint) in _ux_hcd_ohci_endpoint_error_clear()
|
| D | ux_hcd_ohci_endpoint_reset.c | 75 UINT _ux_hcd_ohci_endpoint_reset(UX_HCD_OHCI *hcd_ohci, UX_ENDPOINT *endpoint) in _ux_hcd_ohci_endpoint_reset()
|
| D | ux_hcd_ohci_ed_obtain.c | 73 UX_OHCI_ED *_ux_hcd_ohci_ed_obtain(UX_HCD_OHCI *hcd_ohci) in _ux_hcd_ohci_ed_obtain()
|
| D | ux_hcd_ohci_isochronous_td_obtain.c | 73 UX_OHCI_ISO_TD *_ux_hcd_ohci_isochronous_td_obtain(UX_HCD_OHCI *hcd_ohci) in _ux_hcd_ohci_isochronous_td_obtain()
|
| D | ux_hcd_ohci_port_disable.c | 74 UINT _ux_hcd_ohci_port_disable(UX_HCD_OHCI *hcd_ohci, ULONG port_index) in _ux_hcd_ohci_port_disable()
|
| D | ux_hcd_ohci_regular_td_obtain.c | 78 UX_OHCI_TD *_ux_hcd_ohci_regular_td_obtain(UX_HCD_OHCI *hcd_ohci) in _ux_hcd_ohci_regular_td_obtain()
|
| D | ux_hcd_ohci_entry.c | 97 UX_HCD_OHCI *hcd_ohci; in _ux_hcd_ohci_entry() 114 hcd_ohci = (UX_HCD_OHCI *) hcd -> ux_hcd_controller_hardware; in _ux_hcd_ohci_entry()
|
| D | ux_hcd_ohci_request_transfer.c | 78 UINT _ux_hcd_ohci_request_transfer(UX_HCD_OHCI *hcd_ohci, UX_TRANSFER *transfer_request) in _ux_hcd_ohci_request_transfer()
|
| D | ux_hcd_ohci_port_enable.c | 75 UINT _ux_hcd_ohci_port_enable(UX_HCD_OHCI *hcd_ohci, ULONG port_index) in _ux_hcd_ohci_port_enable()
|
| D | ux_hcd_ohci_least_traffic_list_get.c | 72 UX_OHCI_ED *_ux_hcd_ohci_least_traffic_list_get(UX_HCD_OHCI *hcd_ohci) in _ux_hcd_ohci_least_traffic_list_get()
|
| D | ux_hcd_ohci_power_root_hubs.c | 77 VOID _ux_hcd_ohci_power_root_hubs(UX_HCD_OHCI *hcd_ohci) in _ux_hcd_ohci_power_root_hubs()
|
| D | ux_hcd_ohci_port_status_get.c | 98 ULONG _ux_hcd_ohci_port_status_get(UX_HCD_OHCI *hcd_ohci, ULONG port_index) in _ux_hcd_ohci_port_status_get()
|
| D | ux_hcd_ohci_initialize.c | 95 UX_HCD_OHCI *hcd_ohci; in _ux_hcd_ohci_initialize() 111 hcd_ohci = _ux_utility_memory_allocate(UX_NO_ALIGN, UX_REGULAR_MEMORY, sizeof(UX_HCD_OHCI)); in _ux_hcd_ohci_initialize()
|
| D | ux_hcd_ohci_port_reset.c | 77 UINT _ux_hcd_ohci_port_reset(UX_HCD_OHCI *hcd_ohci, ULONG port_index) in _ux_hcd_ohci_port_reset()
|