Home
last modified time | relevance | path

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

/linux/drivers/opp/
H A Dcore.c1280 if (opp_table->config_regulators) { in _set_opp()
1281 ret = opp_table->config_regulators(dev, old_opp, opp, in _set_opp()
1300 if (opp_table->config_regulators) { in _set_opp()
1301 ret = opp_table->config_regulators(dev, old_opp, opp, in _set_opp()
2256 opp_table->config_regulators = _opp_config_regulator_single; in _opp_set_regulators()
2403 struct device *dev, config_regulators_t config_regulators) in _opp_set_config_regulators_helper() argument
2406 if (!opp_table->config_regulators) in _opp_set_config_regulators_helper()
2407 opp_table->config_regulators = config_regulators; in _opp_set_config_regulators_helper()
2414 if (opp_table->config_regulators) in _opp_put_config_regulators_helper()
2415 opp_table->config_regulators = NULL; in _opp_put_config_regulators_helper()
[all …]
/linux/include/linux/
H A Dpm_opp.h75 config_regulators_t config_regulators; member
676 .config_regulators = helper, in dev_pm_opp_set_config_regulators()