Searched refs:PSMOUSE_CMD_RESET_DIS (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/input/mouse/ |
H A D | psmouse.h | 20 #define PSMOUSE_CMD_RESET_DIS 0x00f6 macro
|
H A D | psmouse-base.c | 1150 ps2_command(&psmouse->ps2dev, NULL, PSMOUSE_CMD_RESET_DIS); in psmouse_extensions() 1208 ps2_command(&psmouse->ps2dev, NULL, PSMOUSE_CMD_RESET_DIS); in psmouse_extensions() 1271 error = ps2_command(ps2dev, NULL, PSMOUSE_CMD_RESET_DIS); in psmouse_probe() 1455 ps2_command(&psmouse->ps2dev, NULL, PSMOUSE_CMD_RESET_DIS); in psmouse_cleanup()
|
H A D | focaltech.c | 295 ps2_command(&psmouse->ps2dev, NULL, PSMOUSE_CMD_RESET_DIS); in focaltech_reset()
|
H A D | alps.c | 37 { PSMOUSE_CMD_RESET_DIS, 0x00 }, /* 1 */ 56 { PSMOUSE_CMD_RESET_DIS, 0x00 }, /* 1 */
|
H A D | elantech.c | 1407 ps2_command(ps2dev, NULL, PSMOUSE_CMD_RESET_DIS); in elantech_detect()
|