Searched refs:config_regulators (Results 1 – 3 of 3) sorted by relevance
302 fn config_regulators( in config_regulators() method481 config_regulators: if T::HAS_CONFIG_REGULATORS { in set()482 Some(Self::config_regulators) in set()540 extern "C" fn config_regulators( in config_regulators() method550 T::config_regulators( in config_regulators()
1345 if (opp_table->config_regulators) { in _set_opp()1346 ret = opp_table->config_regulators(dev, old_opp, opp, in _set_opp()1365 if (opp_table->config_regulators) { in _set_opp()1366 ret = opp_table->config_regulators(dev, old_opp, opp, in _set_opp()2283 opp_table->config_regulators = _opp_config_regulator_single; in _opp_set_regulators()2429 struct device *dev, config_regulators_t config_regulators) in _opp_set_config_regulators_helper() argument2432 if (!opp_table->config_regulators) in _opp_set_config_regulators_helper()2433 opp_table->config_regulators = config_regulators; in _opp_set_config_regulators_helper()2440 if (opp_table->config_regulators) in _opp_put_config_regulators_helper()2441 opp_table->config_regulators = NULL; in _opp_put_config_regulators_helper()[all …]
238 config_regulators_t config_regulators; member