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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/input/serio/
H A Di8042.h80 #define I8042_CMD_AUX_LOOP 0x11d3 macro
H A Di8042.c173 if (i8042_noloop && command == I8042_CMD_AUX_LOOP)
198 if (command == I8042_CMD_AUX_LOOP &&
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(&param, I8042_CMD_AUX_LOOP) || param == (mode ? 0xa4 : 0xa5))
579 retval = i8042_command(&param, I8042_CMD_AUX_LOOP);
643 retval = __i8042_command(&param, I8042_CMD_AUX_LOOP & 0xf0ff);

Completed in 168 milliseconds