Home
last modified time | relevance | path

Searched refs:descriptor_subtype (Results 1 – 13 of 13) sorted by relevance

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_video_format_data_get.c82 ULONG descriptor_subtype; in _ux_host_class_video_format_data_get() local
97 descriptor_subtype = *(descriptor + 2); in _ux_host_class_video_format_data_get()
118 switch (descriptor_subtype) in _ux_host_class_video_format_data_get()
128 if (descriptor_subtype == UX_HOST_CLASS_VIDEO_VS_FORMAT_STREAM_BASED) in _ux_host_class_video_format_data_get()
130 else if (descriptor_subtype == UX_HOST_CLASS_VIDEO_VS_FORMAT_MPEG2TS) in _ux_host_class_video_format_data_get()
153 … format_parameter -> ux_host_class_video_parameter_format_subtype = descriptor_subtype; in _ux_host_class_video_format_data_get()
156 if (descriptor_subtype != UX_HOST_CLASS_VIDEO_VS_FORMAT_STREAM_BASED && in _ux_host_class_video_format_data_get()
157 descriptor_subtype != UX_HOST_CLASS_VIDEO_VS_FORMAT_DV && in _ux_host_class_video_format_data_get()
158 descriptor_subtype != UX_HOST_CLASS_VIDEO_VS_FORMAT_MPEG2TS) in _ux_host_class_video_format_data_get()
Dux_host_class_video_frame_data_get.c102 ULONG descriptor_subtype; in _ux_host_class_video_frame_data_get() local
117 descriptor_subtype = *(descriptor + 2); in _ux_host_class_video_frame_data_get()
137 switch (descriptor_subtype) in _ux_host_class_video_frame_data_get()
151 if (descriptor_subtype == UX_HOST_CLASS_VIDEO_VS_FRAME_FRAME_BASED) in _ux_host_class_video_frame_data_get()
153 else if (descriptor_subtype == UX_HOST_CLASS_VIDEO_VS_FRAME_H264) in _ux_host_class_video_frame_data_get()
155 else if (descriptor_subtype == UX_HOST_CLASS_VIDEO_VS_FRAME_VP8) in _ux_host_class_video_frame_data_get()
Dux_host_class_audio_device_type_get.c87 ULONG descriptor_subtype; in _ux_host_class_audio_device_type_get() local
110 descriptor_subtype = *(descriptor + 2); in _ux_host_class_audio_device_type_get()
177 switch (descriptor_subtype) in _ux_host_class_audio_device_type_get()
216 if (descriptor_subtype == UX_HOST_CLASS_AUDIO_CS_INPUT_TERMINAL) in _ux_host_class_audio_device_type_get()
Dux_host_class_video_control_list_get.c81 ULONG descriptor_subtype; in _ux_host_class_video_control_list_get() local
99 descriptor_subtype = *(descriptor + 2); in _ux_host_class_video_control_list_get()
148 …if ((interface_found == UX_TRUE) && (descriptor_subtype == UX_HOST_CLASS_VIDEO_VC_PROCESSING_UNIT)) in _ux_host_class_video_control_list_get()
Dux_host_class_video_input_terminal_get.c81 ULONG descriptor_subtype; in _ux_host_class_video_input_terminal_get() local
99 descriptor_subtype = *(descriptor + 2); in _ux_host_class_video_input_terminal_get()
148 … if ((interface_found == UX_TRUE) && (descriptor_subtype == UX_HOST_CLASS_VIDEO_VC_INPUT_TERMINAL)) in _ux_host_class_video_input_terminal_get()
Dux_host_class_video_input_format_get.c81 ULONG descriptor_subtype; in _ux_host_class_video_input_format_get() local
99 descriptor_subtype = *(descriptor + 2); in _ux_host_class_video_input_format_get()
148 switch (descriptor_subtype) in _ux_host_class_video_input_format_get()
Dux_host_class_video_frame_interval_get.c85 ULONG descriptor_subtype; in _ux_host_class_video_frame_interval_get() local
100 descriptor_subtype = *(descriptor + 2); in _ux_host_class_video_frame_interval_get()
120 switch (descriptor_subtype) in _ux_host_class_video_frame_interval_get()
Dux_host_class_audio_streaming_terminal_get.c82 ULONG descriptor_subtype; in _ux_host_class_audio_streaming_terminal_get() local
101 descriptor_subtype = *(descriptor + 2); in _ux_host_class_audio_streaming_terminal_get()
147 switch(descriptor_subtype) in _ux_host_class_audio_streaming_terminal_get()
Dux_host_class_audio_device_controls_list_get.c87 ULONG descriptor_subtype; in _ux_host_class_audio_device_controls_list_get() local
112 descriptor_subtype = *(descriptor + 2); in _ux_host_class_audio_device_controls_list_get()
150 switch (descriptor_subtype) in _ux_host_class_audio_device_controls_list_get()
Dux_host_class_cdc_acm_capabilities_get.c93 UCHAR descriptor_subtype; in _ux_host_class_cdc_acm_capabilities_get() local
166 descriptor_subtype = *(descriptor + 2); in _ux_host_class_cdc_acm_capabilities_get()
218 …if ((interface_found == UX_TRUE) && (descriptor_subtype == UX_HOST_CLASS_CDC_ACM_CALL_MANAGEMENT_D… in _ux_host_class_cdc_acm_capabilities_get()
Dux_host_class_cdc_ecm_mac_address_get.c94 UINT descriptor_subtype; in _ux_host_class_cdc_ecm_mac_address_get() local
172 descriptor_subtype = *(descriptor + 2); in _ux_host_class_cdc_ecm_mac_address_get()
189 …if ((descriptor_type == UX_HOST_CLASS_CDC_ECM_CS_INTERFACE) && (descriptor_subtype == UX_HOST_CLAS… in _ux_host_class_cdc_ecm_mac_address_get()
Dux_host_class_audio_alternate_setting_locate.c99 UINT descriptor_subtype; in _ux_host_class_audio_alternate_setting_locate()
120 descriptor_subtype = *(descriptor + 2); in _ux_host_class_audio_alternate_setting_locate()
168 … if ((interface_found == UX_TRUE) && (descriptor_subtype == UX_HOST_CLASS_AUDIO_CS_FORMAT_TYPE)) in _ux_host_class_audio_alternate_setting_locate()
Dux_host_class_audio_streaming_sampling_get.c98 UINT descriptor_subtype; in _ux_host_class_audio_streaming_sampling_get() local
141 descriptor_subtype = *(descriptor + 2); in _ux_host_class_audio_streaming_sampling_get()
188 … if ((interface_found == UX_TRUE) && (descriptor_subtype == UX_HOST_CLASS_AUDIO_CS_FORMAT_TYPE)) in _ux_host_class_audio_streaming_sampling_get()