Home
last modified time | relevance | path

Searched refs:poll_failed (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/input/mouse/
H A Dalps.c1991 bool poll_failed; in alps_poll() local
1996 poll_failed = ps2_command(&psmouse->ps2dev, buf, in alps_poll()
2002 if (poll_failed || (buf[0] & priv->mask0) != priv->byte0) in alps_poll()
/kernel/linux/linux-6.6/drivers/input/mouse/
H A Dalps.c1991 bool poll_failed; in alps_poll() local
1996 poll_failed = ps2_command(&psmouse->ps2dev, buf, in alps_poll()
2002 if (poll_failed || (buf[0] & priv->mask0) != priv->byte0) in alps_poll()

Completed in 8 milliseconds