regulator_allow_bypass
EXPORT_SYMBOL_GPL(regulator_allow_bypass);
int regulator_allow_bypass(struct regulator *regulator, bool allow);
ret = regulator_allow_bypass(info->micvdd, true);
ret = regulator_allow_bypass(info->micvdd, false);
ret = regulator_allow_bypass(info->micvdd, true);
ret = regulator_allow_bypass(info->micvdd, true);
ret = regulator_allow_bypass(w->regulator, false);
ret = regulator_allow_bypass(w->regulator, true);
ret = regulator_allow_bypass(w->regulator, true);