Home
last modified time | relevance | path

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

/drivers/opp/
A Dcore.c1244 if (opp_table->config_regulators) { in _set_opp()
1245 ret = opp_table->config_regulators(dev, old_opp, opp, in _set_opp()
1264 if (opp_table->config_regulators) { in _set_opp()
1265 ret = opp_table->config_regulators(dev, old_opp, opp, in _set_opp()
2329 struct device *dev, config_regulators_t config_regulators) in _opp_set_config_regulators_helper() argument
2332 if (!opp_table->config_regulators) in _opp_set_config_regulators_helper()
2333 opp_table->config_regulators = config_regulators; in _opp_set_config_regulators_helper()
2340 if (opp_table->config_regulators) in _opp_put_config_regulators_helper()
2341 opp_table->config_regulators = NULL; in _opp_put_config_regulators_helper()
2493 if (config->config_regulators) { in dev_pm_opp_set_config()
[all …]
A Dopp.h238 config_regulators_t config_regulators; member

Completed in 20 milliseconds