Home
last modified time | relevance | path

Searched refs:total_descriptor_length (Results 1 – 15 of 15) sorted by relevance

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_video_format_data_get.c77 ULONG total_descriptor_length; in _ux_host_class_video_format_data_get() local
85 total_descriptor_length = video -> ux_host_class_video_length_formats; in _ux_host_class_video_format_data_get()
88 while (total_descriptor_length) in _ux_host_class_video_format_data_get()
152 if (descriptor_length > total_descriptor_length) in _ux_host_class_video_format_data_get()
168 total_descriptor_length -= descriptor_length; in _ux_host_class_video_format_data_get()
Dux_host_class_video_entities_parse.c101 ULONG total_descriptor_length; in _ux_host_class_video_entities_parse() local
113 total_descriptor_length = video -> ux_host_class_video_configuration_descriptor_length; in _ux_host_class_video_entities_parse()
119 while (total_descriptor_length) in _ux_host_class_video_entities_parse()
178 if (descriptor_length > total_descriptor_length) in _ux_host_class_video_entities_parse()
185 total_descriptor_length -= descriptor_length; in _ux_host_class_video_entities_parse()
Dux_host_class_cdc_acm_capabilities_get.c91 ULONG total_descriptor_length; in _ux_host_class_cdc_acm_capabilities_get() local
130 total_descriptor_length = configuration.ux_configuration_descriptor.wTotalLength; in _ux_host_class_cdc_acm_capabilities_get()
137 …iptor = _ux_utility_memory_allocate(UX_SAFE_ALIGN, UX_CACHE_SAFE_MEMORY, total_descriptor_length); in _ux_host_class_cdc_acm_capabilities_get()
145 transfer_request -> ux_transfer_request_requested_length = total_descriptor_length; in _ux_host_class_cdc_acm_capabilities_get()
154 … UX_SUCCESS) && (transfer_request -> ux_transfer_request_actual_length == total_descriptor_length)) in _ux_host_class_cdc_acm_capabilities_get()
161 while (total_descriptor_length) in _ux_host_class_cdc_acm_capabilities_get()
231 if (descriptor_length > total_descriptor_length) in _ux_host_class_cdc_acm_capabilities_get()
250 total_descriptor_length -= descriptor_length; in _ux_host_class_cdc_acm_capabilities_get()
Dux_host_class_video_control_list_get.c79 ULONG total_descriptor_length; in _ux_host_class_video_control_list_get() local
88 total_descriptor_length = video -> ux_host_class_video_configuration_descriptor_length; in _ux_host_class_video_control_list_get()
94 while (total_descriptor_length) in _ux_host_class_video_control_list_get()
166 if (descriptor_length > total_descriptor_length) in _ux_host_class_video_control_list_get()
182 total_descriptor_length -= descriptor_length; in _ux_host_class_video_control_list_get()
Dux_host_class_video_input_format_get.c79 ULONG total_descriptor_length; in _ux_host_class_video_input_format_get() local
88 total_descriptor_length = video -> ux_host_class_video_configuration_descriptor_length; in _ux_host_class_video_input_format_get()
94 while (total_descriptor_length) in _ux_host_class_video_input_format_get()
177 if (descriptor_length > total_descriptor_length) in _ux_host_class_video_input_format_get()
193 total_descriptor_length -= descriptor_length; in _ux_host_class_video_input_format_get()
Dux_host_class_video_input_terminal_get.c79 ULONG total_descriptor_length; in _ux_host_class_video_input_terminal_get() local
88 total_descriptor_length = video -> ux_host_class_video_configuration_descriptor_length; in _ux_host_class_video_input_terminal_get()
94 while (total_descriptor_length) in _ux_host_class_video_input_terminal_get()
171 if (descriptor_length > total_descriptor_length) in _ux_host_class_video_input_terminal_get()
187 total_descriptor_length -= descriptor_length; in _ux_host_class_video_input_terminal_get()
Dux_host_class_video_frame_data_get.c79 ULONG total_descriptor_length; in _ux_host_class_video_frame_data_get() local
87 total_descriptor_length = video -> ux_host_class_video_length_formats; in _ux_host_class_video_frame_data_get()
90 while (total_descriptor_length) in _ux_host_class_video_frame_data_get()
152 if (descriptor_length > total_descriptor_length) in _ux_host_class_video_frame_data_get()
168 total_descriptor_length -= descriptor_length; in _ux_host_class_video_frame_data_get()
Dux_host_class_audio_streaming_terminal_get.c80 ULONG total_descriptor_length; in _ux_host_class_audio_streaming_terminal_get() local
89 total_descriptor_length = audio -> ux_host_class_audio_configuration_descriptor_length; in _ux_host_class_audio_streaming_terminal_get()
96 while (total_descriptor_length) in _ux_host_class_audio_streaming_terminal_get()
167 if (descriptor_length > total_descriptor_length) in _ux_host_class_audio_streaming_terminal_get()
183 total_descriptor_length -= descriptor_length; in _ux_host_class_audio_streaming_terminal_get()
Dux_host_class_video_frame_interval_get.c83 ULONG total_descriptor_length; in _ux_host_class_video_frame_interval_get() local
92 total_descriptor_length = video -> ux_host_class_video_length_formats; in _ux_host_class_video_frame_interval_get()
95 while (total_descriptor_length) in _ux_host_class_video_frame_interval_get()
178 if (descriptor_length > total_descriptor_length) in _ux_host_class_video_frame_interval_get()
194 total_descriptor_length -= descriptor_length; in _ux_host_class_video_frame_interval_get()
Dux_host_class_audio_descriptors_parse.c96 ULONG total_descriptor_length; in _ux_host_class_audio_descriptors_parse() local
120 total_descriptor_length = audio -> ux_host_class_audio_configuration_descriptor_length; in _ux_host_class_audio_descriptors_parse()
131 while (total_descriptor_length) in _ux_host_class_audio_descriptors_parse()
194 if (descriptor_length > total_descriptor_length) in _ux_host_class_audio_descriptors_parse()
201 total_descriptor_length -= descriptor_length; in _ux_host_class_audio_descriptors_parse()
Dux_host_class_audio_device_controls_list_get.c84 ULONG total_descriptor_length; in _ux_host_class_audio_device_controls_list_get() local
98 total_descriptor_length = audio -> ux_host_class_audio_configuration_descriptor_length; in _ux_host_class_audio_device_controls_list_get()
107 while (total_descriptor_length) in _ux_host_class_audio_device_controls_list_get()
249 if (descriptor_length > total_descriptor_length) in _ux_host_class_audio_device_controls_list_get()
265 total_descriptor_length -= descriptor_length; in _ux_host_class_audio_device_controls_list_get()
Dux_host_class_audio_device_type_get.c82 ULONG total_descriptor_length; in _ux_host_class_audio_device_type_get() local
92 total_descriptor_length = audio -> ux_host_class_audio_configuration_descriptor_length; in _ux_host_class_audio_device_type_get()
102 while (total_descriptor_length) in _ux_host_class_audio_device_type_get()
235 if (descriptor_length > total_descriptor_length) in _ux_host_class_audio_device_type_get()
251 total_descriptor_length -= descriptor_length; in _ux_host_class_audio_device_type_get()
Dux_host_class_audio_alternate_setting_locate.c97 ULONG total_descriptor_length; in _ux_host_class_audio_alternate_setting_locate()
109 total_descriptor_length = audio -> ux_host_class_audio_configuration_descriptor_length; in _ux_host_class_audio_alternate_setting_locate()
115 while (total_descriptor_length) in _ux_host_class_audio_alternate_setting_locate()
239 if (descriptor_length > total_descriptor_length) in _ux_host_class_audio_alternate_setting_locate()
252 total_descriptor_length -= descriptor_length; in _ux_host_class_audio_alternate_setting_locate()
Dux_host_class_audio_streaming_sampling_get.c96 ULONG total_descriptor_length; in _ux_host_class_audio_streaming_sampling_get() local
130 total_descriptor_length = audio -> ux_host_class_audio_configuration_descriptor_length; in _ux_host_class_audio_streaming_sampling_get()
136 while (total_descriptor_length) in _ux_host_class_audio_streaming_sampling_get()
371 if (descriptor_length > total_descriptor_length) in _ux_host_class_audio_streaming_sampling_get()
390 total_descriptor_length -= descriptor_length; in _ux_host_class_audio_streaming_sampling_get()
Dux_host_class_cdc_acm_entry.c193 ULONG total_descriptor_length; in _ux_host_class_cdc_acm_descriptors_parse() local
219 total_descriptor_length = transfer_request -> ux_transfer_request_actual_length; in _ux_host_class_cdc_acm_descriptors_parse()
224 while(total_descriptor_length) in _ux_host_class_cdc_acm_descriptors_parse()
233 if (descriptor_length < 3 || descriptor_length > total_descriptor_length) in _ux_host_class_cdc_acm_descriptors_parse()
305 total_descriptor_length -= descriptor_length; in _ux_host_class_cdc_acm_descriptors_parse()