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.c202 #define KEY_ERROR 0x01 macro
701 if (key == KEY_ERROR) { in hkbd_intr_callback()
726 if (key == KEY_NONE || key == KEY_ERROR || key >= HKBD_NKEYCODE) in hkbd_intr_callback()
/freebsd/sys/dev/usb/input/
H A Dukbd.c218 #define KEY_ERROR 0x01 macro
776 if (key == KEY_ERROR) { in ukbd_intr_callback()
797 if (key == KEY_NONE || key == KEY_ERROR || key >= UKBD_NKEYCODE) in ukbd_intr_callback()