other versions
- stretch 4.9.168-1
REGULATOR_ALLOW_BYPA(9) | API reference | REGULATOR_ALLOW_BYPA(9) |
NAME¶
regulator_allow_bypass - allow the regulator to go into bypass modeSYNOPSIS¶
int regulator_allow_bypass(struct regulator * regulator, bool enable);
ARGUMENTS¶
regulatorRegulator to configure
enable
enable or disable bypass mode
DESCRIPTION¶
Allow the regulator to go into bypass mode if all other consumers for the regulator also enable bypass mode and the machine constraints allow this. Bypass mode means that the regulator is simply passing the input directly to the output with no regulation.AUTHORS¶
Liam Girdwood <lrg@slimlogic.co.uk>Author.
Mark Brown <broonie@opensource.wolfsonmicro.com>
Wolfson Microelectronics,
Author.
COPYRIGHT¶
April 2019 | Kernel Hackers Manual 4.9. |