Home
last modified time | relevance | path

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

/linux/sound/core/
A Dpcm_compat.c77 u32 stop_threshold; member
100 get_user(params.stop_threshold, &src->stop_threshold) || in snd_pcm_ioctl_sw_params_compat()
A Dpcm_native.c764 runtime->stop_threshold = runtime->buffer_size; in snd_pcm_hw_params()
902 runtime->stop_threshold = params->stop_threshold; in snd_pcm_sw_params()
A Dpcm.c433 snd_iprintf(buffer, "stop_threshold: %lu\n", runtime->stop_threshold); in snd_pcm_substream_proc_sw_params_read()
A Dpcm_lib.c195 if (avail >= runtime->stop_threshold) { in snd_pcm_update_state()
/linux/include/sound/
A Dpcm.h380 snd_pcm_uframes_t stop_threshold; member
825 if (runtime->stop_threshold >= runtime->boundary) in snd_pcm_playback_data()
/linux/drivers/net/wireless/intel/iwlwifi/fw/
A Dfile.h782 __le32 stop_threshold; member
/linux/tools/include/uapi/sound/
A Dasound.h441 snd_pcm_uframes_t stop_threshold; /* min avail frames for automatic stop */ member
/linux/include/uapi/sound/
A Dasound.h441 snd_pcm_uframes_t stop_threshold; /* min avail frames for automatic stop */ member
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
A Drx.c635 trig_thold = le32_to_cpu(trig_stats->stop_threshold); in iwl_mvm_rx_stats_check_trigger()
/linux/drivers/net/ethernet/marvell/mvpp2/
A Dmvpp2.h1410 int stop_threshold; member
A Dmvpp2_main.c3139 txq_pcpu->stop_threshold = txq->size - MVPP2_MAX_SKB_DESCS; in mvpp2_txq_init()
3140 txq_pcpu->wake_threshold = txq_pcpu->stop_threshold / 2; in mvpp2_txq_init()
3632 if (txq_pcpu->count >= txq_pcpu->stop_threshold) in mvpp2_xdp_finish_tx()
4411 if (txq_pcpu->count >= txq_pcpu->stop_threshold) in mvpp2_tx()
/linux/sound/core/oss/
A Dpcm_oss.c1007 sw_params->stop_threshold = runtime->boundary; in snd_pcm_oss_change_params_locked()
1009 sw_params->stop_threshold = runtime->buffer_size; in snd_pcm_oss_change_params_locked()
2946 runtime->stop_threshold = runtime->boundary; in snd_pcm_oss_mmap()
/linux/sound/usb/
A Dpcm.c587 return runtime->stop_threshold > runtime->buffer_size; in in_free_wheeling_mode()
/linux/Documentation/sound/kernel-api/
A Dwriting-an-alsa-driver.rst1580 snd_pcm_uframes_t stop_threshold;

Completed in 85 milliseconds