Searched refs:config_regulators (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/drivers/opp/ |
H A D | core.c | 1207 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() 2200 /* Set generic config_regulators() for single regulators here */ in _opp_set_regulators() 2202 opp_table->config_regulators = _opp_config_regulator_single; in _opp_set_regulators() 2358 * @config_regulators: Custom set regulator helper. 2365 struct device *dev, config_regulators_t config_regulators) in _opp_set_config_regulators_helper() 2368 if (!opp_table->config_regulators) in _opp_set_config_regulators_helper() 2369 opp_table->config_regulators in _opp_set_config_regulators_helper() 2364 _opp_set_config_regulators_helper(struct opp_table *opp_table, struct device *dev, config_regulators_t config_regulators) _opp_set_config_regulators_helper() argument [all...] |
H A D | opp.h | 175 * @config_regulators: Platform specific config_regulators() callback. 227 config_regulators_t config_regulators; member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | pm_opp.h | 72 * @config_regulators: Custom set regulator helper. 87 config_regulators_t config_regulators; member 609 .config_regulators = helper, in dev_pm_opp_set_config_regulators()
|
Completed in 5 milliseconds