Query: struct_regulator_desc
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
STRUCTREGULATOR_DES(9) API reference STRUCT REGULATOR_DES(9)NAMEstruct_regulator_desc - Regulator descriptorSYNOPSISstruct regulator_desc { const char * name; int id; unsigned n_voltages; struct regulator_ops * ops; int irq; enum regulator_type type; struct module * owner; };MEMBERSname Identifying name for the regulator. id Numerical identifier for the regulator. n_voltages Number of selectors available for ops.list_voltage. ops Regulator operations table. irq Interrupt number for the regulator. type Indicates if the regulator is a voltage or current regulator. owner Module providing the regulator, used for refcounting.DESCRIPTIONEach regulator registered with the core is described with a structure of this type.AUTHORSLiam Girdwood <lrg@slimlogic.co.uk> Author. Mark Brown <broonie@opensource.wolfsonmicro.com> Wolfson Microelectronics, Author.COPYRIGHTKernel Hackers Manual 2.6. July 2010 STRUCT REGULATOR_DES(9)