Query: devm_regulator_get
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
DEVM_REGULATOR_GET(9) API reference DEVM_REGULATOR_GET(9)NAMEdevm_regulator_get - Resource managed regulator_getSYNOPSISstruct regulator * devm_regulator_get(struct device * dev, const char * id);ARGUMENTSdev device for regulator "consumer" id Supply name or regulator ID.DESCRIPTIONManaged regulator_get. Regulators returned from this function are automatically regulator_put on driver detach. See regulator_get for more information.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_GET(9)