Home
last modified time | relevance | path

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

/drivers/input/mouse/
Dpsmouse.h10 #define PSMOUSE_CMD_POLL 0x00eb /* caller sets number of bytes to receive */ macro
Dlogips2pp.c119 if (ps2_command(&psmouse->ps2dev, param, PSMOUSE_CMD_POLL | 0x0300)) in ps2pp_cmd()
Dalps.c1927 PSMOUSE_CMD_POLL | (psmouse->pktsize << 8)) < 0; in alps_poll()
1939 if (ps2_command(&psmouse->ps2dev, buf, PSMOUSE_CMD_POLL | (3 << 8))) in alps_poll()
Dpsmouse-base.c475 PSMOUSE_CMD_POLL | (psmouse->pktsize << 8)); in psmouse_poll()