Searched refs:KEY_PRESS (Results 1 – 3 of 3) sorted by relevance
221 #define KEY_PRESS 0 macro528 hkbd_put_key(sc, key | KEY_PRESS); in hkbd_interrupt()532 hkbd_put_key(sc, key | KEY_PRESS); in hkbd_interrupt()554 hkbd_put_key(sc, sc->sc_repeat_key | KEY_PRESS); in hkbd_interrupt()
236 #define KEY_PRESS 0 macro576 ukbd_put_key(sc, key | KEY_PRESS); in ukbd_interrupt()600 ukbd_put_key(sc, key | KEY_PRESS); in ukbd_interrupt()622 ukbd_put_key(sc, sc->sc_repeat_key | KEY_PRESS); in ukbd_interrupt()
79 #define KEY_PRESS 0 macro