1DEVM_REGULATOR_PUT(9) API reference DEVM_REGULATOR_PUT(9)
2
3
4
6 devm_regulator_put - Resource managed regulator_put
7
9 void devm_regulator_put(struct regulator * regulator);
10
12 regulator
13 regulator to free
14
16 Deallocate a regulator allocated with devm_regulator_get. Normally this
17 function will not need to be called and the resource management code
18 will ensure that the resource is freed.
19
21 Liam Girdwood <lrg@slimlogic.co.uk>
22 Author.
23
24 Mark Brown <broonie@opensource.wolfsonmicro.com>
25 Wolfson Microelectronics,
26
27
28 Author.
29
31Kernel Hackers Manual 3.10 June 2019 DEVM_REGULATOR_PUT(9)