Searched refs:stop_threshold (Results 1 – 15 of 15) sorted by relevance
77 u32 stop_threshold; member100 get_user(params.stop_threshold, &src->stop_threshold) || in snd_pcm_ioctl_sw_params_compat()
433 snd_iprintf(buffer, "stop_threshold: %lu\n", runtime->stop_threshold); in snd_pcm_substream_proc_sw_params_read()
786 runtime->stop_threshold = runtime->buffer_size; in snd_pcm_hw_params()935 runtime->stop_threshold = params->stop_threshold; in snd_pcm_sw_params()
194 if (avail >= runtime->stop_threshold) { in snd_pcm_update_state()
810 __le32 stop_threshold; member
380 snd_pcm_uframes_t stop_threshold; member827 if (runtime->stop_threshold >= runtime->boundary) in snd_pcm_playback_data()
330 snd_pcm_uframes_t stop_threshold; member
345 snd_pcm_uframes_t stop_threshold; member
440 snd_pcm_uframes_t stop_threshold; /* min avail frames for automatic stop */ member
681 trig_thold = le32_to_cpu(trig_stats->stop_threshold); in iwl_mvm_rx_stats_check_trigger()
1315 int stop_threshold; member
2786 txq_pcpu->stop_threshold = txq->size - MVPP2_MAX_SKB_DESCS; in mvpp2_txq_init()2787 txq_pcpu->wake_threshold = txq_pcpu->stop_threshold / 2; in mvpp2_txq_init()3276 if (txq_pcpu->count >= txq_pcpu->stop_threshold) in mvpp2_xdp_finish_tx()4056 if (txq_pcpu->count >= txq_pcpu->stop_threshold) in mvpp2_tx()
1012 sw_params->stop_threshold = runtime->boundary; in snd_pcm_oss_change_params_locked()1014 sw_params->stop_threshold = runtime->buffer_size; in snd_pcm_oss_change_params_locked()2933 runtime->stop_threshold = runtime->boundary; in snd_pcm_oss_mmap()
1580 snd_pcm_uframes_t stop_threshold;