Home
last modified time | relevance | path

Searched refs:stop_threshold (Results 1 – 9 of 9) sorted by relevance

/linux-4.1.27/sound/core/
Dpcm_compat.c100 u32 stop_threshold; member
136 get_user(params.stop_threshold, &src->stop_threshold) || in snd_pcm_ioctl_sw_params_compat()
Dpcm_native.c576 runtime->stop_threshold = runtime->buffer_size; in snd_pcm_hw_params()
689 runtime->stop_threshold = params->stop_threshold; in snd_pcm_sw_params()
Dpcm.c439 snd_iprintf(buffer, "stop_threshold: %lu\n", runtime->stop_threshold); in snd_pcm_substream_proc_sw_params_read()
Dpcm_lib.c222 if (avail >= runtime->stop_threshold) { in snd_pcm_update_state()
/linux-4.1.27/drivers/net/wireless/iwlwifi/
Diwl-fw-file.h570 __le32 stop_threshold; member
/linux-4.1.27/include/sound/
Dpcm.h377 snd_pcm_uframes_t stop_threshold; member
827 if (runtime->stop_threshold >= runtime->boundary) in snd_pcm_playback_data()
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/
Drx.c552 trig_thold = le32_to_cpu(trig_stats->stop_threshold); in iwl_mvm_rx_stats_check_trigger()
/linux-4.1.27/include/uapi/sound/
Dasound.h405 snd_pcm_uframes_t stop_threshold; /* min avail frames for automatic stop */ member
/linux-4.1.27/sound/core/oss/
Dpcm_oss.c1003 sw_params->stop_threshold = runtime->boundary; in snd_pcm_oss_change_params()
1005 sw_params->stop_threshold = runtime->buffer_size; in snd_pcm_oss_change_params()
2834 runtime->stop_threshold = runtime->boundary; in snd_pcm_oss_mmap()