Searched refs:PSMOUSE_CMD_RESET_WRAP (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/input/mouse/ |
D | alps.c | 1732 if (alps_rpt_cmd(psmouse, 0, PSMOUSE_CMD_RESET_WRAP, param)) { in alps_enter_command_mode() 1833 if (ps2_command(ps2dev, NULL, PSMOUSE_CMD_RESET_WRAP) || in alps_monitor_mode() 1844 if (ps2_command(ps2dev, NULL, PSMOUSE_CMD_RESET_WRAP)) in alps_monitor_mode() 2461 if (ps2_command(ps2dev, NULL, PSMOUSE_CMD_RESET_WRAP) || in alps_dolphin_get_device_area() 2607 priv->addr_command = PSMOUSE_CMD_RESET_WRAP; in alps_set_protocol() 2616 priv->addr_command = PSMOUSE_CMD_RESET_WRAP; in alps_set_protocol() 2640 priv->addr_command = PSMOUSE_CMD_RESET_WRAP; in alps_set_protocol() 2664 priv->addr_command = PSMOUSE_CMD_RESET_WRAP; in alps_set_protocol() 2679 priv->addr_command = PSMOUSE_CMD_RESET_WRAP; in alps_set_protocol() 2736 PSMOUSE_CMD_RESET_WRAP, ec) || in alps_identify()
|
D | psmouse.h | 11 #define PSMOUSE_CMD_RESET_WRAP 0x00ec macro
|