Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/usb/input/
HDukbd.c211 #define KEY_ERROR 0x01 macro
727 if (key == KEY_ERROR) { in ukbd_intr_callback()
748 if (key == KEY_NONE || key == KEY_ERROR || key >= UKBD_NKEYCODE) in ukbd_intr_callback()
/freebsd-13-stable/sys/dev/hid/
HDhkbd.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()