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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/serio/
H A Di8042.c162 * i8042_command() executes a command on the i8042. It also sends the input
211 static int i8042_command(unsigned char *param, int command) function
252 return i8042_command(&c, port->mux == -1 ?
387 if (i8042_command(&i8042_ctr, I8042_CMD_CTL_WCTR)) {
404 if (i8042_command(&i8042_ctr, I8042_CMD_CTL_WCTR)) {
423 i8042_command(&param, I8042_CMD_MUX_PFX + i);
424 i8042_command(&param, I8042_CMD_AUX_ENABLE);
451 if (i8042_command(&param, I8042_CMD_AUX_LOOP) || param != 0xf0)
454 if (i8042_command(&param, I8042_CMD_AUX_LOOP) || param != (mode ? 0x56 : 0xf6))
457 if (i8042_command(
[all...]

Completed in 136 milliseconds