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

/drivers/input/mouse/
H A Dalps.c1132 bool poll_failed; local
1137 poll_failed = ps2_command(&psmouse->ps2dev, buf,
1143 if (poll_failed || (buf[0] & priv->i->mask0) != priv->i->byte0)

Completed in 37 milliseconds