Home
last modified time | relevance | path

Searched refs:config_regulators (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/opp/
Dcore.c1111 if (opp_table->config_regulators) { in _set_opp()
1112 ret = opp_table->config_regulators(dev, old_opp, opp, in _set_opp()
1131 if (opp_table->config_regulators) { in _set_opp()
1132 ret = opp_table->config_regulators(dev, old_opp, opp, in _set_opp()
2111 opp_table->config_regulators = _opp_config_regulator_single; in _opp_set_regulators()
2274 struct device *dev, config_regulators_t config_regulators) in _opp_set_config_regulators_helper() argument
2277 if (!opp_table->config_regulators) in _opp_set_config_regulators_helper()
2278 opp_table->config_regulators = config_regulators; in _opp_set_config_regulators_helper()
2292 if (opp_table->config_regulators) in _opp_put_config_regulators_helper()
2293 opp_table->config_regulators = NULL; in _opp_put_config_regulators_helper()
[all …]
Dopp.h229 config_regulators_t config_regulators; member
/linux-6.1.9/include/linux/
Dpm_opp.h87 config_regulators_t config_regulators; member
578 .config_regulators = helper, in dev_pm_opp_set_config_regulators()