Searched refs:config_clks (Results 1 – 7 of 7) sorted by relevance
| /linux/rust/kernel/ |
| H A D | opp.rs | 296 fn config_clks(_dev: &Device, _table: &Table, _opp: &OPP, _scaling_down: bool) -> Result { in config_clks() method 474 config_clks: if T::HAS_CONFIG_CLKS { in set() 475 Some(Self::config_clks) in set() 515 extern "C" fn config_clks( in config_clks() method 525 T::config_clks( in config_clks()
|
| /linux/drivers/opp/ |
| H A D | core.c | 1357 if (opp_table->config_clks) { in _set_opp() 1358 ret = opp_table->config_clks(dev, opp_table, opp, clk_data, scaling_down); in _set_opp() 1436 return opp_table->config_clks(dev, opp_table, NULL, in dev_pm_opp_set_rate() 1600 opp_table->config_clks = _opp_config_clk_single; in _update_opp_table_clk() 2340 config_clks_t config_clks) in _opp_set_clknames() argument 2358 if (!count || (!config_clks && count > 1)) in _opp_set_clknames() 2383 opp_table->config_clks = config_clks; in _opp_set_clknames() 2387 if (!opp_table->config_clks) in _opp_set_clknames() 2388 opp_table->config_clks = _opp_config_clk_single; in _opp_set_clknames() 2417 opp_table->config_clks = NULL; in _opp_put_clknames() [all …]
|
| H A D | opp.h | 234 config_clks_t config_clks; member
|
| /linux/drivers/cpufreq/ |
| H A D | airoha-cpufreq.c | 42 .config_clks = airoha_cpufreq_config_clks_nop, in airoha_cpufreq_probe()
|
| /linux/drivers/ufs/host/ |
| H A D | ufshcd-pltfrm.c | 316 config.config_clks = ufshcd_opp_config_clks; in ufshcd_parse_operating_points()
|
| /linux/include/linux/ |
| H A D | pm_opp.h | 74 config_clks_t config_clks; member
|
| /linux/drivers/devfreq/ |
| H A D | tegra30-devfreq.c | 842 .config_clks = tegra_devfreq_config_clks_nop, in tegra_devfreq_probe()
|