Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/input/
H A Dpc_keyb.c164 if (status != KBD_REPLY_RESEND) { in kbd_initialize()
183 if (status != KBD_REPLY_RESEND) in kbd_initialize()
/OK3568_Linux_fs/u-boot/include/
H A Dpc_keyb.h66 #define KBD_REPLY_RESEND 0xFE /* Command NACK, send the cmd again */ macro