Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_audio_entity_control_get.c194 audio_control -> ux_host_class_audio_control_max = 0; in _ux_host_class_audio_entity_control_get()
233 if (audio_control -> ux_host_class_audio_control_max < max) in _ux_host_class_audio_entity_control_get()
234 audio_control -> ux_host_class_audio_control_max = max; in _ux_host_class_audio_entity_control_get()
251 (audio_control -> ux_host_class_audio_control_max - in _ux_host_class_audio_entity_control_get()
305 audio_control -> ux_host_class_audio_control_max = _ux_utility_long_get(control_buffer); in _ux_host_class_audio_entity_control_get()
Dux_host_class_audio_control_get.c204 … audio_control -> ux_host_class_audio_control_max = _ux_utility_long_get(control_buffer + 6); in _ux_host_class_audio_control_get()
211 … audio_control -> ux_host_class_audio_control_max = _ux_utility_short_get(control_buffer + 4); in _ux_host_class_audio_control_get()
218 audio_control -> ux_host_class_audio_control_max = *(control_buffer + 3); in _ux_host_class_audio_control_get()
309 audio_control -> ux_host_class_audio_control_max = _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.h528 ULONG ux_host_class_audio_control_max; member