rohm_regulator_set_dvs_levels
return rohm_regulator_set_dvs_levels(data->dvs, np, desc, cfg->regmap);
ret = rohm_regulator_set_dvs_levels(data->dvs, np, desc,
return rohm_regulator_set_dvs_levels(&data->dvs, np, desc, cfg->regmap);
return rohm_regulator_set_dvs_levels(&data->dvs, np, desc, cfg->regmap);
EXPORT_SYMBOL(rohm_regulator_set_dvs_levels);
int rohm_regulator_set_dvs_levels(const struct rohm_dvs_config *dvs,