Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/i2c/
Dmcs.h17 #define MCS_KEY_VAL(v) (((v) >> 16) & 0xff) macro
/linux-4.1.27/drivers/input/keyboard/
Dmcs_touchkey.c161 unsigned int val = MCS_KEY_VAL(pdata->keymap[i]); in mcs_touchkey_probe()