Query: devm_regulator_put
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
DEVM_REGULATOR_PUT(9) API reference DEVM_REGULATOR_PUT(9)NAMEdevm_regulator_put - Resource managed regulator_putSYNOPSISvoid devm_regulator_put(struct regulator * regulator);ARGUMENTSregulator regulator to freeDESCRIPTIONDeallocate 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.AUTHORSLiam Girdwood <lrg@slimlogic.co.uk> Author. Mark Brown <broonie@opensource.wolfsonmicro.com> Wolfson Microelectronics, Author.COPYRIGHTKernel Hackers Manual 3.10 June 2014 DEVM_REGULATOR_PUT(9)