Home
last modified time | relevance | path

Searched defs:new_freq (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/cpufreq/
H A Ds3c64xx-cpufreq.c56 unsigned int new_freq = s3c64xx_freq_table[index].frequency; in s3c64xx_cpufreq_set_target() local
H A Dcpufreq_stats.c266 unsigned int new_freq) in cpufreq_stats_record_transition()
H A Dimx6q-cpufreq.c64 unsigned int old_freq, new_freq; in imx6q_set_target() local
/linux/drivers/devfreq/
H A Dimx8m-ddrc.c235 unsigned long old_freq, new_freq; in imx8m_ddrc_target() local
H A Ddevfreq.c344 static int devfreq_set_target(struct devfreq *devfreq, unsigned long new_freq, in devfreq_set_target()
/linux/drivers/clk/st/
H A Dclkgen-pll.c320 unsigned long new_freq; in clk_pll3200c32_get_params() local
485 unsigned long new_freq, new_deviation; in clk_pll4600c28_get_params() local
H A Dclkgen-fsyn.c649 unsigned long new_freq, new_deviation; in clk_fs660c32_get_pe() local
686 unsigned long new_freq, new_deviation; in clk_fs660c32_dig_get_params() local
/linux/include/linux/
H A Dcpufreq.h295 unsigned int new_freq) { } in cpufreq_stats_record_transition()
/linux/tools/perf/
H A Dbuiltin-timechart.c401 static void p_state_change(struct timechart *tchart, int cpu, u64 timestamp, u64 new_freq) in p_state_change()