Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/input/
H A Dmatrix_keypad.h19 #define KEY_VAL(k) ((k) & 0xffff) macro
/openbmc/linux/drivers/input/
H A Dmatrix-keymap.c29 unsigned short code = KEY_VAL(key); in matrix_keypad_map_key()