Home
last modified time | relevance | path

Searched refs:PSMOUSE_CMD_RESET_DIS (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/input/mouse/
Dpsmouse.h20 #define PSMOUSE_CMD_RESET_DIS 0x00f6 macro
Dpsmouse-base.c1155 ps2_command(&psmouse->ps2dev, NULL, PSMOUSE_CMD_RESET_DIS); in psmouse_extensions()
1213 ps2_command(&psmouse->ps2dev, NULL, PSMOUSE_CMD_RESET_DIS); in psmouse_extensions()
1276 error = ps2_command(ps2dev, NULL, PSMOUSE_CMD_RESET_DIS); in psmouse_probe()
1460 ps2_command(&psmouse->ps2dev, NULL, PSMOUSE_CMD_RESET_DIS); in psmouse_cleanup()
Dfocaltech.c299 ps2_command(&psmouse->ps2dev, NULL, PSMOUSE_CMD_RESET_DIS); in focaltech_reset()
Dalps.c39 { PSMOUSE_CMD_RESET_DIS, 0x00 }, /* 1 */
58 { PSMOUSE_CMD_RESET_DIS, 0x00 }, /* 1 */
Delantech.c1433 ps2_command(ps2dev, NULL, PSMOUSE_CMD_RESET_DIS); in elantech_detect()