/USBX-v6.2.1/test/regression/ |
D | usbx_class_device_enumeration_test.c | 39 #define _DEVICE_DESCRIPTOR(cls, sub, protocol, pktsize, vid, pid, n_cfg) \ argument 41 (cls), (sub), (protocol), (pktsize), \ 45 #define _QUALIFIER_DESCRIPTOR(cls, sub, protocol, n_cfg) \ argument 47 (cls), (sub), (protocol), 0x40, (n_cfg), 0x00, 53 #define _INTERFACE_DESCRIPTOR(ifc_n, alt, n_ep, cls, sub, protocol) \ argument 54 0x09, 0x04, (ifc_n), (alt), (n_ep), (cls), (sub), (protocol), 0x00, 307 UX_HOST_CLASS *cls; in tx_demo_thread_host_simulation_entry() local 311 status = ux_host_stack_class_get(_ux_host_class_dummy_name, &cls); in tx_demo_thread_host_simulation_entry() 321 status = ux_host_stack_class_instance_get(cls, 0, (VOID **) &dummy); in tx_demo_thread_host_simulation_entry()
|
D | usbx_class_interface_enumeration_test.c | 39 #define _DEVICE_DESCRIPTOR(cls, sub, protocol, pktsize, vid, pid, n_cfg) \ argument 41 (cls), (sub), (protocol), (pktsize), \ 45 #define _QUALIFIER_DESCRIPTOR(cls, sub, protocol, n_cfg) \ argument 47 (cls), (sub), (protocol), 0x40, (n_cfg), 0x00, 53 #define _INTERFACE_DESCRIPTOR(ifc_n, alt, n_ep, cls, sub, protocol) \ argument 54 0x09, 0x04, (ifc_n), (alt), (n_ep), (cls), (sub), (protocol), 0x00, 307 UX_HOST_CLASS *cls; in ux_demo_dummy_instance_check() local 308 status = ux_host_stack_class_get(_ux_host_class_dummy_name, &cls); in ux_demo_dummy_instance_check() 311 status = ux_host_stack_class_instance_get(cls, 0, (VOID **) &dummy); in ux_demo_dummy_instance_check()
|
D | usbx_ux_host_stack_transfer_request_abort_test.c | 40 #define _DEVICE_DESCRIPTOR(cls, sub, protocol, pktsize, vid, pid, n_cfg) \ argument 42 (cls), (sub), (protocol), (pktsize), \ 46 #define _QUALIFIER_DESCRIPTOR(cls, sub, protocol, n_cfg) \ argument 48 (cls), (sub), (protocol), 0x40, (n_cfg), 0x00, 54 #define _INTERFACE_DESCRIPTOR(ifc_n, alt, n_ep, cls, sub, protocol) \ argument 55 0x09, 0x04, (ifc_n), (alt), (n_ep), (cls), (sub), (protocol), 0x00, 325 UX_HOST_CLASS *cls; in ux_demo_dummy_instance_check() local 326 status = ux_host_stack_class_get(_ux_host_class_dummy_name, &cls); in ux_demo_dummy_instance_check() 329 status = ux_host_stack_class_instance_get(cls, 0, (VOID **) &dummy); in ux_demo_dummy_instance_check()
|
D | usbx_class_multi_interface_enumeration_test.c | 39 #define _DEVICE_DESCRIPTOR(cls, sub, protocol, pktsize, vid, pid, n_cfg) \ argument 41 (cls), (sub), (protocol), (pktsize), \ 45 #define _QUALIFIER_DESCRIPTOR(cls, sub, protocol, n_cfg) \ argument 47 (cls), (sub), (protocol), 0x40, (n_cfg), 0x00, 53 #define _INTERFACE_DESCRIPTOR(ifc_n, alt, n_ep, cls, sub, protocol) \ argument 54 0x09, 0x04, (ifc_n), (alt), (n_ep), (cls), (sub), (protocol), 0x00, 322 UX_HOST_CLASS *cls; in ux_demo_dummy_instance_check() local 323 status = ux_host_stack_class_get(_ux_host_class_dummy_name, &cls); in ux_demo_dummy_instance_check() 326 status = ux_host_stack_class_instance_get(cls, 0, (VOID **) &dummy); in ux_demo_dummy_instance_check()
|
D | usbx_msrc_81142_host_storage_endpoints_get_tests.c | 88 #define _INTERFACE_DESCRIPTOR(ifc_n, alt, n_ep, cls, sub, protocol) \ argument 89 0x09, 0x04, (ifc_n), (alt), (n_ep), (cls), (sub), (protocol), 0x00, 203 static UINT test_host_change_function(ULONG event, UX_HOST_CLASS *cls, VOID *inst) in test_host_change_function() argument 207 … printf("test_host_change_function: event %lx, cls %p, inst %p\n", event, (void*)cls, (void*)inst); in test_host_change_function()
|
D | usbx_msrc_81143_host_cdc_acm_endpoints_get_tests.c | 88 #define _INTERFACE_DESCRIPTOR(ifc_n, alt, n_ep, cls, sub, protocol) \ argument 89 0x09, 0x04, (ifc_n), (alt), (n_ep), (cls), (sub), (protocol), 0x00, 231 static UINT test_host_change_function(ULONG event, UX_HOST_CLASS *cls, VOID *inst) in test_host_change_function() argument 235 … printf("test_host_change_function: event %lx, cls %p, inst %p\n", event, (void*)cls, (void*)inst); in test_host_change_function()
|
D | usbx_msrc_81325_host_hid_remote_control_free_callback_test.c | 143 static UINT ux_system_host_change_function(ULONG event, UX_HOST_CLASS *cls, VOID *inst) in ux_system_host_change_function() argument 147 stepinfo("hChg:%lx, %p, %p\n", event, cls, inst); in ux_system_host_change_function()
|
D | usbx_msrc_81327_host_hid_mouse_free_callback_test.c | 143 static UINT ux_system_host_change_function(ULONG event, UX_HOST_CLASS *cls, VOID *inst) in ux_system_host_change_function() argument 147 stepinfo("hChg:%lx, %p, %p\n", event, cls, inst); in ux_system_host_change_function()
|
D | usbx_msrc_81326_host_hid_keyboard_free_callback_test.c | 143 static UINT ux_system_host_change_function(ULONG event, UX_HOST_CLASS *cls, VOID *inst) in ux_system_host_change_function() argument 147 stepinfo("hChg:%lx, %p, %p\n", event, cls, inst); in ux_system_host_change_function()
|
D | usbx_msrc_81691_standalone_host_stack_enum_double_free_test.c | 84 #define _INTERFACE_DESCRIPTOR(ifc_n, alt, n_ep, cls, sub, protocol) \ argument 85 0x09, 0x04, (ifc_n), (alt), (n_ep), (cls), (sub), (protocol), 0x00, 224 static UINT test_host_change_function(ULONG event, UX_HOST_CLASS *cls, VOID *inst) in test_host_change_function() argument
|
D | usbx_msrc_81231_host_prolific_inst_free_tests.c | 88 #define _INTERFACE_DESCRIPTOR(ifc_n, alt, n_ep, cls, sub, protocol) \ argument 89 0x09, 0x04, (ifc_n), (alt), (n_ep), (cls), (sub), (protocol), 0x00, 195 static UINT test_host_change_function(ULONG event, UX_HOST_CLASS *cls, VOID *inst) in test_host_change_function() argument
|
D | usbx_msrc_81232_host_gser_inst_free_tests.c | 88 #define _INTERFACE_DESCRIPTOR(ifc_n, alt, n_ep, cls, sub, protocol) \ argument 89 0x09, 0x04, (ifc_n), (alt), (n_ep), (cls), (sub), (protocol), 0x00, 199 static UINT test_host_change_function(ULONG event, UX_HOST_CLASS *cls, VOID *inst) in test_host_change_function() argument
|
D | usbx_msrc_81233_host_swar_inst_free_tests.c | 88 #define _INTERFACE_DESCRIPTOR(ifc_n, alt, n_ep, cls, sub, protocol) \ argument 89 0x09, 0x04, (ifc_n), (alt), (n_ep), (cls), (sub), (protocol), 0x00, 193 static UINT test_host_change_function(ULONG event, UX_HOST_CLASS *cls, VOID *inst) in test_host_change_function() argument
|
D | usbx_msrc_81575_standalone_host_cdc_acm_allocated_enum_free_test.c | 84 #define _INTERFACE_DESCRIPTOR(ifc_n, alt, n_ep, cls, sub, protocol) \ argument 85 0x09, 0x04, (ifc_n), (alt), (n_ep), (cls), (sub), (protocol), 0x00, 236 static UINT test_host_change_function(ULONG event, UX_HOST_CLASS *cls, VOID *inst) in test_host_change_function() argument
|
D | usbx_msrc_81574_standalone_host_hid_allocated_enum_free_test.c | 133 #define _INTERFACE_DESCRIPTOR(ifc_n, alt, n_ep, cls, sub, protocol) \ argument 134 0x09, 0x04, (ifc_n), (alt), (n_ep), (cls), (sub), (protocol), 0x00, 268 static UINT test_host_change_function(ULONG event, UX_HOST_CLASS *cls, VOID *inst) in test_host_change_function() argument
|
D | usbx_msrc_81112_host_cdc_ecm_endpoints_get_tests.c | 88 #define _INTERFACE_DESCRIPTOR(ifc_n, alt, n_ep, cls, sub, protocol) \ argument 89 0x09, 0x04, (ifc_n), (alt), (n_ep), (cls), (sub), (protocol), 0x00, 238 static UINT test_host_change_function(ULONG event, UX_HOST_CLASS *cls, VOID *inst) in test_host_change_function() argument
|
D | usbx_ux_host_stack_new_interface_create_test.c | 249 static UINT test_host_change_function(ULONG event, UX_HOST_CLASS *cls, VOID *inst); 565 static UINT test_host_change_function(ULONG event, UX_HOST_CLASS *cls, VOID *inst) in test_host_change_function() argument
|
D | usbx_uxe_device_video_test.c | 179 #define _IAD_DESCRIPTOR(ifc_0,ifc_cnt,cls,sub,protocol) … argument 183 /* 4 bFunctionClass, bFunctionSubClass, bFunctionProtocol */ (cls), (sub), (protocol), … 186 #define _INTERFACE_DESCRIPTOR(ifc,alt,n_ep,cls,sub,protocol) … argument 191 /* 5 bInterfaceClass, bInterfaceSubClass, bInterfaceProtocol */ (cls), (sub), (protocol), …
|
D | usbx_msrc_81572_standalone_host_printer_allocated_enum_free_test.c | 105 #define _INTERFACE_DESCRIPTOR(ifc_n, alt, n_ep, cls, sub, protocol) \ argument 106 0x09, 0x04, (ifc_n), (alt), (n_ep), (cls), (sub), (protocol), 0x00, 240 static UINT test_host_change_function(ULONG event, UX_HOST_CLASS *cls, VOID *inst) in test_host_change_function() argument
|
D | usbx_msrc_81230_host_asix_inst_free_tests.c | 88 #define _INTERFACE_DESCRIPTOR(ifc_n, alt, n_ep, cls, sub, protocol) \ argument 89 0x09, 0x04, (ifc_n), (alt), (n_ep), (cls), (sub), (protocol), 0x00, 204 static UINT test_host_change_function(ULONG event, UX_HOST_CLASS *cls, VOID *inst) in test_host_change_function() argument
|
D | usbx_msrc_81573_standalone_host_hub_allocated_enum_free_test.c | 90 #define _INTERFACE_DESCRIPTOR(ifc_n, alt, n_ep, cls, sub, protocol) \ argument 91 0x09, 0x04, (ifc_n), (alt), (n_ep), (cls), (sub), (protocol), 0x00, 238 static UINT test_host_change_function(ULONG event, UX_HOST_CLASS *cls, VOID *inst) in test_host_change_function() argument
|
D | usbx_ux_host_stack_new_configuration_create_test.c | 331 static UINT test_host_change_function(ULONG event, UX_HOST_CLASS *cls, VOID *inst); 591 static UINT test_host_change_function(ULONG event, UX_HOST_CLASS *cls, VOID *inst) in test_host_change_function() argument
|
D | usbx_ux_host_stack_rh_change_process_test.c | 248 static UINT test_host_change_function(ULONG event, UX_HOST_CLASS *cls, VOID *inst); 557 static UINT test_host_change_function(ULONG event, UX_HOST_CLASS *cls, VOID *inst) in test_host_change_function() argument
|
D | usbx_ux_host_stack_new_device_create_test.c | 249 static UINT test_host_change_function(ULONG event, UX_HOST_CLASS *cls, VOID *inst); 556 static UINT test_host_change_function(ULONG event, UX_HOST_CLASS *cls, VOID *inst) in test_host_change_function() argument
|
D | usbx_ux_host_stack_enum_bMaxPacketSize0_test.c | 179 static UINT test_host_change_function(ULONG event, UX_HOST_CLASS *cls, VOID *inst); 425 static UINT test_host_change_function(ULONG event, UX_HOST_CLASS *cls, VOID *inst) in test_host_change_function() argument
|