Linux Kernel
3.7.1
|
#include <dbx500-prcmu.h>
Data Fields | |
struct device * | dev |
struct regulator_desc | desc |
struct regulator_dev * | rdev |
bool | is_enabled |
u16 | epod_id |
bool | is_ramret |
bool | exclude_from_power_state |
unsigned int | operating_point |
struct dbx500_regulator_info - dbx500 regulator information : device pointer : regulator description : regulator device pointer : status of the regulator : id for EPOD (power domain) : RAM retention switch for EPOD (power domain) : operating point (only for vape, to be removed)
Definition at line 27 of file dbx500-prcmu.h.
Definition at line 29 of file dbx500-prcmu.h.
Definition at line 28 of file dbx500-prcmu.h.
u16 epod_id |
Definition at line 32 of file dbx500-prcmu.h.
bool exclude_from_power_state |
Definition at line 34 of file dbx500-prcmu.h.
bool is_enabled |
Definition at line 31 of file dbx500-prcmu.h.
bool is_ramret |
Definition at line 33 of file dbx500-prcmu.h.
unsigned int operating_point |
Definition at line 35 of file dbx500-prcmu.h.
struct regulator_dev* rdev |
Definition at line 30 of file dbx500-prcmu.h.