Searched refs:ux_host_class_audio_control_max (Results 1 – 3 of 3) sorted by relevance
194 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()
204 … 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()
528 ULONG ux_host_class_audio_control_max; member