Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dopp.rs302 fn config_regulators( in config_regulators() method
481 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() method
550 T::config_regulators( in config_regulators()
/linux/drivers/opp/
H A Dcore.c1345 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() argument
2432 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 …]
H A Dopp.h238 config_regulators_t config_regulators; member