Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/cpufreq/
Darm_big_little.c58 static struct cpufreq_arm_bL_ops *arm_bL_ops; variable
308 if (arm_bL_ops->free_opp_table) in _put_cluster_clk_and_freq_table()
309 arm_bL_ops->free_opp_table(cpu_dev); in _put_cluster_clk_and_freq_table()
346 ret = arm_bL_ops->init_opp_table(cpu_dev); in _get_cluster_clk_and_freq_table()
374 if (arm_bL_ops->free_opp_table) in _get_cluster_clk_and_freq_table()
375 arm_bL_ops->free_opp_table(cpu_dev); in _get_cluster_clk_and_freq_table()
480 if (arm_bL_ops->get_transition_latency) in bL_cpufreq_init()
482 arm_bL_ops->get_transition_latency(cpu_dev); in bL_cpufreq_init()
574 if (arm_bL_ops) { in bL_cpufreq_register()
576 arm_bL_ops->name); in bL_cpufreq_register()
[all …]