| /USBX-v6.2.1/common/core/inc/ |
| D | ux_host_stack.h | 126 UINT _ux_host_stack_bandwidth_check(UX_HCD *hcd, UX_ENDPOINT *endpoint); 134 UINT _ux_host_stack_class_device_scan(UX_DEVICE *device); 135 UINT _ux_host_stack_class_get(UCHAR *class_name, UX_HOST_CLASS **ux_class); 136 UINT _ux_host_stack_class_instance_destroy(UX_HOST_CLASS *class, VOID *class_instance); 137 UINT _ux_host_stack_class_instance_create(UX_HOST_CLASS *class, VOID *class_instance); 138 UINT _ux_host_stack_class_instance_get(UX_HOST_CLASS *class, UINT class_index, VOID **class_inst… 139 UINT _ux_host_stack_class_instance_verify(UCHAR *class_name, VOID *class_instance); 140 UINT _ux_host_stack_class_interface_scan(UX_DEVICE *device); 141 UINT _ux_host_stack_class_register(UCHAR *class_name, 142 UINT (*class_entry_function)(struct UX_HOST_CLASS_COMMAND_STRUCT *)); [all …]
|
| D | ux_device_stack.h | 77 UINT _ux_device_stack_alternate_setting_get(ULONG interface_value); 78 UINT _ux_device_stack_alternate_setting_set(ULONG interface_value, ULONG alternate_setting_value… 79 UINT _ux_device_stack_class_register(UCHAR *class_name, 80 UINT (*class_entry_function)(struct UX_SLAVE_CLASS_COMMAND_STRUCT *), 84 UINT _ux_device_stack_clear_feature(ULONG request_type, ULONG request_value, ULONG request_index… 85 UINT _ux_device_stack_configuration_get(VOID); 86 UINT _ux_device_stack_configuration_set(ULONG configuration_value); 87 UINT _ux_device_stack_control_request_process(UX_SLAVE_TRANSFER *transfer_request); 88 UINT _ux_device_stack_descriptor_send(ULONG descriptor_type, ULONG request_index, ULONG host_len… 89 UINT _ux_device_stack_disconnect(VOID); [all …]
|
| D | ux_hcd_sim_host.h | 117 UINT ux_hcd_sim_host_nb_root_hubs; 133 UINT ux_hcd_sim_host_queue_empty; 134 UINT ux_hcd_sim_host_periodic_scheduler_active; 135 UINT ux_hcd_sim_host_interruptible; 229 UINT _ux_hcd_sim_host_asynchronous_endpoint_create(UX_HCD_SIM_HOST *hcd_sim_host, UX_ENDPOINT *e… 230 UINT _ux_hcd_sim_host_asynchronous_endpoint_destroy(UX_HCD_SIM_HOST *hcd_sim_host, UX_ENDPOINT *… 234 UINT _ux_hcd_sim_host_endpoint_reset(UX_HCD_SIM_HOST *hcd_sim_host, UX_ENDPOINT *endpoint); 235 UINT _ux_hcd_sim_host_entry(UX_HCD *hcd, UINT function, VOID *parameter); 236 UINT _ux_hcd_sim_host_frame_number_get(UX_HCD_SIM_HOST *hcd_sim_host, ULONG *frame_number); 238 UINT _ux_hcd_sim_host_initialize(UX_HCD *hcd); [all …]
|
| D | ux_dcd_sim_slave.h | 140 …UINT (*ux_dcd_sim_slave_dcd_control_request_process_hub)(UX_SLAVE_TRANSFER *transfer_re… 147 UINT _ux_dcd_sim_slave_address_set(UX_DCD_SIM_SLAVE *dcd_sim_slave, ULONG address); 148 UINT _ux_dcd_sim_slave_endpoint_create(UX_DCD_SIM_SLAVE *dcd_sim_slave, UX_SLAVE_ENDPOINT *endpo… 149 UINT _ux_dcd_sim_slave_endpoint_destroy(UX_DCD_SIM_SLAVE *dcd_sim_slave, UX_SLAVE_ENDPOINT *endp… 150 UINT _ux_dcd_sim_slave_endpoint_reset(UX_DCD_SIM_SLAVE *dcd_sim_slave, UX_SLAVE_ENDPOINT *endpoi… 151 UINT _ux_dcd_sim_slave_endpoint_stall(UX_DCD_SIM_SLAVE *dcd_sim_slave, UX_SLAVE_ENDPOINT *endpoi… 152 UINT _ux_dcd_sim_slave_endpoint_status(UX_DCD_SIM_SLAVE *dcd_sim_slave, ULONG endpoint_index); 153 UINT _ux_dcd_sim_slave_frame_number_get(UX_DCD_SIM_SLAVE *dcd_sim_slave, ULONG *frame_number); 154 UINT _ux_dcd_sim_slave_function(UX_SLAVE_DCD *dcd, UINT function, VOID *parameter); 155 UINT _ux_dcd_sim_slave_initialize(VOID); [all …]
|
| D | ux_device_class_dpump.h | 116 UINT ux_device_class_dpump_write_state; 117 UINT ux_device_class_dpump_write_status; 122 UINT ux_device_class_dpump_read_state; 123 UINT ux_device_class_dpump_read_status; 138 UINT _ux_device_class_dpump_initialize(UX_SLAVE_CLASS_COMMAND *command); 139 UINT _ux_device_class_dpump_activate(UX_SLAVE_CLASS_COMMAND *command); 140 UINT _ux_device_class_dpump_deactivate(UX_SLAVE_CLASS_COMMAND *command); 141 UINT _ux_device_class_dpump_entry(UX_SLAVE_CLASS_COMMAND *command); 142 UINT _ux_device_class_dpump_read(UX_SLAVE_CLASS_DPUMP *dpump, UCHAR *buffer, 144 UINT _ux_device_class_dpump_read_run(UX_SLAVE_CLASS_DPUMP *dpump, UCHAR *buffer, [all …]
|
| /USBX-v6.2.1/common/usbx_host_classes/inc/ |
| D | ux_host_class_hub.h | 217 UINT ux_host_class_hub_instance_status; 218 UINT ux_host_class_hub_state; 219 UINT ux_host_class_hub_change_semaphore; 222 UINT ux_host_class_hub_port_state; 223 UINT ux_host_class_hub_port_power; 226 UINT ux_host_class_hub_run_status; 246 UINT _ux_host_class_hub_activate(UX_HOST_CLASS_COMMAND *command); 248 UINT _ux_host_class_hub_change_process(UX_HOST_CLASS_HUB *hub); 249 UINT _ux_host_class_hub_configure(UX_HOST_CLASS_HUB *hub); 250 UINT _ux_host_class_hub_deactivate(UX_HOST_CLASS_COMMAND *command); [all …]
|
| D | ux_host_class_printer.h | 127 UINT ux_host_class_printer_state; 134 UINT ux_host_class_printer_status; 152 UINT _ux_host_class_printer_activate(UX_HOST_CLASS_COMMAND *command); 153 UINT _ux_host_class_printer_configure(UX_HOST_CLASS_PRINTER *printer); 154 UINT _ux_host_class_printer_deactivate(UX_HOST_CLASS_COMMAND *command); 155 UINT _ux_host_class_printer_endpoints_get(UX_HOST_CLASS_PRINTER *printer); 156 UINT _ux_host_class_printer_entry(UX_HOST_CLASS_COMMAND *command); 157 UINT _ux_host_class_printer_name_get(UX_HOST_CLASS_PRINTER *printer); 158 UINT _ux_host_class_printer_device_id_get(UX_HOST_CLASS_PRINTER *printer, UCHAR *descriptor_buff… 159 UINT _ux_host_class_printer_read (UX_HOST_CLASS_PRINTER *printer, UCHAR *data_pointer, [all …]
|
| D | ux_host_class_audio.h | 426 UINT ux_host_class_audio_interrupt_started; 428 UINT ux_host_class_audio_as_count; 467 UINT ux_host_class_audio_state; 475 UINT ux_host_class_audio_channels; 513 UINT ux_host_class_audio_transfer_request_completion_code; 578 UINT _ux_host_class_audio_activate(UX_HOST_CLASS_COMMAND *command); 579 UINT _ux_host_class_audio_alternate_setting_locate(UX_HOST_CLASS_AUDIO *audio, UX_HOST_CLASS_AUD… 580 UINT _ux_host_class_audio_configure(UX_HOST_CLASS_AUDIO *audio); 581 UINT _ux_host_class_audio_control_get(UX_HOST_CLASS_AUDIO *audio, UX_HOST_CLASS_AUDIO_CONTROL *a… 582 UINT _ux_host_class_audio_control_value_get(UX_HOST_CLASS_AUDIO *audio, UX_HOST_CLASS_AUDIO_CONT… [all …]
|
| D | ux_host_class_swar.h | 113 UINT ux_host_class_swar_state; 133 UINT status, 141 UINT _ux_host_class_swar_activate(UX_HOST_CLASS_COMMAND *command); 142 UINT _ux_host_class_swar_configure(UX_HOST_CLASS_SWAR *swar); 143 UINT _ux_host_class_swar_deactivate(UX_HOST_CLASS_COMMAND *command); 144 UINT _ux_host_class_swar_endpoints_get(UX_HOST_CLASS_SWAR *swar); 145 UINT _ux_host_class_swar_entry(UX_HOST_CLASS_COMMAND *command); 146 UINT _ux_host_class_swar_read (UX_HOST_CLASS_SWAR *swar, UCHAR *data_pointer, 148 UINT _ux_host_class_swar_write(UX_HOST_CLASS_SWAR *swar, UCHAR *data_pointer, 150 UINT _ux_host_class_swar_ioctl(UX_HOST_CLASS_SWAR *swar, ULONG ioctl_function, [all …]
|
| D | ux_host_class_storage.h | 480 UINT ux_host_class_storage_state; 481 UINT ux_host_class_storage_media_type; 482 UINT ux_host_class_storage_lun_removable_media_flags[UX_MAX_HOST_LUN]; 483 UINT ux_host_class_storage_write_protected_media; 484 UINT ux_host_class_storage_max_lun; 485 UINT ux_host_class_storage_lun; 486 UINT ux_host_class_storage_lun_types[UX_MAX_HOST_LUN]; 495 …UINT (*ux_host_class_storage_transport) (struct UX_HOST_CLASS_STORAGE_STRUCT *storage, … 499 UINT ux_host_class_storage_status; 621 UINT _ux_host_class_storage_activate(UX_HOST_CLASS_COMMAND *command); [all …]
|
| D | ux_host_class_hid_mouse.h | 111 UINT ux_host_class_hid_mouse_enum_state; 112 UINT ux_host_class_hid_mouse_status; 125 UINT _ux_host_class_hid_mouse_activate(UX_HOST_CLASS_HID_CLIENT_COMMAND *command); 127 UINT _ux_host_class_hid_mouse_deactivate(UX_HOST_CLASS_HID_CLIENT_COMMAND *command); 128 UINT _ux_host_class_hid_mouse_entry(UX_HOST_CLASS_HID_CLIENT_COMMAND *command); 129 UINT _ux_host_class_hid_mouse_buttons_get(UX_HOST_CLASS_HID_MOUSE *mouse_instance, 131 UINT _ux_host_class_hid_mouse_position_get(UX_HOST_CLASS_HID_MOUSE *mouse_instance, 134 UINT _ux_host_class_hid_mouse_wheel_get(UX_HOST_CLASS_HID_MOUSE *mouse_instance, 137 UINT _uxe_host_class_hid_mouse_buttons_get(UX_HOST_CLASS_HID_MOUSE *mouse_instance, 139 UINT _uxe_host_class_hid_mouse_position_get(UX_HOST_CLASS_HID_MOUSE *mouse_instance, [all …]
|
| D | ux_host_class_cdc_acm.h | 233 UINT ux_host_class_cdc_acm_instance_status; 234 UINT ux_host_class_cdc_acm_state; 246 UINT ux_host_class_cdc_acm_status; 256 UINT status, ULONG length); 277 UINT ux_host_class_cdc_dlc_instance_status; 278 UINT ux_host_class_cdc_dlc_state; 293 UINT status, ULONG length); 313 UINT status, 352 UINT _ux_host_class_cdc_acm_activate(UX_HOST_CLASS_COMMAND *command); 353 UINT _ux_host_class_cdc_acm_configure(UX_HOST_CLASS_CDC_ACM *cdc_acm); [all …]
|
| D | ux_host_class_video.h | 527 UINT ux_host_class_video_state; 566 UINT ux_host_class_video_transfer_request_completion_code; 652 UINT _ux_host_class_video_activate(UX_HOST_CLASS_COMMAND *command); 653 UINT _ux_host_class_video_configure(UX_HOST_CLASS_VIDEO *video); 654 UINT _ux_host_class_video_control_get(UX_HOST_CLASS_VIDEO *video, UX_HOST_CLASS_VIDEO_CONTROL *v… 655 UINT _ux_host_class_video_control_value_get(UX_HOST_CLASS_VIDEO *video, UX_HOST_CLASS_VIDEO_CONT… 656 UINT _ux_host_class_video_control_value_set(UX_HOST_CLASS_VIDEO *video, UX_HOST_CLASS_VIDEO_CONT… 657 UINT _ux_host_class_video_deactivate(UX_HOST_CLASS_COMMAND *command); 658 UINT _ux_host_class_video_descriptor_get(UX_HOST_CLASS_VIDEO *video); 659 UINT _ux_host_class_video_endpoints_get(UX_HOST_CLASS_VIDEO *video); [all …]
|
| /USBX-v6.2.1/test/regression/ |
| D | usbx_uxe_device_ccid_test.c | 38 void test_control_return(UINT status); 41 static UINT ux_test_ccid_icc_power_on(ULONG slot, UX_DEVICE_CLASS_CCID_MESSAGES*io_msg); 42 static UINT ux_test_ccid_icc_power_off(ULONG slot, UX_DEVICE_CLASS_CCID_MESSAGES*io_msg); 43 static UINT ux_test_ccid_get_slot_status(ULONG slot, UX_DEVICE_CLASS_CCID_MESSAGES*io_msg); 44 static UINT ux_test_ccid_xfr_block(ULONG slot, UX_DEVICE_CLASS_CCID_MESSAGES*io_msg); 45 static UINT ux_test_ccid_get_parameters(ULONG slot, UX_DEVICE_CLASS_CCID_MESSAGES*io_msg); 46 static UINT ux_test_ccid_reset_parameters(ULONG slot, UX_DEVICE_CLASS_CCID_MESSAGES*io_msg); 47 static UINT ux_test_ccid_set_parameters(ULONG slot, UX_DEVICE_CLASS_CCID_MESSAGES*io_msg); 48 static UINT ux_test_ccid_escape(ULONG slot, UX_DEVICE_CLASS_CCID_MESSAGES*io_msg); 49 static UINT ux_test_ccid_icc_clock(ULONG slot, UX_DEVICE_CLASS_CCID_MESSAGES*io_msg); [all …]
|
| D | ux_host_class_dummy.h | 17 UINT ux_host_class_dummy_state; 23 UINT (*ux_host_class_query_entry)(UX_HOST_CLASS_COMMAND *); /* 0x0 for any. */ 24 UINT ux_host_class_query_usage; /* 0x0 for any. */ 25 UINT ux_host_class_query_pid; /* 0x0 for any. */ 26 UINT ux_host_class_query_vid; /* 0x0 for any. */ 27 UINT ux_host_class_query_class; /* 0x0 for any. */ 28 UINT ux_host_class_query_subclass; /* 0x0 for any. */ 29 UINT ux_host_class_query_protocol; /* 0x0 for any. */ 30 UINT ux_host_class_query_iad_class; /* 0x0 for any. */ 31 UINT ux_host_class_query_iad_subclass; /* 0x0 for any. */ [all …]
|
| D | usbx_ux_host_class_hid_client_register_test.c | 144 static UINT dummy_hid_client_handler0 (struct UX_HOST_CLASS_HID_CLIENT_COMMAND_STRUCT *command) {re… in dummy_hid_client_handler0() 145 static UINT dummy_hid_client_handler1 (struct UX_HOST_CLASS_HID_CLIENT_COMMAND_STRUCT *command) {re… in dummy_hid_client_handler1() 146 static UINT dummy_hid_client_handler2 (struct UX_HOST_CLASS_HID_CLIENT_COMMAND_STRUCT *command) {re… in dummy_hid_client_handler2() 147 static UINT dummy_hid_client_handler3 (struct UX_HOST_CLASS_HID_CLIENT_COMMAND_STRUCT *command) {re… in dummy_hid_client_handler3() 148 static UINT dummy_hid_client_handler4 (struct UX_HOST_CLASS_HID_CLIENT_COMMAND_STRUCT *command) {re… in dummy_hid_client_handler4() 149 static UINT dummy_hid_client_handler5 (struct UX_HOST_CLASS_HID_CLIENT_COMMAND_STRUCT *command) {re… in dummy_hid_client_handler5() 150 static UINT dummy_hid_client_handler6 (struct UX_HOST_CLASS_HID_CLIENT_COMMAND_STRUCT *command) {re… in dummy_hid_client_handler6() 151 static UINT dummy_hid_client_handler7 (struct UX_HOST_CLASS_HID_CLIENT_COMMAND_STRUCT *command) {re… in dummy_hid_client_handler7() 152 static UINT dummy_hid_client_handler8 (struct UX_HOST_CLASS_HID_CLIENT_COMMAND_STRUCT *command) {re… in dummy_hid_client_handler8() 153 static UINT dummy_hid_client_handler9 (struct UX_HOST_CLASS_HID_CLIENT_COMMAND_STRUCT *command) {re… in dummy_hid_client_handler9() [all …]
|
| D | ux_test.h | 56 UINT __status__ = (expression); \ 65 UINT __status__ = (expression); \ 77 UINT system_level; 78 UINT system_context; 79 UINT error_code; 88 UINT do_return; 137 UINT class_name_length; 146 UINT type; 147 UINT value; 148 UINT index; [all …]
|
| D | usbx_test_common.h | 4 static UINT calculate_final_memory_request_size(UINT count, ...) in calculate_final_memory_request_size() 7 UINT original_memory_size_requested; in calculate_final_memory_request_size() 8 UINT memory_size_requested; in calculate_final_memory_request_size() 9 UINT total_final_memory_size = 0; in calculate_final_memory_request_size() 17 original_memory_size_requested = va_arg(args, UINT); in calculate_final_memory_request_size() 19 … memory_size_requested = (original_memory_size_requested + UX_ALIGN_MIN) & (UINT)~UX_ALIGN_MIN; in calculate_final_memory_request_size()
|
| /USBX-v6.2.1/common/usbx_device_classes/inc/ |
| D | ux_device_class_audio.h | 357 …UINT (*ux_device_class_audio_control_process)(struct UX_DEVICE_CLASS_AUDIO_STRUCT *, UX_SLA… 376 …UINT (*ux_device_class_audio_stream_parameter_task_function… 384 …UINT (*ux_device_class_audio_stream_parameter_feedback_task… 437 …UINT (*ux_device_class_audio_stream_feedback_task_function)(stru… 438 UINT ux_device_class_audio_stream_feedback_task_state; 439 UINT ux_device_class_audio_stream_feedback_task_status; 449 …UINT (*ux_device_class_audio_stream_task_function)(struct UX_DEV… 450 UINT ux_device_class_audio_stream_task_state; 451 UINT ux_device_class_audio_stream_task_status; 493 UINT ux_device_class_audio_interrupt_task_state; [all …]
|
| D | ux_device_class_printer.h | 182 UINT ux_device_class_printer_read_status; 183 UINT ux_device_class_printer_read_state; 190 UINT ux_device_class_printer_write_status; 191 UINT ux_device_class_printer_write_state; 206 UINT _ux_device_class_printer_activate(UX_SLAVE_CLASS_COMMAND *command); 207 UINT _ux_device_class_printer_control_request(UX_SLAVE_CLASS_COMMAND *command); 208 UINT _ux_device_class_printer_deactivate(UX_SLAVE_CLASS_COMMAND *command); 209 UINT _ux_device_class_printer_entry(UX_SLAVE_CLASS_COMMAND *command); 210 UINT _ux_device_class_printer_initialize(UX_SLAVE_CLASS_COMMAND *command); 211 UINT _ux_device_class_printer_uninitialize(UX_SLAVE_CLASS_COMMAND *command); [all …]
|
| D | ux_device_class_hid.h | 249 UINT ux_device_class_hid_state; 250 …UINT (*ux_device_class_hid_callback)(struct UX_SLAVE_CLASS_HID_STRUCT *… 251 …UINT (*ux_device_class_hid_get_callback)(struct UX_SLAVE_CLASS_HID_STRU… 260 UINT ux_device_class_hid_event_state; 288 UINT ux_device_class_hid_read_state; 289 UINT ux_device_class_hid_read_status; 343 …UINT (*ux_device_class_hid_receiver_tasks_run)(struct UX_SLAVE_CLASS_HID_STRUCT… 366 …UINT (*ux_device_class_hid_parameter_callback)(struct UX_SLAVE_CLASS_HID_STRUCT… 367 …UINT (*ux_device_class_hid_parameter_get_callback)(struct UX_SLAVE_CLASS_HID_ST… 373 …UINT (*ux_device_class_hid_parameter_receiver_initialize)(UX_SLAVE_CLASS_HID *h… [all …]
|
| D | ux_device_class_cdc_acm.h | 234 UINT ux_device_class_cdc_acm_read_state; 235 UINT ux_device_class_cdc_acm_read_status; 244 UINT ux_device_class_cdc_acm_write_status; 245 UINT ux_device_class_cdc_acm_write_state; 264 …UINT (*ux_device_class_cdc_acm_write_callback)(struct UX_SLAVE_CLAS… 265 …UINT (*ux_device_class_cdc_acm_read_callback)(struct UX_SLAVE_CLASS… 310 …UINT (*ux_device_class_cdc_acm_parameter_write_callback)(struct UX_… 311 …UINT (*ux_device_class_cdc_acm_parameter_read_callback)(struct UX_S… 360 UINT _ux_device_class_cdc_acm_activate(UX_SLAVE_CLASS_COMMAND *command); 361 UINT _ux_device_class_cdc_acm_control_request(UX_SLAVE_CLASS_COMMAND *command); [all …]
|
| /USBX-v6.2.1/common/usbx_host_classes/src/ |
| D | ux_host_class_audio_control_request.c | 87 UINT _ux_host_class_audio_control_request(UX_HOST_CLASS_AUDIO *audio, in _ux_host_class_audio_control_request() 88 UINT streaming_control, in _ux_host_class_audio_control_request() 89 UINT request_type, UINT request, in _ux_host_class_audio_control_request() 90 UINT request_value, in _ux_host_class_audio_control_request() 91 UINT spec_id, in _ux_host_class_audio_control_request() 98 UINT status; in _ux_host_class_audio_control_request() 222 UINT _uxe_host_class_audio_control_request(UX_HOST_CLASS_AUDIO *audio, in _uxe_host_class_audio_control_request() 223 UINT streaming_control, in _uxe_host_class_audio_control_request() 224 UINT request_type, UINT request, in _uxe_host_class_audio_control_request() 225 UINT request_value, in _uxe_host_class_audio_control_request() [all …]
|
| /USBX-v6.2.1/common/usbx_pictbridge/inc/ |
| D | ux_pictbridge.h | 587 …UINT (*ux_pictbridge_jobinfo_object_data_read)(… 588 …UINT (*ux_pictbridge_jobinfo_object_info_get) (… 669 …UINT (*ux_pictbridge_application_object_data_wr… 672 …UINT (*ux_pictbridge_dps_event_callback_functio… 685 …UINT (*ux_pictbridge_xml_item_function)(UX_PICT… 692 UINT _ux_pictbridge_xml_function_root_xml(UX_PICTBRIDGE *pictbridge, UCHAR *input_variable, UCHAR … 693 UINT _ux_pictbridge_xml_function_root_dps(UX_PICTBRIDGE *pictbridge, UCHAR *input_variable, UCHAR … 694 UINT _ux_pictbridge_xml_function_root_input(UX_PICTBRIDGE *pictbridge, UCHAR *input_variable, UCHA… 695 UINT _ux_pictbridge_xml_function_root_output(UX_PICTBRIDGE *pictbridge, UCHAR *input_variable, UCH… 696 UINT _ux_pictbridge_xml_function_null(UX_PICTBRIDGE *pictbridge, UCHAR *input_variable, UCHAR *inp… [all …]
|
| /USBX-v6.2.1/common/usbx_host_controllers/inc/ |
| D | ux_hcd_ohci.h | 259 UINT ux_hcd_ohci_nb_root_hubs; 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); 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); 386 UINT _ux_hcd_ohci_entry(UX_HCD *hcd, UINT function, VOID *parameter); 387 UINT _ux_hcd_ohci_frame_number_get(UX_HCD_OHCI *hcd_ohci, ULONG *frame_number); 389 UINT _ux_hcd_ohci_initialize(UX_HCD *hcd); 390 UINT _ux_hcd_ohci_interrupt_endpoint_create(UX_HCD_OHCI *hcd_ohci, UX_ENDPOINT *endpoint); [all …]
|