Home
last modified time | relevance | path

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

/freebsd/sys/dev/hid/
H A Dhkbd.c219 #define KEY_ERROR 0x01 macro
786 if (key == KEY_ERROR) { in hkbd_intr_callback()
823 if (key == KEY_NONE || key == KEY_ERROR || key >= HKBD_NKEYCODE) in hkbd_intr_callback()
/freebsd/sys/dev/usb/input/
H A Dukbd.c234 #define KEY_ERROR 0x01 macro
863 if (key == KEY_ERROR) { in ukbd_intr_callback()
896 if (key == KEY_NONE || key == KEY_ERROR || key >= UKBD_NKEYCODE) in ukbd_intr_callback()