Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/sbus/char/
Dpcikbd.h76 #define KBD_REPLY_RESEND 0xFE /* Command NACK, send the cmd again */ macro
Dpcikbd.c265 } else if(scancode == KBD_REPLY_RESEND) { in do_acknowledge()
/linux-2.4.37.9/include/linux/
Dpc_keyb.h74 #define KBD_REPLY_RESEND 0xFE /* Command NACK, send the cmd again */ macro
/linux-2.4.37.9/drivers/char/
Dpc_keyb.c295 } else if (scancode == KBD_REPLY_RESEND) { in do_acknowledge()
854 if (status != KBD_REPLY_RESEND) in initialize_kbd()
872 if (status != KBD_REPLY_RESEND) in initialize_kbd()