Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/cpufreq/
Darm_big_little.c55 static struct cpufreq_arm_bL_ops *arm_bL_ops; variable
292 if (arm_bL_ops->free_opp_table) in _put_cluster_clk_and_freq_table()
293 arm_bL_ops->free_opp_table(cpu_dev); in _put_cluster_clk_and_freq_table()
331 ret = arm_bL_ops->init_opp_table(cpu_dev); in _get_cluster_clk_and_freq_table()
360 if (arm_bL_ops->free_opp_table) in _get_cluster_clk_and_freq_table()
361 arm_bL_ops->free_opp_table(cpu_dev); in _get_cluster_clk_and_freq_table()
466 if (arm_bL_ops->get_transition_latency) in bL_cpufreq_init()
468 arm_bL_ops->get_transition_latency(cpu_dev); in bL_cpufreq_init()
545 if (arm_bL_ops) { in bL_cpufreq_register()
547 arm_bL_ops->name); in bL_cpufreq_register()
[all …]