Searched refs:scaling_down (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/opp/ |
H A D | core.c | 928 struct dev_pm_opp *opp, void *data, bool scaling_down) in _opp_config_clk_single() argument 961 bool scaling_down) in dev_pm_opp_config_clks_simple() argument 965 if (scaling_down) { in dev_pm_opp_config_clks_simple() 1066 struct opp_table *opp_table, struct dev_pm_opp *opp, bool scaling_down) in _opp_set_required_opps_generic() argument 1073 struct opp_table *opp_table, struct dev_pm_opp *opp, bool scaling_down) in _opp_set_required_opps_genpd() argument 1086 if (!scaling_down) { in _opp_set_required_opps_genpd() 1190 int scaling_down, ret; in _set_opp() local 1212 scaling_down = _opp_compare_key(opp_table, old_opp, opp); in _set_opp() 1213 if (scaling_down == -1) in _set_opp() 1214 scaling_down = 0; in _set_opp() [all …]
|
H A D | opp.h | 235 struct opp_table *opp_table, struct dev_pm_opp *opp, bool scaling_down);
|
/openbmc/linux/include/linux/ |
H A D | pm_opp.h | 65 struct dev_pm_opp *opp, void *data, bool scaling_down); 176 bool scaling_down); 381 bool scaling_down) in dev_pm_opp_config_clks_simple() argument
|
/openbmc/linux/drivers/devfreq/ |
H A D | tegra30-devfreq.c | 827 bool scaling_down) in tegra_devfreq_config_clks_nop() argument
|