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

/fuchsia/zircon/system/dev/input/pc-ps2/
H A Di8042.c340 static int i8042_command(uint8_t* param, int command) { function
360 if (i8042_command(&param, I8042_CMD_CTL_TEST) < 0) {
552 i8042_command(NULL, I8042_CMD_CTL_KBD_DIS);
553 i8042_command(NULL, I8042_CMD_CTL_MOUSE_DIS);
556 if (i8042_command(ctr, I8042_CMD_CTL_RCTR) < 0)
563 if (i8042_command(ctr, I8042_CMD_CTL_WCTR) < 0)
572 if (i8042_command(&resp, I8042_CMD_CTL_KBD_TEST) < 0)
580 if (i8042_command(&resp, I8042_CMD_CTL_MOUSE_TEST) < 0)
732 i8042_command(NULL, cmd);
741 i8042_command(NUL
[all...]

Completed in 82 milliseconds