Searched refs:free_opp_table (Results 1 – 3 of 3) sorted by relevance
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()342 goto free_opp_table; in _get_cluster_clk_and_freq_table()359 free_opp_table: 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()
37 void (*free_opp_table)(struct device *cpu_dev); member
85 .free_opp_table = of_free_opp_table,