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

#include <stmpe.h>

Data Fields

struct matrix_keymap_datakeymap_data
 
unsigned int debounce_ms
 
unsigned int scan_count
 
bool no_autorepeat
 

Detailed Description

struct stmpe_keypad_platform_data - STMPE keypad platform data : key map table and size : debounce interval, in ms. Maximum is STMPE_KEYPAD_MAX_DEBOUNCE. : number of key scanning cycles to confirm key data. Maximum is STMPE_KEYPAD_MAX_SCAN_COUNT. : disable key autorepeat

Definition at line 119 of file stmpe.h.

Field Documentation

unsigned int debounce_ms

Definition at line 121 of file stmpe.h.

struct matrix_keymap_data* keymap_data

Definition at line 120 of file stmpe.h.

bool no_autorepeat

Definition at line 123 of file stmpe.h.

unsigned int scan_count

Definition at line 122 of file stmpe.h.


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