Lines Matching defs:config_regulators
1345 if (opp_table->config_regulators) {
1346 ret = opp_table->config_regulators(dev, old_opp, opp,
1365 if (opp_table->config_regulators) {
1366 ret = opp_table->config_regulators(dev, old_opp, opp,
2275 /* Set generic config_regulators() for single regulators here */
2277 opp_table->config_regulators = _opp_config_regulator_single;
2423 struct device *dev, config_regulators_t config_regulators)
2426 if (!opp_table->config_regulators)
2427 opp_table->config_regulators = config_regulators;
2434 if (opp_table->config_regulators)
2435 opp_table->config_regulators = NULL;
2586 /* Configure config_regulators helper */
2587 if (config->config_regulators) {
2589 config->config_regulators);