Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/input/serio/
Di8042.c303 if (i8042_noloop && command == I8042_CMD_AUX_LOOP) in __i8042_command()
330 if (command == I8042_CMD_AUX_LOOP && in __i8042_command()
673 if (i8042_command(&param, I8042_CMD_AUX_LOOP) || param != val) in i8042_set_mux_mode()
676 if (i8042_command(&param, I8042_CMD_AUX_LOOP) || param != val) in i8042_set_mux_mode()
679 if (i8042_command(&param, I8042_CMD_AUX_LOOP) || param == val) in i8042_set_mux_mode()
809 retval = i8042_command(&param, I8042_CMD_AUX_LOOP); in i8042_check_aux()
883 retval = __i8042_command(&param, I8042_CMD_AUX_LOOP & 0xf0ff); in i8042_check_aux()
/Linux-v4.19/include/linux/
Di8042.h29 #define I8042_CMD_AUX_LOOP 0x11d3 macro