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

/xsrc/external/mit/xf86-input-synaptics/dist/src/
H A Dalpscomm.c99 if ((comm->protoBuf[0] & 0xf8) == 0xf8)
112 comm->protoBuf[comm->protoBufTail++] = u;
115 if ((comm->protoBuf[0] & 0xc8) == 0x08) {
213 unsigned char *buf = comm->protoBuf;
H A Dsynproto.h81 unsigned char protoBuf[6]; /* Buffer for Packet */ member in struct:CommData
H A Dps2comm.c427 * Decide if the current packet stored in priv->protoBuf is valid.
432 unsigned char *buf = comm->protoBuf;
488 comm->protoBuf[comm->protoBufTail++] = u;
497 comm->protoBuf[i] = comm->protoBuf[i + 1];
527 unsigned char *buf = comm->protoBuf;
/xsrc/external/mit/xf86-input-mouse/dist/src/
H A Dmouse.h233 unsigned char protoBuf[8]; member in struct:_MouseDevRec
H A Dbsd_mouse.c748 pUsbMse->buffer = pMse->protoBuf;
H A Dmouse.c1196 pBuf = pMse->protoBuf;
/xsrc/external/mit/xf86-input-vmmouse/dist/src/
H A Dxf86OSmouse.h241 unsigned char protoBuf[8]; member in struct:_MouseDevRec

Completed in 12 milliseconds