Home
last modified time | relevance | path

Searched refs:UX_HCD_OHCI (Results 1 – 25 of 37) sorted by relevance

12

/USBX-v6.2.1/common/usbx_host_controllers/inc/
Dux_hcd_ohci.h270 } 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/
Dux_hcd_ohci_register_read.c72 ULONG _ux_hcd_ohci_register_read(UX_HCD_OHCI *hcd_ohci, ULONG ohci_register) in _ux_hcd_ohci_register_read()
Dux_hcd_ohci_interrupt_handler.c92 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()
Dux_hcd_ohci_frame_number_set.c75 VOID _ux_hcd_ohci_frame_number_set(UX_HCD_OHCI *hcd_ohci, ULONG frame_number) in _ux_hcd_ohci_frame_number_set()
Dux_hcd_ohci_port_suspend.c76 UINT _ux_hcd_ohci_port_suspend(UX_HCD_OHCI *hcd_ohci, ULONG port_index) in _ux_hcd_ohci_port_suspend()
Dux_hcd_ohci_power_down_port.c76 UINT _ux_hcd_ohci_power_down_port(UX_HCD_OHCI *hcd_ohci, ULONG port_index) in _ux_hcd_ohci_power_down_port()
Dux_hcd_ohci_port_resume.c76 UINT _ux_hcd_ohci_port_resume(UX_HCD_OHCI *hcd_ohci, UINT port_index) in _ux_hcd_ohci_port_resume()
Dux_hcd_ohci_power_on_port.c75 UINT _ux_hcd_ohci_power_on_port(UX_HCD_OHCI *hcd_ohci, ULONG port_index) in _ux_hcd_ohci_power_on_port()
Dux_hcd_ohci_frame_number_get.c75 UINT _ux_hcd_ohci_frame_number_get(UX_HCD_OHCI *hcd_ohci, ULONG *frame_number) in _ux_hcd_ohci_frame_number_get()
Dux_hcd_ohci_register_write.c73 VOID _ux_hcd_ohci_register_write(UX_HCD_OHCI *hcd_ohci, ULONG ohci_register, ULONG value) in _ux_hcd_ohci_register_write()
Dux_hcd_ohci_controller_disable.c74 UINT _ux_hcd_ohci_controller_disable(UX_HCD_OHCI *hcd_ohci) in _ux_hcd_ohci_controller_disable()
Dux_hcd_ohci_endpoint_error_clear.c76 UINT _ux_hcd_ohci_endpoint_error_clear(UX_HCD_OHCI *hcd_ohci, UX_ENDPOINT *endpoint) in _ux_hcd_ohci_endpoint_error_clear()
Dux_hcd_ohci_endpoint_reset.c75 UINT _ux_hcd_ohci_endpoint_reset(UX_HCD_OHCI *hcd_ohci, UX_ENDPOINT *endpoint) in _ux_hcd_ohci_endpoint_reset()
Dux_hcd_ohci_ed_obtain.c73 UX_OHCI_ED *_ux_hcd_ohci_ed_obtain(UX_HCD_OHCI *hcd_ohci) in _ux_hcd_ohci_ed_obtain()
Dux_hcd_ohci_isochronous_td_obtain.c73 UX_OHCI_ISO_TD *_ux_hcd_ohci_isochronous_td_obtain(UX_HCD_OHCI *hcd_ohci) in _ux_hcd_ohci_isochronous_td_obtain()
Dux_hcd_ohci_port_disable.c74 UINT _ux_hcd_ohci_port_disable(UX_HCD_OHCI *hcd_ohci, ULONG port_index) in _ux_hcd_ohci_port_disable()
Dux_hcd_ohci_regular_td_obtain.c78 UX_OHCI_TD *_ux_hcd_ohci_regular_td_obtain(UX_HCD_OHCI *hcd_ohci) in _ux_hcd_ohci_regular_td_obtain()
Dux_hcd_ohci_entry.c97 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()
Dux_hcd_ohci_request_transfer.c78 UINT _ux_hcd_ohci_request_transfer(UX_HCD_OHCI *hcd_ohci, UX_TRANSFER *transfer_request) in _ux_hcd_ohci_request_transfer()
Dux_hcd_ohci_port_enable.c75 UINT _ux_hcd_ohci_port_enable(UX_HCD_OHCI *hcd_ohci, ULONG port_index) in _ux_hcd_ohci_port_enable()
Dux_hcd_ohci_least_traffic_list_get.c72 UX_OHCI_ED *_ux_hcd_ohci_least_traffic_list_get(UX_HCD_OHCI *hcd_ohci) in _ux_hcd_ohci_least_traffic_list_get()
Dux_hcd_ohci_power_root_hubs.c77 VOID _ux_hcd_ohci_power_root_hubs(UX_HCD_OHCI *hcd_ohci) in _ux_hcd_ohci_power_root_hubs()
Dux_hcd_ohci_port_status_get.c98 ULONG _ux_hcd_ohci_port_status_get(UX_HCD_OHCI *hcd_ohci, ULONG port_index) in _ux_hcd_ohci_port_status_get()
Dux_hcd_ohci_initialize.c95 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()
Dux_hcd_ohci_port_reset.c77 UINT _ux_hcd_ohci_port_reset(UX_HCD_OHCI *hcd_ohci, ULONG port_index) in _ux_hcd_ohci_port_reset()

12