/USBX-v6.3.0/common/core/src/ |
D | ux_host_stack_configuration_interface_scan.c | 103 if(interface_ptr -> ux_interface_descriptor.bAlternateSetting == 0) in _ux_host_stack_configuration_interface_scan() 111 …_command.ux_host_class_command_class = interface_ptr -> ux_interface_descriptor.bInterfac… in _ux_host_stack_configuration_interface_scan() 112 …_command.ux_host_class_command_subclass = interface_ptr -> ux_interface_descriptor.bInterfac… in _ux_host_stack_configuration_interface_scan() 113 …_command.ux_host_class_command_protocol = interface_ptr -> ux_interface_descriptor.bInterfac… in _ux_host_stack_configuration_interface_scan() 164 if (interface_ptr -> ux_interface_descriptor.bAlternateSetting == 0) in _ux_host_stack_configuration_interface_scan()
|
D | ux_host_stack_interface_setting_select.c | 107 current_interface_number = interface_ptr -> ux_interface_descriptor.bInterfaceNumber; in _ux_host_stack_interface_setting_select() 128 … if (current_interface -> ux_interface_descriptor.bInterfaceNumber == current_interface_number) in _ux_host_stack_interface_setting_select() 133 if (current_interface -> ux_interface_descriptor.bAlternateSetting == 0) in _ux_host_stack_interface_setting_select() 145 … if (current_alternate_setting == current_interface -> ux_interface_descriptor.bAlternateSetting) in _ux_host_stack_interface_setting_select() 165 …ce -> ux_interface_current_alternate_setting = interface_ptr -> ux_interface_descriptor.bAlternat… in _ux_host_stack_interface_setting_select()
|
D | ux_host_stack_configuration_instance_delete.c | 101 if (interface_ptr -> ux_interface_descriptor.bAlternateSetting == 0) in _ux_host_stack_configuration_instance_delete() 107 if (interface_ptr -> ux_interface_descriptor.bAlternateSetting == current_alternate_setting) in _ux_host_stack_configuration_instance_delete()
|
D | ux_host_stack_interface_set.c | 103 …x_transfer_request_index = (USHORT) interface_ptr -> ux_interface_descriptor.bInterfac… in _ux_host_stack_interface_set() 104 …x_transfer_request_value = (USHORT) interface_ptr -> ux_interface_descriptor.bAlternat… in _ux_host_stack_interface_set()
|
D | ux_host_class_dpump_endpoints_get.c | 85 … = 0; endpoint_index < dpump -> ux_host_class_dpump_interface -> ux_interface_descriptor.bNumEndpo… in _ux_host_class_dpump_endpoints_get() 130 … = 0; endpoint_index < dpump -> ux_host_class_dpump_interface -> ux_interface_descriptor.bNumEndpo… in _ux_host_class_dpump_endpoints_get()
|
D | ux_host_stack_configuration_interface_get.c | 120 … current_interface_number = current_interface -> ux_interface_descriptor.bInterfaceNumber; in _ux_host_stack_configuration_interface_get() 153 … if (current_interface -> ux_interface_descriptor.bInterfaceNumber != current_interface_number) in _ux_host_stack_configuration_interface_get()
|
/USBX-v6.3.0/common/usbx_host_classes/src/ |
D | ux_host_class_video_alternate_setting_locate.c | 96 …interface = video -> ux_host_class_video_streaming_interface -> ux_interface_descriptor.bInterfac… in _ux_host_class_video_alternate_setting_locate() 105 if ((interface_ptr -> ux_interface_descriptor.bInterfaceNumber == streaming_interface) && in _ux_host_class_video_alternate_setting_locate() 126 *alternate_setting = interface_ptr -> ux_interface_descriptor.bAlternateSetting; in _ux_host_class_video_alternate_setting_locate() 139 … *alternate_setting = interface_ptr -> ux_interface_descriptor.bAlternateSetting; in _ux_host_class_video_alternate_setting_locate()
|
D | ux_host_class_printer_endpoints_get.c | 85 …; endpoint_index < printer -> ux_host_class_printer_interface -> ux_interface_descriptor.bNumEndpo… in _ux_host_class_printer_endpoints_get() 127 … if ((printer -> ux_host_class_printer_interface -> ux_interface_descriptor.bInterfaceProtocol == in _ux_host_class_printer_endpoints_get() 129 … (printer -> ux_host_class_printer_interface -> ux_interface_descriptor.bInterfaceProtocol == in _ux_host_class_printer_endpoints_get() 133 …; endpoint_index < printer -> ux_host_class_printer_interface -> ux_interface_descriptor.bNumEndpo… in _ux_host_class_printer_endpoints_get()
|
D | ux_host_class_storage_device_support_check.c | 84 switch(storage -> ux_host_class_storage_interface -> ux_interface_descriptor.bInterfaceProtocol) in _ux_host_class_storage_device_support_check() 108 …if (storage -> ux_host_class_storage_interface -> ux_interface_descriptor.bInterfaceSubClass == UX… in _ux_host_class_storage_device_support_check() 129 … switch (storage -> ux_host_class_storage_interface -> ux_interface_descriptor.bInterfaceSubClass) in _ux_host_class_storage_device_support_check()
|
D | ux_host_class_video_stop.c | 100 …interface = video -> ux_host_class_video_streaming_interface -> ux_interface_descriptor.bInterfac… in _ux_host_class_video_stop() 120 if ((interface_ptr -> ux_interface_descriptor.bInterfaceNumber == streaming_interface) && in _ux_host_class_video_stop() 121 (interface_ptr -> ux_interface_descriptor.bAlternateSetting == 0)) in _ux_host_class_video_stop()
|
D | ux_host_class_cdc_ecm_endpoints_get.c | 99 if (data_interface -> ux_interface_descriptor.bNumEndpoints == 0) in _ux_host_class_cdc_ecm_endpoints_get() 107 … data_interface -> ux_interface_descriptor.bInterfaceClass != UX_HOST_CLASS_CDC_DATA_CLASS || in _ux_host_class_cdc_ecm_endpoints_get() 108 data_interface -> ux_interface_descriptor.bAlternateSetting != 1) in _ux_host_class_cdc_ecm_endpoints_get() 132 … for (endpoint_index = 0; endpoint_index < data_interface -> ux_interface_descriptor.bNumEndpoints; in _ux_host_class_cdc_ecm_endpoints_get() 178 … for (endpoint_index = 0; endpoint_index < data_interface -> ux_interface_descriptor.bNumEndpoints; in _ux_host_class_cdc_ecm_endpoints_get() 226 …nt_index < cdc_ecm -> ux_host_class_cdc_ecm_interface_control -> ux_interface_descriptor.bNumEndpo… in _ux_host_class_cdc_ecm_endpoints_get()
|
D | ux_host_class_audio_stop.c | 101 …interface = audio -> ux_host_class_audio_streaming_interface -> ux_interface_descriptor.bInterfac… in _ux_host_class_audio_stop() 126 if ((interface_ptr -> ux_interface_descriptor.bInterfaceNumber == streaming_interface) && in _ux_host_class_audio_stop() 127 (interface_ptr -> ux_interface_descriptor.bAlternateSetting == 0)) in _ux_host_class_audio_stop()
|
D | ux_host_class_storage_device_reset.c | 90 …if (storage -> ux_host_class_storage_interface -> ux_interface_descriptor.bInterfaceProtocol == UX… in _ux_host_class_storage_device_reset() 107 …ndex = storage -> ux_host_class_storage_interface -> ux_interface_descriptor.bInterfac… in _ux_host_class_storage_device_reset()
|
D | ux_host_class_storage_endpoints_get.c | 93 …; endpoint_index < storage -> ux_host_class_storage_interface -> ux_interface_descriptor.bNumEndpo… in _ux_host_class_storage_endpoints_get() 133 …; endpoint_index < storage -> ux_host_class_storage_interface -> ux_interface_descriptor.bNumEndpo… in _ux_host_class_storage_endpoints_get() 183 …if (storage -> ux_host_class_storage_interface -> ux_interface_descriptor.bInterfaceProtocol == UX… in _ux_host_class_storage_endpoints_get() 187 …; endpoint_index < storage -> ux_host_class_storage_interface -> ux_interface_descriptor.bNumEndpo… in _ux_host_class_storage_endpoints_get()
|
D | ux_host_class_storage_media_recovery_sense_get.c | 91 …if (storage -> ux_host_class_storage_interface -> ux_interface_descriptor.bInterfaceSubClass == UX… in _ux_host_class_storage_media_recovery_sense_get() 103 … switch (storage -> ux_host_class_storage_interface -> ux_interface_descriptor.bInterfaceSubClass) in _ux_host_class_storage_media_recovery_sense_get()
|
D | ux_host_class_video_channel_start.c | 121 …interface = video -> ux_host_class_video_streaming_interface -> ux_interface_descriptor.bInterfac… in _ux_host_class_video_channel_start() 222 … if ((interface_ptr -> ux_interface_descriptor.bInterfaceNumber == streaming_interface) && in _ux_host_class_video_channel_start() 223 … (interface_ptr -> ux_interface_descriptor.bAlternateSetting == alternate_setting)) in _ux_host_class_video_channel_start() 238 …for (endpoint_index = 0; endpoint_index < interface_ptr -> ux_interface_descriptor.bNumEndpoints; … in _ux_host_class_video_channel_start()
|
D | ux_host_class_storage_media_protection_check.c | 93 …if (storage -> ux_host_class_storage_interface -> ux_interface_descriptor.bInterfaceSubClass == UX… in _ux_host_class_storage_media_protection_check() 105 … switch (storage -> ux_host_class_storage_interface -> ux_interface_descriptor.bInterfaceSubClass) in _ux_host_class_storage_media_protection_check()
|
D | ux_host_class_pima_endpoints_get.c | 91 …ex = 0; endpoint_index < pima -> ux_host_class_pima_interface -> ux_interface_descriptor.bNumEndpo… in _ux_host_class_pima_endpoints_get() 131 …ex = 0; endpoint_index < pima -> ux_host_class_pima_interface -> ux_interface_descriptor.bNumEndpo… in _ux_host_class_pima_endpoints_get() 171 …ex = 0; endpoint_index < pima -> ux_host_class_pima_interface -> ux_interface_descriptor.bNumEndpo… in _ux_host_class_pima_endpoints_get()
|
D | ux_host_class_cdc_acm_endpoints_get.c | 97 …if (cdc_acm -> ux_host_class_cdc_acm_interface -> ux_interface_descriptor.bInterfaceClass == UX_HO… in _ux_host_class_cdc_acm_endpoints_get() 101 …; endpoint_index < cdc_acm -> ux_host_class_cdc_acm_interface -> ux_interface_descriptor.bNumEndpo… in _ux_host_class_cdc_acm_endpoints_get() 168 …; endpoint_index < cdc_acm -> ux_host_class_cdc_acm_interface -> ux_interface_descriptor.bNumEndpo… in _ux_host_class_cdc_acm_endpoints_get()
|
D | ux_host_class_swar_endpoints_get.c | 83 …ex = 0; endpoint_index < swar -> ux_host_class_swar_interface -> ux_interface_descriptor.bNumEndpo… in _ux_host_class_swar_endpoints_get() 124 …ex = 0; endpoint_index < swar -> ux_host_class_swar_interface -> ux_interface_descriptor.bNumEndpo… in _ux_host_class_swar_endpoints_get()
|
D | ux_host_class_audio_activate.c | 126 …if (interface_ptr -> ux_interface_descriptor.bInterfaceSubClass == UX_HOST_CLASS_AUDIO_SUBCLASS_CO… in _ux_host_class_audio_activate() 169 if (desc[2] == interface_ptr -> ux_interface_descriptor.bInterfaceNumber) in _ux_host_class_audio_activate() 176 if (desc[2] == interface_ptr -> ux_interface_descriptor.bInterfaceNumber) in _ux_host_class_audio_activate() 370 (ac -> ux_host_class_audio_interface -> ux_interface_descriptor.bInterfaceNumber == in _ux_host_class_audio_activate() 372 (ac -> ux_host_class_audio_interface -> ux_interface_descriptor.bInterfaceClass == in _ux_host_class_audio_activate() 374 … (ac -> ux_host_class_audio_interface -> ux_interface_descriptor.bInterfaceSubClass == in _ux_host_class_audio_activate()
|
D | ux_host_class_prolific_endpoints_get.c | 93 …endpoint_index < prolific -> ux_host_class_prolific_interface -> ux_interface_descriptor.bNumEndpo… in _ux_host_class_prolific_endpoints_get() 133 …endpoint_index < prolific -> ux_host_class_prolific_interface -> ux_interface_descriptor.bNumEndpo… in _ux_host_class_prolific_endpoints_get() 173 …endpoint_index < prolific -> ux_host_class_prolific_interface -> ux_interface_descriptor.bNumEndpo… in _ux_host_class_prolific_endpoints_get()
|
D | ux_host_class_storage_max_lun_get.c | 93 …if (storage -> ux_host_class_storage_interface -> ux_interface_descriptor.bInterfaceProtocol == UX… in _ux_host_class_storage_max_lun_get() 117 …ndex = storage -> ux_host_class_storage_interface -> ux_interface_descriptor.bInterfac… in _ux_host_class_storage_max_lun_get()
|
D | ux_host_class_asix_endpoints_get.c | 94 …ex = 0; endpoint_index < asix -> ux_host_class_asix_interface -> ux_interface_descriptor.bNumEndpo… in _ux_host_class_asix_endpoints_get() 141 …ex = 0; endpoint_index < asix -> ux_host_class_asix_interface -> ux_interface_descriptor.bNumEndpo… in _ux_host_class_asix_endpoints_get() 184 …ex = 0; endpoint_index < asix -> ux_host_class_asix_interface -> ux_interface_descriptor.bNumEndpo… in _ux_host_class_asix_endpoints_get()
|
D | ux_host_class_printer_device_id_get.c | 148 … ux_transfer_request_index = ((UINT)interface_ptr -> ux_interface_descriptor.bInterfac… in _ux_host_class_printer_device_id_get() 149 … (interface_ptr -> ux_interface_descriptor.bAlternateSetting ); in _ux_host_class_printer_device_id_get()
|