Home
last modified time | relevance | path

Searched refs:ux_host_class_audio_control_res (Results 1 – 3 of 3) sorted by relevance

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_audio_entity_control_get.c196 audio_control -> ux_host_class_audio_control_res = 0; in _ux_host_class_audio_entity_control_get()
241 if (audio_control -> ux_host_class_audio_control_res == 0) in _ux_host_class_audio_entity_control_get()
242 audio_control -> ux_host_class_audio_control_res = res; in _ux_host_class_audio_entity_control_get()
243 else if (res < audio_control -> ux_host_class_audio_control_res) in _ux_host_class_audio_entity_control_get()
244 audio_control -> ux_host_class_audio_control_res = res; in _ux_host_class_audio_entity_control_get()
248 if (n_subs > 1 && audio_control -> ux_host_class_audio_control_res == 0) in _ux_host_class_audio_entity_control_get()
250 audio_control -> ux_host_class_audio_control_res = in _ux_host_class_audio_entity_control_get()
323 audio_control -> ux_host_class_audio_control_res = _ux_utility_long_get(control_buffer); in _ux_host_class_audio_entity_control_get()
Dux_host_class_audio_control_get.c205 … audio_control -> ux_host_class_audio_control_res = _ux_utility_long_get(control_buffer + 10); in _ux_host_class_audio_control_get()
212 … audio_control -> ux_host_class_audio_control_res = _ux_utility_short_get(control_buffer + 6); in _ux_host_class_audio_control_get()
219 audio_control -> ux_host_class_audio_control_res = *(control_buffer + 4); in _ux_host_class_audio_control_get()
339 audio_control -> ux_host_class_audio_control_res = _ux_utility_long_get(control_buffer); in _ux_host_class_audio_control_get()
/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_audio.h529 ULONG ux_host_class_audio_control_res; member