Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
regulator_desc Struct Reference

#include <driver.h>

Data Fields

const charname
 
const charsupply_name
 
int id
 
unsigned n_voltages
 
struct regulator_opsops
 
int irq
 
enum regulator_type type
 
struct moduleowner
 
unsigned int min_uV
 
unsigned int uV_step
 
unsigned int ramp_delay
 
const unsigned intvolt_table
 
unsigned int vsel_reg
 
unsigned int vsel_mask
 
unsigned int enable_reg
 
unsigned int enable_mask
 
unsigned int bypass_reg
 
unsigned int bypass_mask
 
unsigned int enable_time
 

Detailed Description

Definition at line 198 of file driver.h.

Field Documentation

unsigned int bypass_mask

Definition at line 219 of file driver.h.

unsigned int bypass_reg

Definition at line 218 of file driver.h.

unsigned int enable_mask

Definition at line 217 of file driver.h.

unsigned int enable_reg

Definition at line 216 of file driver.h.

unsigned int enable_time

Definition at line 221 of file driver.h.

Definition at line 201 of file driver.h.

int irq

Definition at line 204 of file driver.h.

unsigned int min_uV

Definition at line 208 of file driver.h.

unsigned n_voltages

Definition at line 202 of file driver.h.

const char* name

Definition at line 199 of file driver.h.

Definition at line 203 of file driver.h.

struct module* owner

Definition at line 206 of file driver.h.

unsigned int ramp_delay

Definition at line 210 of file driver.h.

const char* supply_name

Definition at line 200 of file driver.h.

Definition at line 205 of file driver.h.

unsigned int uV_step

Definition at line 209 of file driver.h.

const unsigned int* volt_table

Definition at line 212 of file driver.h.

unsigned int vsel_mask

Definition at line 215 of file driver.h.

unsigned int vsel_reg

Definition at line 214 of file driver.h.


The documentation for this struct was generated from the following file: