Searched refs:config_clks (Results 1 – 3 of 3) sorted by relevance
1250 if (opp_table->config_clks) { in _set_opp()1251 ret = opp_table->config_clks(dev, opp_table, opp, clk_data, scaling_down); in _set_opp()1330 ret = opp_table->config_clks(dev, opp_table, NULL, in dev_pm_opp_set_rate()1515 opp_table->config_clks = _opp_config_clk_single; in _update_opp_table_clk()2302 config_clks_t config_clks) in _opp_set_clknames() argument2320 if (!count || (!config_clks && count > 1)) in _opp_set_clknames()2346 opp_table->config_clks = config_clks; in _opp_set_clknames()2350 if (!opp_table->config_clks) in _opp_set_clknames()2351 opp_table->config_clks = _opp_config_clk_single; in _opp_set_clknames()2384 opp_table->config_clks = NULL; in _opp_put_clknames()[all …]
223 config_clks_t config_clks; member
847 .config_clks = tegra_devfreq_config_clks_nop, in tegra_devfreq_probe()