Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/opp/
Dcore.c1244 if (opp_table->config_clks) { in _set_opp()
1245 ret = opp_table->config_clks(dev, opp_table, opp, clk_data, scaling_down); in _set_opp()
1324 ret = opp_table->config_clks(dev, opp_table, NULL, in dev_pm_opp_set_rate()
1507 opp_table->config_clks = _opp_config_clk_single; in _update_opp_table_clk()
2258 config_clks_t config_clks) in _opp_set_clknames() argument
2276 if (!count || (!config_clks && count > 1)) in _opp_set_clknames()
2302 opp_table->config_clks = config_clks; in _opp_set_clknames()
2306 if (!opp_table->config_clks) in _opp_set_clknames()
2307 opp_table->config_clks = _opp_config_clk_single; in _opp_set_clknames()
2336 opp_table->config_clks = NULL; in _opp_put_clknames()
[all …]
Dopp.h233 config_clks_t config_clks; member
/linux-6.12.1/drivers/ufs/host/
Dufshcd-pltfrm.c316 config.config_clks = ufshcd_opp_config_clks; in ufshcd_parse_operating_points()
/linux-6.12.1/include/linux/
Dpm_opp.h76 config_clks_t config_clks; member
/linux-6.12.1/drivers/devfreq/
Dtegra30-devfreq.c847 .config_clks = tegra_devfreq_config_clks_nop, in tegra_devfreq_probe()