Searched refs:rohm_regulator_set_dvs_levels (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/drivers/regulator/ |
D | rohm-regulator.c | 59 int rohm_regulator_set_dvs_levels(const struct rohm_dvs_config *dvs, in rohm_regulator_set_dvs_levels() function 113 EXPORT_SYMBOL(rohm_regulator_set_dvs_levels);
|
D | bd71815-regulator.c | 179 return rohm_regulator_set_dvs_levels(data->dvs, np, desc, cfg->regmap); in set_hw_dvs_levels() 233 ret = rohm_regulator_set_dvs_levels(data->dvs, np, desc, in buck12_set_hw_dvs_levels()
|
D | bd71828-regulator.c | 102 return rohm_regulator_set_dvs_levels(&data->dvs, np, desc, cfg->regmap); in buck_set_hw_dvs_levels()
|
D | bd718x7-regulator.c | 703 return rohm_regulator_set_dvs_levels(&data->dvs, np, desc, cfg->regmap); in buck_set_hw_dvs_levels()
|
/Linux-v6.6/include/linux/mfd/ |
D | rohm-generic.h | 77 int rohm_regulator_set_dvs_levels(const struct rohm_dvs_config *dvs,
|