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

/xsrc/external/mit/xf86-input-mouse/dist/src/
H A Dpnp.c145 static int pnpgets(InputInfoPtr, char *, Bool *prePNP);
160 Bool prePNP; local in function:MouseGetSerialPnpProtocol
162 if ((len = pnpgets(pInfo, buf, &prePNP)) > 0)
164 if (!prePNP) {
234 pnpgets(InputInfoPtr pInfo, char *buf, Bool *prePNP) argument
319 *prePNP = FALSE;
325 *prePNP = TRUE;
328 *prePNP = FALSE;
333 if (*prePNP)
343 if (*prePNP)
[all...]

Completed in 2 milliseconds