Searched refs:rohm_regulator_set_dvs_levels (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/drivers/regulator/ |
D | rohm-regulator.c | 63 int rohm_regulator_set_dvs_levels(const struct rohm_dvs_config *dvs, in rohm_regulator_set_dvs_levels() function 117 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 | 704 return rohm_regulator_set_dvs_levels(&data->dvs, np, desc, cfg->regmap); in buck_set_hw_dvs_levels()
|
/linux-6.12.1/include/linux/mfd/ |
D | rohm-generic.h | 78 int rohm_regulator_set_dvs_levels(const struct rohm_dvs_config *dvs,
|