Searched refs:KBD_ACK (Results 1 – 3 of 3) sorted by relevance
518 if ((b == KBD_ACK) || (b == KBD_RESEND) in wait_for_kbd_ack()642 if (res == KBD_ACK) in send_kbd_command()686 if (res == KBD_ACK) in send_kbd_command_and_data()988 if (c == KBD_ACK) /* keyboard has agreed to reset itself... */ in reset_kbd()
1407 == KBD_ACK) in init_keyboard()1450 KBDC_SET_SCANCODE_SET, codeset) == KBD_ACK) { in init_keyboard()1472 send_kbd_command_and_data(kbdc, KBDC_SET_LEDS, 0) != KBD_ACK) { in init_keyboard()1532 if (send_kbd_command_and_data(kbdc, command, data) != KBD_ACK) in write_kbd()1555 if (send_kbd_command(kbdc, KBDC_SEND_DEV_ID) != KBD_ACK) in get_kbd_id()
120 #define KBD_ACK 0x00fa macro