Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/cpufreq/
Darm_big_little.c60 static const struct cpufreq_arm_bL_ops *arm_bL_ops; variable
319 if (arm_bL_ops->free_opp_table) in _put_cluster_clk_and_freq_table()
320 arm_bL_ops->free_opp_table(cpumask); in _put_cluster_clk_and_freq_table()
359 ret = arm_bL_ops->init_opp_table(cpumask); in _get_cluster_clk_and_freq_table()
387 if (arm_bL_ops->free_opp_table) in _get_cluster_clk_and_freq_table()
388 arm_bL_ops->free_opp_table(cpumask); in _get_cluster_clk_and_freq_table()
488 arm_bL_ops->get_transition_latency(cpu_dev); in bL_cpufreq_init()
596 if (arm_bL_ops) { in bL_cpufreq_register()
598 arm_bL_ops->name); in bL_cpufreq_register()
608 arm_bL_ops = ops; in bL_cpufreq_register()
[all …]