| /USBX-v6.2.1/common/usbx_host_classes/src/ |
| D | ux_host_class_audio_alternate_setting_locate.c | 267 ULONG alt; member 318 parser -> alt = (ULONG)packed_interface_descriptor[3]; in _ux_host_class_audio_alt_locate_parse() 340 parser.alt = 0xFF; in _ux_host_class_audio_alternate_setting_locate_2() 349 if (parser.alt == 0xFF) in _ux_host_class_audio_alternate_setting_locate_2() 358 *alternate_setting = parser.alt; in _ux_host_class_audio_alternate_setting_locate_2()
|
| /USBX-v6.2.1/test/regression/ |
| D | usbx_uxe_device_video_test.c | 186 #define _INTERFACE_DESCRIPTOR(ifc,alt,n_ep,cls,sub,protocol) … argument 189 /* 2 bInterfaceNumber, bAlternateSetting */ (ifc), (alt), … 398 static VOID device_video_tx_stream_change(UX_DEVICE_CLASS_VIDEO_STREAM *video, ULONG alt) in device_video_tx_stream_change() argument 400 SAVE_CALLBACK_INVOKE_LOG(device_video_tx_stream_change, video, (ALIGN_TYPE)alt, 0); in device_video_tx_stream_change() 402 static VOID device_video_rx_stream_change(UX_DEVICE_CLASS_VIDEO_STREAM *video, ULONG alt) in device_video_rx_stream_change() argument 404 SAVE_CALLBACK_INVOKE_LOG(device_video_rx_stream_change, video, (ALIGN_TYPE)alt, 0); in device_video_rx_stream_change()
|
| D | usbx_ux_utility_physical_address_test.c | 48 #define DPUMP_IFC_DESC(ifc, alt, nb_ep) \ argument 50 0x09, 0x04, (ifc), (alt), (nb_ep), 0x99, 0x99, 0x99, 0x00,
|
| D | usbx_ux_utility_thread_schedule_other_test.c | 48 #define DPUMP_IFC_DESC(ifc, alt, nb_ep) \ argument 50 0x09, 0x04, (ifc), (alt), (nb_ep), 0x99, 0x99, 0x99, 0x00,
|
| D | usbx_ux_utility_timer_test.c | 48 #define DPUMP_IFC_DESC(ifc, alt, nb_ep) \ argument 50 0x09, 0x04, (ifc), (alt), (nb_ep), 0x99, 0x99, 0x99, 0x00,
|
| D | usbx_ux_utility_pci_class_scan_test.c | 48 #define DPUMP_IFC_DESC(ifc, alt, nb_ep) \ argument 50 0x09, 0x04, (ifc), (alt), (nb_ep), 0x99, 0x99, 0x99, 0x00,
|
| D | usbx_ux_utility_pci_read_test.c | 48 #define DPUMP_IFC_DESC(ifc, alt, nb_ep) \ argument 50 0x09, 0x04, (ifc), (alt), (nb_ep), 0x99, 0x99, 0x99, 0x00,
|
| D | usbx_ux_utility_pci_write_test.c | 48 #define DPUMP_IFC_DESC(ifc, alt, nb_ep) \ argument 50 0x09, 0x04, (ifc), (alt), (nb_ep), 0x99, 0x99, 0x99, 0x00,
|
| D | usbx_ux_utility_string_length_check_test.c | 48 #define DPUMP_IFC_DESC(ifc, alt, nb_ep) \ argument 50 0x09, 0x04, (ifc), (alt), (nb_ep), 0x99, 0x99, 0x99, 0x00,
|
| D | usbx_ux_utility_unicode_to_string_test.c | 48 #define DPUMP_IFC_DESC(ifc, alt, nb_ep) \ argument 50 0x09, 0x04, (ifc), (alt), (nb_ep), 0x99, 0x99, 0x99, 0x00,
|
| D | usbx_ux_host_stack_endpoint_instance_test.c | 48 #define DPUMP_IFC_DESC(ifc, alt, nb_ep) \ argument 50 0x09, 0x04, (ifc), (alt), (nb_ep), 0x99, 0x99, 0x99, 0x00,
|
| D | usbx_ux_utility_mutex_test.c | 48 #define DPUMP_IFC_DESC(ifc, alt, nb_ep) \ argument 50 0x09, 0x04, (ifc), (alt), (nb_ep), 0x99, 0x99, 0x99, 0x00,
|
| D | usbx_ux_utility_descriptor_pack_test.c | 48 #define DPUMP_IFC_DESC(ifc, alt, nb_ep) \ argument 50 0x09, 0x04, (ifc), (alt), (nb_ep), 0x99, 0x99, 0x99, 0x00,
|
| D | usbx_ux_host_stack_configuration_instance_delete_test.c | 48 #define DPUMP_IFC_DESC(ifc, alt, nb_ep) \ argument 50 0x09, 0x04, (ifc), (alt), (nb_ep), 0x99, 0x99, 0x99, 0x00,
|
| D | usbx_class_device_enumeration_test.c | 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,
|
| D | usbx_ux_utility_descriptor_parse_test.c | 48 #define DPUMP_IFC_DESC(ifc, alt, nb_ep) \ argument 50 0x09, 0x04, (ifc), (alt), (nb_ep), 0x99, 0x99, 0x99, 0x00,
|
| D | usbx_ux_device_class_video_basic_tests.c | 167 #define _INTERFACE_DESCRIPTOR(ifc,alt,n_ep,cls,sub,protocol) … argument 170 /* 2 bInterfaceNumber, bAlternateSetting */ (ifc), (alt), … 585 static VOID device_video_tx_stream_change(UX_DEVICE_CLASS_VIDEO_STREAM *video, ULONG alt) in device_video_tx_stream_change() argument 587 SAVE_CALLBACK_INVOKE_LOG(device_video_tx_stream_change, video, (ALIGN_TYPE)alt, 0); in device_video_tx_stream_change() 589 static VOID device_video_rx_stream_change(UX_DEVICE_CLASS_VIDEO_STREAM *video, ULONG alt) in device_video_rx_stream_change() argument 591 SAVE_CALLBACK_INVOKE_LOG(device_video_rx_stream_change, video, (ALIGN_TYPE)alt, 0); in device_video_rx_stream_change()
|
| D | usbx_ux_utility_memory_safe_test.c | 48 #define DPUMP_IFC_DESC(ifc, alt, nb_ep) \ argument 50 0x09, 0x04, (ifc), (alt), (nb_ep), 0x99, 0x99, 0x99, 0x00,
|
| 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,
|
| D | usbx_class_interface_enumeration_test.c | 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,
|
| 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,
|
| 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,
|
| 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,
|
| D | usbx_ux_host_stack_transfer_request_abort_test.c | 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,
|
| 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,
|