Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | mcs_platform_data |
Macros | |
#define | MCS_KEY_MAP(v, c) ((((v) & 0xff) << 16) | ((c) & 0xffff)) |
#define | MCS_KEY_VAL(v) (((v) >> 16) & 0xff) |
#define | MCS_KEY_CODE(v) ((v) & 0xffff) |