suse man page for struct_regulator_desc

Query: struct_regulator_desc

OS: suse

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

STRUCT
REGULATOR_DES(9) API reference STRUCT REGULATOR_DES(9)
NAME
struct_regulator_desc - Regulator descriptor
SYNOPSIS
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
Kernel Hackers Manual 2.6. July 2010 STRUCT REGULATOR_DES(9)
Related Man Pages
regulator_set_optimum_mode(9) - centos
struct_regulation_constraints(9) - centos
struct_regulator_desc(9) - centos
struct_irq_chip(9) - suse
struct_regulator_ops(9) - suse
Similar Topics in the Unix Linux Community
Getting command output to putty window title.
Grant unprivileged user rights to see the output of echo|format but not modify disks
Migrating to UNIX
SOCKS proxy &amp; PAM configuration exposure
Docker learning Phase-I