Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/keyboard/
H A Dnewtonkbd.c21 #define NKBD_KEY 0x7f macro
53 if (nkbd->keycode[data & NKBD_KEY]) { in nkbd_interrupt()
54 input_report_key(nkbd->dev, nkbd->keycode[data & NKBD_KEY], data & NKBD_PRESS); in nkbd_interrupt()