Searched refs:KBD_IDLE (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/arch/x68k/include/
H A Dkbd.h52 * Note that KBD_RESET is followed by a keyboard ID, while KBD_IDLE is not.
53 * KBD_IDLE does not take the place of any `up' transitions (it merely occurs
57 #define KBD_IDLE 0x7f /* keyboard `all keys are up' code */ macro
/netbsd-current/sys/dev/sun/
H A Dkbd_reg.h51 * Note that KBD_RESET is followed by a keyboard ID, while KBD_IDLE is not.
52 * KBD_IDLE does not take the place of any `up' transitions (it merely occurs
57 #define KBD_IDLE 0x7f /* keyboard `all keys are up' code */ macro
H A Dkbdsun.c418 code = KBD_IDLE;
430 case KBD_IDLE:
H A Dkbd.c470 if (code == KBD_IDLE)
486 if (code == KBD_IDLE)

Completed in 196 milliseconds