Searched refs:scaling_down (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/drivers/opp/ |
H A D | core.c | 905 struct dev_pm_opp *opp, void *data, bool scaling_down) in _opp_config_clk_single() 938 bool scaling_down) in dev_pm_opp_config_clks_simple() 942 if (scaling_down) { in dev_pm_opp_config_clks_simple() 1043 struct opp_table *opp_table, struct dev_pm_opp *opp, bool scaling_down) in _opp_set_required_opps_generic() 1050 struct opp_table *opp_table, struct dev_pm_opp *opp, bool scaling_down) in _opp_set_required_opps_genpd() 1063 if (!scaling_down) { in _opp_set_required_opps_genpd() 1167 int scaling_down, ret; in _set_opp() local 1189 scaling_down = _opp_compare_key(opp_table, old_opp, opp); in _set_opp() 1190 if (scaling_down == -1) in _set_opp() 1191 scaling_down in _set_opp() 904 _opp_config_clk_single(struct device *dev, struct opp_table *opp_table, struct dev_pm_opp *opp, void *data, bool scaling_down) _opp_config_clk_single() argument 936 dev_pm_opp_config_clks_simple(struct device *dev, struct opp_table *opp_table, struct dev_pm_opp *opp, void *data, bool scaling_down) dev_pm_opp_config_clks_simple() argument 1042 _opp_set_required_opps_generic(struct device *dev, struct opp_table *opp_table, struct dev_pm_opp *opp, bool scaling_down) _opp_set_required_opps_generic() argument 1049 _opp_set_required_opps_genpd(struct device *dev, struct opp_table *opp_table, struct dev_pm_opp *opp, bool scaling_down) _opp_set_required_opps_genpd() argument [all...] |
H A D | opp.h | 235 struct opp_table *opp_table, struct dev_pm_opp *opp, bool scaling_down);
|
/kernel/linux/linux-6.6/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() 379 dev_pm_opp_config_clks_simple(struct device *dev, struct opp_table *opp_table, struct dev_pm_opp *opp, void *data, bool scaling_down) dev_pm_opp_config_clks_simple() argument
|
/kernel/linux/linux-6.6/drivers/devfreq/ |
H A D | tegra30-devfreq.c | 827 bool scaling_down) in tegra_devfreq_config_clks_nop() 824 tegra_devfreq_config_clks_nop(struct device *dev, struct opp_table *opp_table, struct dev_pm_opp *opp, void *data, bool scaling_down) tegra_devfreq_config_clks_nop() argument
|
Completed in 7 milliseconds