Home
last modified time | relevance | path

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

/linux/drivers/opp/
A Dcore.c1232 if (opp_table->config_regulators) { in _set_opp()
1233 ret = opp_table->config_regulators(dev, old_opp, opp, in _set_opp()
1252 if (opp_table->config_regulators) { in _set_opp()
1253 ret = opp_table->config_regulators(dev, old_opp, opp, in _set_opp()
2348 struct device *dev, config_regulators_t config_regulators) in _opp_set_config_regulators_helper() argument
2351 if (!opp_table->config_regulators) in _opp_set_config_regulators_helper()
2352 opp_table->config_regulators = config_regulators; in _opp_set_config_regulators_helper()
2359 if (opp_table->config_regulators) in _opp_put_config_regulators_helper()
2360 opp_table->config_regulators = NULL; in _opp_put_config_regulators_helper()
2602 if (config->config_regulators) { in dev_pm_opp_set_config()
[all …]
A Dopp.h237 config_regulators_t config_regulators; member
/linux/include/linux/
A Dpm_opp.h78 config_regulators_t config_regulators; member
667 .config_regulators = helper, in dev_pm_opp_set_config_regulators()

Completed in 14 milliseconds