Searched refs:PSMOUSE_CMD_RESET_DIS (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/input/mouse/ |
D | psmouse.h | 16 #define PSMOUSE_CMD_RESET_DIS 0x00f6 macro
|
D | psmouse-base.c | 869 ps2_command(&psmouse->ps2dev, NULL, PSMOUSE_CMD_RESET_DIS); in psmouse_extensions() 946 ps2_command(&psmouse->ps2dev, NULL, PSMOUSE_CMD_RESET_DIS); in psmouse_extensions() 1198 if (ps2_command(ps2dev, NULL, PSMOUSE_CMD_RESET_DIS)) in psmouse_probe() 1384 ps2_command(&psmouse->ps2dev, NULL, PSMOUSE_CMD_RESET_DIS); in psmouse_cleanup()
|
D | focaltech.c | 54 ps2_command(&psmouse->ps2dev, NULL, PSMOUSE_CMD_RESET_DIS); in focaltech_reset()
|
D | alps.c | 38 { PSMOUSE_CMD_RESET_DIS, 0x00 }, /* 1 */ 57 { PSMOUSE_CMD_RESET_DIS, 0x00 }, /* 1 */
|
D | elantech.c | 1412 ps2_command(&psmouse->ps2dev, NULL, PSMOUSE_CMD_RESET_DIS); in elantech_detect()
|