Home
last modified time | relevance | path

Searched refs:n_param (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/sound/x86/
H A Dintel_hdmi_audio.c729 u32 n_param, struct snd_intelhad *intelhaddata) in had_prog_cts() argument
739 dividend = (u64)tmds * n_param*1000; in had_prog_cts()
744 tmds, n_param, cts_val); in had_prog_cts()
799 static int had_prog_n(u32 aud_samp_freq, u32 *n_param, in had_prog_n() argument
821 *n_param = n_val; in had_prog_n()
1197 u32 disp_samp_freq, n_param; in had_pcm_prepare() local
1218 retval = had_prog_n(substream->runtime->rate, &n_param, intelhaddata); in had_pcm_prepare()
1229 n_param, intelhaddata); in had_pcm_prepare()
1302 u32 disp_samp_freq, n_param; in had_process_mode_change() local
1315 retval = had_prog_n(substream->runtime->rate, &n_param, intelhaddata); in had_process_mode_change()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/lexical_cast/detail/
H A Dlcast_unsigned_converters.hpp84 lcast_put_unsigned(const T n_param, CharT* finish) BOOST_NOEXCEPT in lcast_put_unsigned() argument
85 : m_value(n_param), m_finish(finish) in lcast_put_unsigned()