I8042_CMD_AUX_LOOP
if (i8042_noloop && command == I8042_CMD_AUX_LOOP)
if (command == I8042_CMD_AUX_LOOP &&
if (i8042_command(¶m, I8042_CMD_AUX_LOOP) || param != val)
if (i8042_command(¶m, I8042_CMD_AUX_LOOP) || param != val)
if (i8042_command(¶m, I8042_CMD_AUX_LOOP) || param == val)
retval = i8042_command(¶m, I8042_CMD_AUX_LOOP);
retval = __i8042_command(¶m, I8042_CMD_AUX_LOOP & 0xf0ff);