Searched refs:frequency (Results 1 – 2 of 2) sorted by relevance
116 ULONG frequency = 0; in _ux_host_class_audio_streaming_sampling_set() local318 frequency = _ux_utility_long_get(control_buffer); in _ux_host_class_audio_streaming_sampling_set()319 if (audio_sampling -> ux_host_class_audio_sampling_frequency != frequency) in _ux_host_class_audio_streaming_sampling_set()345 frequency = audio_sampling -> ux_host_class_audio_sampling_frequency; in _ux_host_class_audio_streaming_sampling_set()346 …if (UX_OVERFLOW_CHECK_MULV_ULONG(frequency, audio_sampling -> ux_host_class_audio_sampling_channel… in _ux_host_class_audio_streaming_sampling_set()351 frequency *= audio_sampling -> ux_host_class_audio_sampling_channels; in _ux_host_class_audio_streaming_sampling_set()352 if (UX_OVERFLOW_CHECK_MULV_ULONG(frequency, res_bytes)) in _ux_host_class_audio_streaming_sampling_set()357 frequency *= res_bytes; in _ux_host_class_audio_streaming_sampling_set()359 frequency % audio -> ux_host_class_audio_packet_freq; in _ux_host_class_audio_streaming_sampling_set()361 frequency / audio -> ux_host_class_audio_packet_freq; in _ux_host_class_audio_streaming_sampling_set()
371 Uses ThreadX delay instead of simple loops depends on CPU frequency.1927 … Provide protection in hub class for removal/insertion within one hub polling frequency2579 …ux_hcd_ehci_interrupt_endpoint_create.c Changed frequency check and changed the value of NAK c…