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

#include <powerdomain.h>

Data Fields

const charname
 
union {
   const char *   name
 
   struct voltagedomain *   ptr
 
voltdm
 
const s16 prcm_offs
 
const u8 pwrsts
 
const u8 pwrsts_logic_ret
 
const u8 flags
 
const u8 banks
 
const u8 pwrsts_mem_ret [PWRDM_MAX_MEM_BANKS]
 
const u8 pwrsts_mem_on [PWRDM_MAX_MEM_BANKS]
 
const u8 prcm_partition
 
struct clockdomainpwrdm_clkdms [PWRDM_MAX_CLKDMS]
 
struct list_head node
 
struct list_head voltdm_node
 
int state
 
unsigned state_counter [PWRDM_MAX_PWRSTS]
 
unsigned ret_logic_off_counter
 
unsigned ret_mem_off_counter [PWRDM_MAX_MEM_BANKS]
 
const u8 pwrstctrl_offs
 
const u8 pwrstst_offs
 
const u32 logicretstate_mask
 
const u32 mem_on_mask [PWRDM_MAX_MEM_BANKS]
 
const u32 mem_ret_mask [PWRDM_MAX_MEM_BANKS]
 
const u32 mem_pwrst_mask [PWRDM_MAX_MEM_BANKS]
 
const u32 mem_retst_mask [PWRDM_MAX_MEM_BANKS]
 

Detailed Description

Definition at line 103 of file powerdomain.h.

Field Documentation

const u8 banks

Definition at line 113 of file powerdomain.h.

const u8 flags

Definition at line 112 of file powerdomain.h.

const u32 logicretstate_mask

Definition at line 127 of file powerdomain.h.

Definition at line 128 of file powerdomain.h.

const u32 mem_pwrst_mask[PWRDM_MAX_MEM_BANKS]

Definition at line 130 of file powerdomain.h.

const u32 mem_ret_mask[PWRDM_MAX_MEM_BANKS]

Definition at line 129 of file powerdomain.h.

const u32 mem_retst_mask[PWRDM_MAX_MEM_BANKS]

Definition at line 131 of file powerdomain.h.

const char* name

Definition at line 104 of file powerdomain.h.

Definition at line 118 of file powerdomain.h.

const s16 prcm_offs

Definition at line 109 of file powerdomain.h.

const u8 prcm_partition

Definition at line 116 of file powerdomain.h.

Definition at line 107 of file powerdomain.h.

Definition at line 117 of file powerdomain.h.

const u8 pwrstctrl_offs

Definition at line 125 of file powerdomain.h.

const u8 pwrsts

Definition at line 110 of file powerdomain.h.

const u8 pwrsts_logic_ret

Definition at line 111 of file powerdomain.h.

const u8 pwrsts_mem_on[PWRDM_MAX_MEM_BANKS]

Definition at line 115 of file powerdomain.h.

const u8 pwrsts_mem_ret[PWRDM_MAX_MEM_BANKS]

Definition at line 114 of file powerdomain.h.

const u8 pwrstst_offs

Definition at line 126 of file powerdomain.h.

unsigned ret_logic_off_counter

Definition at line 122 of file powerdomain.h.

unsigned ret_mem_off_counter[PWRDM_MAX_MEM_BANKS]

Definition at line 123 of file powerdomain.h.

Definition at line 120 of file powerdomain.h.

unsigned state_counter[PWRDM_MAX_PWRSTS]

Definition at line 121 of file powerdomain.h.

union { ... } voltdm
struct list_head voltdm_node

Definition at line 119 of file powerdomain.h.


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