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

/xsrc/external/mit/xf86-input-elographics/dist/src/
H A Dxf86Elo.c198 unsigned char packet_buf[ELO_PACKET_SIZE]; /* Assembly buffer */ member in struct:_EloPrivateRec
389 if(xf86EloGetUnframedPacket(&priv->packet_buf[1],
393 if(xf86EloGetPacket(priv->packet_buf,
402 if (priv->packet_buf[1] == ELO_TOUCH) {
406 cur_x = WORD_ASSEMBLY(priv->packet_buf[3], priv->packet_buf[4]);
407 cur_y = WORD_ASSEMBLY(priv->packet_buf[5], priv->packet_buf[6]);
408 state = priv->packet_buf[2] & 0x07;

Completed in 4 milliseconds