Home
last modified time | relevance | path

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

/linux/drivers/opp/
H A Dcore.c1292 if (opp_table->config_clks) { in _set_opp()
1293 ret = opp_table->config_clks(dev, opp_table, opp, clk_data, scaling_down); in _set_opp()
1372 ret = opp_table->config_clks(dev, opp_table, NULL, in dev_pm_opp_set_rate()
1550 opp_table->config_clks = _opp_config_clk_single; in _update_opp_table_clk()
2313 config_clks_t config_clks) in _opp_set_clknames() argument
2331 if (!count || (!config_clks && count > 1)) in _opp_set_clknames()
2357 opp_table->config_clks = config_clks; in _opp_set_clknames()
2361 if (!opp_table->config_clks) in _opp_set_clknames()
2362 opp_table->config_clks = _opp_config_clk_single; in _opp_set_clknames()
2391 opp_table->config_clks = NULL; in _opp_put_clknames()
[all …]
/linux/drivers/ufs/host/
H A Dufshcd-pltfrm.c316 config.config_clks = ufshcd_opp_config_clks; in ufshcd_parse_operating_points()
/linux/include/linux/
H A Dpm_opp.h73 config_clks_t config_clks; member
/linux/drivers/devfreq/
H A Dtegra30-devfreq.c847 .config_clks = tegra_devfreq_config_clks_nop, in tegra_devfreq_probe()