Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/input/mouse/
Dalps.c1740 if (alps_rpt_cmd(psmouse, 0, PSMOUSE_CMD_RESET_WRAP, param)) { in alps_enter_command_mode()
1841 if (ps2_command(ps2dev, NULL, PSMOUSE_CMD_RESET_WRAP) || in alps_monitor_mode()
1852 if (ps2_command(ps2dev, NULL, PSMOUSE_CMD_RESET_WRAP)) in alps_monitor_mode()
2469 if (ps2_command(ps2dev, NULL, PSMOUSE_CMD_RESET_WRAP) || in alps_dolphin_get_device_area()
2615 priv->addr_command = PSMOUSE_CMD_RESET_WRAP; in alps_set_protocol()
2624 priv->addr_command = PSMOUSE_CMD_RESET_WRAP; in alps_set_protocol()
2648 priv->addr_command = PSMOUSE_CMD_RESET_WRAP; in alps_set_protocol()
2672 priv->addr_command = PSMOUSE_CMD_RESET_WRAP; in alps_set_protocol()
2687 priv->addr_command = PSMOUSE_CMD_RESET_WRAP; in alps_set_protocol()
2744 PSMOUSE_CMD_RESET_WRAP, ec) || in alps_identify()
Dpsmouse.h11 #define PSMOUSE_CMD_RESET_WRAP 0x00ec macro