Searched refs:init_opp_table (Results 1 – 5 of 5) sorted by relevance
33 int (*init_opp_table)(struct device *cpu_dev); member
46 .init_opp_table = ve_spc_init_opp_table,
84 .init_opp_table = dt_init_opp_table,
92 .init_opp_table = scpi_init_opp_table,
346 ret = arm_bL_ops->init_opp_table(cpu_dev); in _get_cluster_clk_and_freq_table()580 if (!ops || !strlen(ops->name) || !ops->init_opp_table) { in bL_cpufreq_register()