Rechercher une page de manuel
struct_regulator_desc
Langue: en
Version: October 2010 (fedora - 01/12/10)
Section: 9 (Appels noyau Linux)
NAME
struct_regulator_desc - Regulator descriptorSYNOPSIS
struct regulator_desc { const char * name; int id; unsigned n_voltages; struct regulator_ops * ops; int irq; enum regulator_type type; struct module * owner; };
MEMBERS
name
- 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.
DESCRIPTION
Each regulator registered with the core is described with a structure of this type.
AUTHORS
Liam Girdwood <lrg@slimlogic.co.uk>
- Author.
Mark Brown <broonie@opensource.wolfsonmicro.com>
Wolfson Microelectronics,
- Author.
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre