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

#include <keyboard-spear.h>

Data Fields

struct matrix_keymap_datakeymap
 
bool rep
 
unsigned int mode
 
unsigned int suspended_rate
 

Detailed Description

struct kbd_platform_data - spear keyboard platform data keymap: pointer to keymap data (table and size) rep: enables key autorepeat mode: choose keyboard support(9x9, 6x6, 2x2) suspended_rate: rate at which keyboard would operate in suspended mode

This structure is supposed to be used by platform code to supply keymaps to drivers that implement keyboards.

Definition at line 157 of file keyboard-spear.h.

Field Documentation

Definition at line 158 of file keyboard-spear.h.

unsigned int mode

Definition at line 160 of file keyboard-spear.h.

bool rep

Definition at line 159 of file keyboard-spear.h.

unsigned int suspended_rate

Definition at line 161 of file keyboard-spear.h.


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