Query: regulator_register
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
REGULATOR_REGISTER(9) API reference REGULATOR_REGISTER(9)NAMEregulator_register - register regulatorSYNOPSISstruct regulator_dev * regulator_register(const struct regulator_desc * regulator_desc, const struct regulator_config * config);ARGUMENTSregulator_desc regulator to register config runtime configuration for regulatorDESCRIPTIONCalled by regulator drivers to register a regulator. Returns a valid pointer to struct regulator_dev on success or an ERR_PTR on error.AUTHORSLiam Girdwood <lrg@slimlogic.co.uk> Author. Mark Brown <broonie@opensource.wolfsonmicro.com> Wolfson Microelectronics, Author.COPYRIGHTKernel Hackers Manual 3.10 June 2014 REGULATOR_REGISTER(9)