Searched refs:protoPara (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/xf86-input-mouse/dist/src/ |
| H A D | mouse.h | 96 typedef const char *(*SetupAutoProc)(InputInfoPtr pInfo, int *protoPara); 144 * of the "protoPara" values for the detected protocol by setting 234 unsigned char protoPara[8]; member in struct:_MouseDevRec
|
| H A D | bsd_mouse.c | 182 SetupAuto(InputInfoPtr pInfo, int *protoPara) argument 205 if (protoPara) { 206 protoPara[4] = mode.packetsize; 207 protoPara[0] = mode.syncmask[0]; 208 protoPara[1] = mode.syncmask[1]; 344 SetupAuto(InputInfoPtr pInfo, int *protoPara) argument
|
| H A D | mouse.c | 170 static const char *autoOSProtocol(InputInfoPtr pInfo, int *protoPara); 1227 if (pBufP >= pMse->protoPara[4]) { 1234 if ((u & pMse->protoPara[0]) != pMse->protoPara[1] && 1235 (u & pMse->protoPara[5]) == pMse->protoPara[6]) { 1265 * have been detected (pBufP >= pMse->protoPara[4]). In the 1317 if (pBufP != pMse->protoPara[4]) continue; 1354 * to treat them as special cases, because protoPara[2] and 1355 * protoPara[ 2595 int protoPara[8] = {-1, -1, -1, -1, -1, -1, -1, -1}; local in function:SetupMouse 3235 autoOSProtocol(InputInfoPtr pInfo,int * protoPara) argument [all...] |
| H A D | lnx_mouse.c | 202 SetupAuto(InputInfoPtr pInfo, int *protoPara) argument
|
| H A D | sun_mouse.c | 881 SetupAuto(InputInfoPtr pInfo, int *protoPara) argument
|
| /xsrc/external/mit/xf86-input-vmmouse/dist/src/ |
| H A D | xf86OSmouse.h | 84 typedef const char *(*SetupAutoProc)(InputInfoPtr pInfo, int *protoPara); 132 * of the "protoPara" values for the detected protocol by setting 242 unsigned char protoPara[8]; member in struct:_MouseDevRec
|
Completed in 9 milliseconds