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

Data Fields

struct mutex lock
 
struct i2c_clientclient
 
struct input_dev * idev
 
bool kp_enabled
 
bool pm_suspend
 
unsigned keys_down
 
char phys [32]
 
unsigned short keymap [LM8323_KEYMAP_SIZE]
 
int size_x
 
int size_y
 
int debounce_time
 
int active_time
 
struct lm8323_pwm pwm [LM8323_NUM_PWMS]
 

Detailed Description

Definition at line 145 of file lm8323.c.

Field Documentation

int active_time

Definition at line 158 of file lm8323.c.

Definition at line 148 of file lm8323.c.

int debounce_time

Definition at line 157 of file lm8323.c.

struct input_dev* idev

Definition at line 149 of file lm8323.c.

unsigned short keymap[LM8323_KEYMAP_SIZE]

Definition at line 154 of file lm8323.c.

unsigned keys_down

Definition at line 152 of file lm8323.c.

bool kp_enabled

Definition at line 150 of file lm8323.c.

struct mutex lock

Definition at line 147 of file lm8323.c.

char phys[32]

Definition at line 153 of file lm8323.c.

bool pm_suspend

Definition at line 151 of file lm8323.c.

Definition at line 159 of file lm8323.c.

int size_x

Definition at line 155 of file lm8323.c.

int size_y

Definition at line 156 of file lm8323.c.


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