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

/xsrc/external/mit/xf86-input-elographics/dist/src/
H A Dxf86Elo.c563 int i, nb_errors; local in function:xf86EloWaitAck
566 for (i = 0, nb_errors = 0; i < 4; i++) {
568 nb_errors++;
571 if (nb_errors != 0) {
573 nb_errors));
576 /* return (nb_errors < 4) ? Success : !Success;*/

Completed in 3 milliseconds