DEVM_REGULATOR_PUT(9) | API reference | DEVM_REGULATOR_PUT(9) |
NAME¶
devm_regulator_put - Resource managed regulator_put
SYNOPSIS¶
void devm_regulator_put(struct regulator * regulator);
ARGUMENTS¶
regulator
regulator to free
DESCRIPTION¶
Deallocate a regulator allocated with devm_regulator_get. Normally this function will not need to be called and the resource management code will ensure that the resource is freed.
AUTHORS¶
Liam Girdwood <lrg@slimlogic.co.uk>
Author.
Mark Brown <broonie@opensource.wolfsonmicro.com>
Wolfson Microelectronics,
Author.
COPYRIGHT¶
June 2024 | Kernel Hackers Manual 3.10 |