Home
last modified time | relevance | path

Searched refs:MCS_KEY_CODE (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/include/linux/i2c/
Dmcs.h18 #define MCS_KEY_CODE(v) ((v) & 0xffff) macro
/linux-4.1.27/drivers/input/keyboard/
Dmcs_touchkey.c162 unsigned int code = MCS_KEY_CODE(pdata->keymap[i]); in mcs_touchkey_probe()