Searched refs:I8042_CMD_AUX_LOOP (Results 1 – 2 of 2) sorted by relevance
306 if (i8042_noloop && command == I8042_CMD_AUX_LOOP) in __i8042_command()333 if (command == I8042_CMD_AUX_LOOP && in __i8042_command()690 if (i8042_command(¶m, I8042_CMD_AUX_LOOP) || param != val) in i8042_set_mux_mode()693 if (i8042_command(¶m, I8042_CMD_AUX_LOOP) || param != val) in i8042_set_mux_mode()696 if (i8042_command(¶m, I8042_CMD_AUX_LOOP) || param == val) in i8042_set_mux_mode()826 retval = i8042_command(¶m, I8042_CMD_AUX_LOOP); in i8042_check_aux()900 retval = __i8042_command(¶m, I8042_CMD_AUX_LOOP & 0xf0ff); in i8042_check_aux()
26 #define I8042_CMD_AUX_LOOP 0x11d3 macro