Home
last modified time | relevance | path

Searched refs:PSMOUSE_CMD_POLL (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/input/mouse/
H A Dpsmouse.h14 #define PSMOUSE_CMD_POLL 0x00eb /* caller sets number of bytes to receive */ macro
H A Dlogips2pp.c121 error = ps2_command(&psmouse->ps2dev, param, PSMOUSE_CMD_POLL | 0x0300); in ps2pp_cmd()
H A Dalps.c1997 PSMOUSE_CMD_POLL | (psmouse->pktsize << 8)) < 0; in alps_poll()
2009 if (ps2_command(&psmouse->ps2dev, buf, PSMOUSE_CMD_POLL | (3 << 8))) in alps_poll()
H A Dpsmouse-base.c495 PSMOUSE_CMD_POLL | (psmouse->pktsize << 8)); in psmouse_poll()