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

Data Fields

int irq
 
void __iomemreg_base
 
struct input_dev * input
 
struct ske_keypad_platform_databoard
 
unsigned short keymap [SKE_KPD_NUM_ROWS *SKE_KPD_NUM_COLS]
 
struct clkclk
 
spinlock_t ske_keypad_lock
 

Detailed Description

struct ske_keypad - data structure used by keypad driver : irq no : ske regsiters base address : pointer to input device object : keypad platform device : matrix scan code table for keycodes : clock structure pointer

Definition at line 63 of file nomadik-ske-keypad.c.

Field Documentation

Definition at line 67 of file nomadik-ske-keypad.c.

Definition at line 69 of file nomadik-ske-keypad.c.

struct input_dev* input

Definition at line 66 of file nomadik-ske-keypad.c.

int irq

Definition at line 64 of file nomadik-ske-keypad.c.

Definition at line 68 of file nomadik-ske-keypad.c.

void __iomem* reg_base

Definition at line 65 of file nomadik-ske-keypad.c.

spinlock_t ske_keypad_lock

Definition at line 70 of file nomadik-ske-keypad.c.


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