Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/acorn/char/
Dkeyb_arc.c247 #define KBD_IDLE 4 macro
295 kbd_state = KBD_IDLE; in handle_rawcode()
311 kbd_state = KBD_IDLE; in handle_rawcode()
316 case KBD_IDLE: /* Send SMAK, ready for any reply */ in handle_rawcode()
354 kbd_state = KBD_IDLE; in handle_rawcode()
365 kbd_state = KBD_IDLE; in handle_rawcode()
376 kbd_state = KBD_IDLE; in handle_rawcode()
385 return kbd_state == KBD_IDLE ? 1 : 0; in handle_rawcode()
/linux-2.4.37.9/include/asm-sparc/
Dkbio.h54 #define KBD_IDLE 0x75 macro
/linux-2.4.37.9/include/asm-sparc64/
Dkbio.h54 #define KBD_IDLE 0x75 macro
/linux-2.4.37.9/drivers/sbus/char/
Dsunkbd.c1291 if (scan == KBD_IDLE) in push_kbd()