I8042_CMD_AUX_LOOP  299 drivers/input/serio/i8042.c 	if (i8042_noloop && command == I8042_CMD_AUX_LOOP)
I8042_CMD_AUX_LOOP  326 drivers/input/serio/i8042.c 		if (command == I8042_CMD_AUX_LOOP &&
I8042_CMD_AUX_LOOP  680 drivers/input/serio/i8042.c 	if (i8042_command(&param, I8042_CMD_AUX_LOOP) || param != val)
I8042_CMD_AUX_LOOP  683 drivers/input/serio/i8042.c 	if (i8042_command(&param, I8042_CMD_AUX_LOOP) || param != val)
I8042_CMD_AUX_LOOP  686 drivers/input/serio/i8042.c 	if (i8042_command(&param, I8042_CMD_AUX_LOOP) || param == val)
I8042_CMD_AUX_LOOP  816 drivers/input/serio/i8042.c 	retval = i8042_command(&param, I8042_CMD_AUX_LOOP);
I8042_CMD_AUX_LOOP  890 drivers/input/serio/i8042.c 	retval = __i8042_command(&param, I8042_CMD_AUX_LOOP & 0xf0ff);