Linux Kernel
3.7.1
|
#include <smartreflex.h>
Data Fields | |
char * | name |
struct list_head | node |
struct platform_device * | pdev |
struct omap_sr_nvalue_table * | nvalue_table |
struct voltagedomain * | voltdm |
struct dentry * | dbg_dir |
unsigned int | irq |
int | srid |
int | ip_type |
int | nvalue_count |
bool | autocomp_active |
u32 | clk_length |
u32 | err_weight |
u32 | err_minlimit |
u32 | err_maxlimit |
u32 | accum_data |
u32 | senn_avgweight |
u32 | senp_avgweight |
u32 | senp_mod |
u32 | senn_mod |
void __iomem * | base |
Definition at line 146 of file smartreflex.h.
u32 accum_data |
Definition at line 162 of file smartreflex.h.
bool autocomp_active |
Definition at line 157 of file smartreflex.h.
Definition at line 167 of file smartreflex.h.
u32 clk_length |
Definition at line 158 of file smartreflex.h.
Definition at line 152 of file smartreflex.h.
u32 err_maxlimit |
Definition at line 161 of file smartreflex.h.
u32 err_minlimit |
Definition at line 160 of file smartreflex.h.
u32 err_weight |
Definition at line 159 of file smartreflex.h.
int ip_type |
Definition at line 155 of file smartreflex.h.
unsigned int irq |
Definition at line 153 of file smartreflex.h.
char* name |
Definition at line 147 of file smartreflex.h.
Definition at line 148 of file smartreflex.h.
int nvalue_count |
Definition at line 156 of file smartreflex.h.
struct omap_sr_nvalue_table* nvalue_table |
Definition at line 150 of file smartreflex.h.
struct platform_device* pdev |
Definition at line 149 of file smartreflex.h.
u32 senn_avgweight |
Definition at line 163 of file smartreflex.h.
u32 senn_mod |
Definition at line 166 of file smartreflex.h.
u32 senp_avgweight |
Definition at line 164 of file smartreflex.h.
u32 senp_mod |
Definition at line 165 of file smartreflex.h.
int srid |
Definition at line 154 of file smartreflex.h.
struct voltagedomain* voltdm |
Definition at line 151 of file smartreflex.h.