Home
last modified time | relevance | path

Searched defs:command (Results 1 – 25 of 213) sorted by relevance

123456789

/USBX-v6.2.1/test/regression/
Dusbx_ux_host_class_hid_client_register_test.c144 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 …]
Dux_device_class_dummy_printer.c16 static VOID _ux_device_class_printer_initialize(UX_SLAVE_CLASS_COMMAND *command) in _ux_device_class_printer_initialize()
32 static VOID _ux_device_class_printer_uninitialize(UX_SLAVE_CLASS_COMMAND *command) in _ux_device_class_printer_uninitialize()
49 static UINT _ux_device_class_printer_activate(UX_SLAVE_CLASS_COMMAND *command) in _ux_device_class_printer_activate()
98 static VOID _ux_device_class_printer_deactivate(UX_SLAVE_CLASS_COMMAND *command) in _ux_device_class_printer_deactivate()
113 static VOID _ux_device_class_printer_change(UX_SLAVE_CLASS_COMMAND *command) in _ux_device_class_printer_change()
146 static UINT _ux_device_class_printer_control_request(UX_SLAVE_CLASS_COMMAND *command) in _ux_device_class_printer_control_request()
225 UINT _ux_device_class_printer_entry(UX_SLAVE_CLASS_COMMAND *command) in _ux_device_class_printer_entry()
Dux_device_class_dummy.c8 static UINT _ux_device_class_dummy_initialize(UX_SLAVE_CLASS_COMMAND *command) in _ux_device_class_dummy_initialize()
44 static UINT _ux_device_class_dummy_uninitialize(UX_SLAVE_CLASS_COMMAND *command) in _ux_device_class_dummy_uninitialize()
65 static UINT _ux_device_class_dummy_query(UX_SLAVE_CLASS_COMMAND *command) in _ux_device_class_dummy_query()
74 static UINT _ux_device_class_dummy_activate(UX_SLAVE_CLASS_COMMAND *command) in _ux_device_class_dummy_activate()
103 static UINT _ux_device_class_dummy_change(UX_SLAVE_CLASS_COMMAND *command) in _ux_device_class_dummy_change()
129 static UINT _ux_device_class_dummy_deactivate(UX_SLAVE_CLASS_COMMAND *command) in _ux_device_class_dummy_deactivate()
148 static UINT _ux_device_class_dummy_request(UX_SLAVE_CLASS_COMMAND *command) in _ux_device_class_dummy_request()
181 UINT _ux_device_class_dummy_entry(UX_SLAVE_CLASS_COMMAND *command) in _ux_device_class_dummy_entry()
Dux_device_class_dummy_hub.c40 static VOID _ux_device_class_hub_initialize(UX_SLAVE_CLASS_COMMAND *command) in _ux_device_class_hub_initialize()
66 static VOID _ux_device_class_hub_uninitialize(UX_SLAVE_CLASS_COMMAND *command) in _ux_device_class_hub_uninitialize()
107 static UINT _ux_device_class_hub_activate(UX_SLAVE_CLASS_COMMAND *command) in _ux_device_class_hub_activate()
168 static VOID _ux_device_class_hub_deactivate(UX_SLAVE_CLASS_COMMAND *command) in _ux_device_class_hub_deactivate()
187 static VOID _ux_device_class_hub_change(UX_SLAVE_CLASS_COMMAND *command) in _ux_device_class_hub_change()
192 static VOID _ux_device_class_hub_control_request(UX_SLAVE_CLASS_COMMAND *command) in _ux_device_class_hub_control_request()
348 UINT _ux_device_class_hub_entry(UX_SLAVE_CLASS_COMMAND *command) in _ux_device_class_hub_entry()
Dusbx_ux_host_device_initialize_tests.c36 static UINT test_ux_host_class_dummy0_entry(UX_HOST_CLASS_COMMAND *command){return UX_NO_CLASS_MATC… in test_ux_host_class_dummy0_entry()
37 static UINT test_ux_host_class_dummy1_entry(UX_HOST_CLASS_COMMAND *command){return UX_NO_CLASS_MATC… in test_ux_host_class_dummy1_entry()
38 static UINT test_ux_host_class_dummy2_entry(UX_HOST_CLASS_COMMAND *command){return UX_NO_CLASS_MATC… in test_ux_host_class_dummy2_entry()
39 static UINT test_ux_host_class_dummy3_entry(UX_HOST_CLASS_COMMAND *command){return UX_NO_CLASS_MATC… in test_ux_host_class_dummy3_entry()
40 static UINT test_ux_host_class_dummy4_entry(UX_HOST_CLASS_COMMAND *command){return UX_NO_CLASS_MATC… in test_ux_host_class_dummy4_entry()
41 static UINT test_ux_host_class_dummy5_entry(UX_HOST_CLASS_COMMAND *command){return UX_NO_CLASS_MATC… in test_ux_host_class_dummy5_entry()
42 static UINT test_ux_host_class_dummy6_entry(UX_HOST_CLASS_COMMAND *command){return UX_NO_CLASS_MATC… in test_ux_host_class_dummy6_entry()
43 static UINT test_ux_host_class_dummy7_entry(UX_HOST_CLASS_COMMAND *command){return UX_NO_CLASS_MATC… in test_ux_host_class_dummy7_entry()
44 static UINT test_ux_host_class_dummy8_entry(UX_HOST_CLASS_COMMAND *command){return UX_NO_CLASS_MATC… in test_ux_host_class_dummy8_entry()
518 static UINT test_ux_device_class_entry(UX_SLAVE_CLASS_COMMAND *command) in test_ux_device_class_entry()
Dux_host_class_dummy.c29 UINT _ux_host_class_dummy_command_query_list_check(UX_HOST_CLASS_COMMAND *command) in _ux_host_class_dummy_command_query_list_check()
103 UINT _ux_host_class_dummy_entry(UX_HOST_CLASS_COMMAND *command) in _ux_host_class_dummy_entry()
150 UINT _ux_host_class_dummy_activate(UX_HOST_CLASS_COMMAND *command) in _ux_host_class_dummy_activate()
190 UINT _ux_host_class_dummy_deactivate(UX_HOST_CLASS_COMMAND *command) in _ux_host_class_dummy_deactivate()
224 UINT _ux_host_class_dummy_device_entry(UX_HOST_CLASS_COMMAND *command) in _ux_host_class_dummy_device_entry()
281 UINT _ux_host_class_dummy_device_activate(UX_HOST_CLASS_COMMAND *command) in _ux_host_class_dummy_device_activate()
312 UINT _ux_host_class_dummy_device_deactivate(UX_HOST_CLASS_COMMAND *command) in _ux_host_class_dummy_device_deactivate()
/USBX-v6.2.1/common/usbx_device_classes/src/
Dux_device_class_pima_initialize.c89 UINT _ux_device_class_pima_initialize(UX_SLAVE_CLASS_COMMAND *command) in _ux_device_class_pima_initialize()
297 UINT _uxe_device_class_pima_initialize(UX_SLAVE_CLASS_COMMAND *command) in _uxe_device_class_pima_initialize()
Dux_device_class_printer_initialize.c80 UINT _ux_device_class_printer_initialize(UX_SLAVE_CLASS_COMMAND *command) in _ux_device_class_printer_initialize()
211 UINT _uxe_device_class_printer_initialize(UX_SLAVE_CLASS_COMMAND *command) in _uxe_device_class_printer_initialize()
Dux_device_class_hid_initialize.c98 UINT _ux_device_class_hid_initialize(UX_SLAVE_CLASS_COMMAND *command) in _ux_device_class_hid_initialize()
416 UINT _uxe_device_class_hid_initialize(UX_SLAVE_CLASS_COMMAND *command) in _uxe_device_class_hid_initialize()
Dux_device_class_dfu_initialize.c91 UINT _ux_device_class_dfu_initialize(UX_SLAVE_CLASS_COMMAND *command) in _ux_device_class_dfu_initialize()
296 UINT _uxe_device_class_dfu_initialize(UX_SLAVE_CLASS_COMMAND *command) in _uxe_device_class_dfu_initialize()
Dux_device_class_audio_initialize.c96 UINT _ux_device_class_audio_initialize(UX_SLAVE_CLASS_COMMAND *command) in _ux_device_class_audio_initialize()
533 UINT _uxe_device_class_audio_initialize(UX_SLAVE_CLASS_COMMAND *command) in _uxe_device_class_audio_initialize()
Dux_device_class_video_initialize.c79 UINT _ux_device_class_video_initialize(UX_SLAVE_CLASS_COMMAND *command) in _ux_device_class_video_initialize()
304 UINT _uxe_device_class_video_initialize(UX_SLAVE_CLASS_COMMAND *command) in _uxe_device_class_video_initialize()
Dux_device_class_storage_initialize.c90 UINT _ux_device_class_storage_initialize(UX_SLAVE_CLASS_COMMAND *command) in _ux_device_class_storage_initialize()
283 UINT _uxe_device_class_storage_initialize(UX_SLAVE_CLASS_COMMAND *command) in _uxe_device_class_storage_initialize()
Dux_device_class_rndis_activate.c88 UINT _ux_device_class_rndis_activate(UX_SLAVE_CLASS_COMMAND *command) in _ux_device_class_rndis_activate()
Dux_device_class_cdc_ecm_activate.c91 UINT _ux_device_class_cdc_ecm_activate(UX_SLAVE_CLASS_COMMAND *command) in _ux_device_class_cdc_ecm_activate()
Dux_device_class_cdc_ecm_initialize.c97 UINT _ux_device_class_cdc_ecm_initialize(UX_SLAVE_CLASS_COMMAND *command) in _ux_device_class_cdc_ecm_initialize()
/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_asix_entry.c87 UINT _ux_host_class_asix_entry(UX_HOST_CLASS_COMMAND *command) in _ux_host_class_asix_entry()
147 static inline UINT _ux_host_class_asix_try_all_vid_pids(UX_HOST_CLASS_COMMAND *command) in _ux_host_class_asix_try_all_vid_pids()
Dux_host_class_hid_mouse_entry.c89 UINT _ux_host_class_hid_mouse_entry(UX_HOST_CLASS_HID_CLIENT_COMMAND *command) in _ux_host_class_hid_mouse_entry()
142 static inline UINT _ux_host_class_hid_mouse_activate_wait(UX_HOST_CLASS_HID_CLIENT_COMMAND *command) in _ux_host_class_hid_mouse_activate_wait()
Dux_host_class_prolific_command.c88 UINT _ux_host_class_prolific_command(UX_HOST_CLASS_PROLIFIC *prolific, ULONG command, in _ux_host_class_prolific_command()
169 UINT _uxe_host_class_prolific_command(UX_HOST_CLASS_PROLIFIC *prolific, ULONG command, in _uxe_host_class_prolific_command()
Dux_host_class_hid_keyboard_entry.c94 UINT _ux_host_class_hid_keyboard_entry(UX_HOST_CLASS_HID_CLIENT_COMMAND *command) in _ux_host_class_hid_keyboard_entry()
148 …ic inline UINT _ux_host_class_hid_keyboard_activate_wait(UX_HOST_CLASS_HID_CLIENT_COMMAND *command) in _ux_host_class_hid_keyboard_activate_wait()
Dux_host_class_printer_entry.c97 UINT _ux_host_class_printer_entry(UX_HOST_CLASS_COMMAND *command) in _ux_host_class_printer_entry()
148 static inline UINT _ux_host_class_printer_activate_wait(UX_HOST_CLASS_COMMAND *command) in _ux_host_class_printer_activate_wait()
Dux_host_class_cdc_acm_command.c88 UINT _ux_host_class_cdc_acm_command(UX_HOST_CLASS_CDC_ACM *cdc_acm, ULONG command, in _ux_host_class_cdc_acm_command()
258 UINT _uxe_host_class_cdc_acm_command(UX_HOST_CLASS_CDC_ACM *cdc_acm, ULONG command, in _uxe_host_class_cdc_acm_command()
Dux_host_class_gser_command.c88 UINT _ux_host_class_gser_command(UX_HOST_CLASS_GSER *gser, ULONG interface_index, ULONG command, in _ux_host_class_gser_command()
213 UINT _uxe_host_class_gser_command(UX_HOST_CLASS_GSER *gser, ULONG interface_index, ULONG command, in _uxe_host_class_gser_command()
Dux_host_class_asix_activate.c98 UINT _ux_host_class_asix_activate(UX_HOST_CLASS_COMMAND *command) in _ux_host_class_asix_activate()
Dux_host_class_cdc_ecm_entry.c78 UINT _ux_host_class_cdc_ecm_entry(UX_HOST_CLASS_COMMAND *command) in _ux_host_class_cdc_ecm_entry()

123456789