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

#include <driver.h>

Data Fields

struct regulator_descdesc
 
int exclusive
 
u32 use_count
 
u32 open_count
 
u32 bypass_count
 
struct list_head list
 
struct list_head consumer_list
 
struct blocking_notifier_head notifier
 
struct mutex mutex
 
struct moduleowner
 
struct device dev
 
struct regulation_constraintsconstraints
 
struct regulatorsupply
 
struct regmapregmap
 
struct delayed_work disable_work
 
int deferred_disables
 
voidreg_data
 
struct dentrydebugfs
 
int ena_gpio
 
unsigned int ena_gpio_invert:1
 
unsigned int ena_gpio_state:1
 

Detailed Description

Definition at line 264 of file driver.h.

Field Documentation

u32 bypass_count

Definition at line 269 of file driver.h.

Definition at line 281 of file driver.h.

struct list_head consumer_list

Definition at line 275 of file driver.h.

struct dentry* debugfs

Definition at line 290 of file driver.h.

int deferred_disables

Definition at line 286 of file driver.h.

Definition at line 265 of file driver.h.

Definition at line 280 of file driver.h.

struct delayed_work disable_work

Definition at line 285 of file driver.h.

int ena_gpio

Definition at line 292 of file driver.h.

unsigned int ena_gpio_invert

Definition at line 293 of file driver.h.

unsigned int ena_gpio_state

Definition at line 294 of file driver.h.

int exclusive

Definition at line 266 of file driver.h.

Definition at line 272 of file driver.h.

Definition at line 278 of file driver.h.

Definition at line 277 of file driver.h.

u32 open_count

Definition at line 268 of file driver.h.

struct module* owner

Definition at line 279 of file driver.h.

Definition at line 288 of file driver.h.

Definition at line 283 of file driver.h.

struct regulator* supply

Definition at line 282 of file driver.h.

u32 use_count

Definition at line 267 of file driver.h.


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