Lines Matching defs:command
96 MODULE_PARM_DESC(noloop, "Disable the AUX Loopback command while probing for the AUX port");
149 * command that is being processed by another port).
295 * i8042_command() executes a command on the i8042. It also sends the input
299 * encoded in bits 8-11 of the command number.
302 static int __i8042_command(unsigned char *param, int command)
306 if (i8042_noloop && command == I8042_CMD_AUX_LOOP)
313 dbg("%02x -> i8042 (command)\n", command & 0xff);
314 i8042_write_command(command & 0xff);
316 for (i = 0; i < ((command >> 12) & 0xf); i++) {
326 for (i = 0; i < ((command >> 8) & 0xf); i++) {
333 if (command == I8042_CMD_AUX_LOOP &&
346 int i8042_command(unsigned char *param, int command)
355 retval = __i8042_command(param, command);
773 * i8042_toggle_aux - enables or disables AUX port on i8042 via command and
821 * SiS screwed up and their 5597 doesn't support the LOOP command even
834 * AUX ports, we test for this only when the LOOP command failed.
878 * Without LOOP command we can't test AUX IRQ delivery. Assume the port