Home
last modified time | relevance | path

Searched refs:stop_threshold (Results 1 - 25 of 29) sorted by relevance

12

/kernel/linux/linux-5.10/sound/core/
H A Dpcm_compat.c77 u32 stop_threshold; member
100 get_user(params.stop_threshold, &src->stop_threshold) || in snd_pcm_ioctl_sw_params_compat()
H A Dpcm_native.c786 runtime->stop_threshold = runtime->buffer_size; in snd_pcm_hw_params()
935 runtime->stop_threshold = params->stop_threshold; in snd_pcm_sw_params()
H A Dpcm.c434 snd_iprintf(buffer, "stop_threshold: %lu\n", runtime->stop_threshold); in snd_pcm_substream_proc_sw_params_read()
/kernel/linux/linux-6.6/sound/core/
H A Dpcm_compat.c77 u32 stop_threshold; member
100 get_user(params.stop_threshold, &src->stop_threshold) || in snd_pcm_ioctl_sw_params_compat()
H A Dpcm_native.c804 runtime->stop_threshold = runtime->buffer_size; in snd_pcm_hw_params()
954 runtime->stop_threshold = params->stop_threshold; in snd_pcm_sw_params()
H A Dpcm.c436 snd_iprintf(buffer, "stop_threshold: %lu\n", runtime->stop_threshold); in snd_pcm_substream_proc_sw_params_read()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/
H A Dfile.h804 * @stop_threshold: the threshold above which to collect
810 __le32 stop_threshold; member
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/fw/
H A Dfile.h760 * @stop_threshold: the threshold above which to collect
766 __le32 stop_threshold; member
/kernel/linux/linux-5.10/include/sound/
H A Dpcm.h380 snd_pcm_uframes_t stop_threshold; member
820 * Return: Non-zero if any data exists, or zero if not. If stop_threshold
827 if (runtime->stop_threshold >= runtime->boundary) in snd_pcm_playback_data()
/kernel/linux/linux-6.6/include/sound/
H A Dpcm.h383 snd_pcm_uframes_t stop_threshold; member
874 * Return: Non-zero if any data exists, or zero if not. If stop_threshold
881 if (runtime->stop_threshold >= runtime->boundary) in snd_pcm_playback_data()
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/sound/
H A Dasound.h330 snd_pcm_uframes_t stop_threshold; member
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drx.c681 trig_thold = le32_to_cpu(trig_stats->stop_threshold); in iwl_mvm_rx_stats_check_trigger()
/kernel/linux/linux-5.10/tools/include/uapi/sound/
H A Dasound.h440 snd_pcm_uframes_t stop_threshold; /* min avail frames for automatic stop */ member
/kernel/linux/linux-5.10/include/uapi/sound/
H A Dasound.h440 snd_pcm_uframes_t stop_threshold; /* min avail frames for automatic stop */ member
/kernel/linux/linux-6.6/include/uapi/sound/
H A Dasound.h440 snd_pcm_uframes_t stop_threshold; /* - stop playback */ member
/kernel/linux/linux-6.6/tools/include/uapi/sound/
H A Dasound.h440 snd_pcm_uframes_t stop_threshold; /* - stop playback */ member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/sound/
H A Dasound.h345 snd_pcm_uframes_t stop_threshold; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/sound/
H A Dasound.h345 snd_pcm_uframes_t stop_threshold; member
/kernel/linux/linux-5.10/sound/core/oss/
H A Dpcm_oss.c1012 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()
/kernel/linux/linux-6.6/sound/core/oss/
H A Dpcm_oss.c1018 sw_params->stop_threshold = runtime->boundary; in snd_pcm_oss_change_params_locked()
1020 sw_params->stop_threshold = runtime->buffer_size; in snd_pcm_oss_change_params_locked()
2952 runtime->stop_threshold = runtime->boundary; in snd_pcm_oss_mmap()
/kernel/linux/linux-6.6/sound/soc/mediatek/mt8186/
H A Dmt8186-afe-pcm.c213 if (runtime->stop_threshold != ~(0U)) in mt8186_fe_trigger()
237 if (runtime->stop_threshold != ~(0U)) in mt8186_fe_trigger()
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2.h1315 int stop_threshold; member
H A Dmvpp2_main.c2811 txq_pcpu->stop_threshold = txq->size - MVPP2_MAX_SKB_DESCS; in mvpp2_txq_init()
2812 txq_pcpu->wake_threshold = txq_pcpu->stop_threshold / 2; in mvpp2_txq_init()
3301 if (txq_pcpu->count >= txq_pcpu->stop_threshold) in mvpp2_xdp_finish_tx()
4081 if (txq_pcpu->count >= txq_pcpu->stop_threshold) in mvpp2_tx()
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2.h1411 int stop_threshold; member
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drx.c704 trig_thold = le32_to_cpu(trig_stats->stop_threshold); in iwl_mvm_rx_stats_check_trigger()

Completed in 82 milliseconds

12