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

/linux-master/drivers/opp/
H A Dopp.h187 * @config_regulators: Platform specific config_regulators() callback.
237 config_regulators_t config_regulators; member in struct:opp_table
H A Dcore.c1233 if (opp_table->config_regulators) {
1234 ret = opp_table->config_regulators(dev, old_opp, opp,
1253 if (opp_table->config_regulators) {
1254 ret = opp_table->config_regulators(dev, old_opp, opp,
2200 /* Set generic config_regulators() for single regulators here */
2202 opp_table->config_regulators = _opp_config_regulator_single;
2349 struct device *dev, config_regulators_t config_regulators)
2352 if (!opp_table->config_regulators)
2353 opp_table->config_regulators = config_regulators;
2348 _opp_set_config_regulators_helper(struct opp_table *opp_table, struct device *dev, config_regulators_t config_regulators) argument
[all...]
/linux-master/include/linux/
H A Dpm_opp.h61 * @config_regulators: Custom set regulator helper.
78 config_regulators_t config_regulators; member in struct:dev_pm_opp_config
653 .config_regulators = helper,

Completed in 188 milliseconds