Home
last modified time | relevance | path

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

/openbmc/linux/drivers/opp/
H A Dcore.c1207 if (opp_table->config_regulators) { in _set_opp()
1208 ret = opp_table->config_regulators(dev, old_opp, opp, in _set_opp()
1227 if (opp_table->config_regulators) { in _set_opp()
1228 ret = opp_table->config_regulators(dev, old_opp, opp, in _set_opp()
2365 struct device *dev, config_regulators_t config_regulators) in _opp_set_config_regulators_helper() argument
2368 if (!opp_table->config_regulators) in _opp_set_config_regulators_helper()
2369 opp_table->config_regulators = config_regulators; in _opp_set_config_regulators_helper()
2383 if (opp_table->config_regulators) in _opp_put_config_regulators_helper()
2384 opp_table->config_regulators = NULL; in _opp_put_config_regulators_helper()
2591 if (config->config_regulators) { in dev_pm_opp_set_config()
[all …]
H A Dopp.h227 config_regulators_t config_regulators; member
/openbmc/linux/include/linux/
H A Dpm_opp.h87 config_regulators_t config_regulators; member
609 .config_regulators = helper, in dev_pm_opp_set_config_regulators()