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

/xsrc/external/mit/xf86-input-synaptics/dist/src/
H A Deventcomm.c350 event_get_abs(InputInfoPtr pInfo, int fd, int code, function in typeref:typename:int
389 event_get_abs(pInfo, pInfo->fd, ABS_X, &priv->minx, &priv->maxx,
392 event_get_abs(pInfo, pInfo->fd, ABS_Y, &priv->miny, &priv->maxy,
407 event_get_abs(pInfo, pInfo->fd, ABS_PRESSURE, &priv->minp, &priv->maxp,
411 event_get_abs(pInfo, pInfo->fd, ABS_TOOL_WIDTH,
420 event_get_abs(pInfo, pInfo->fd, ABS_MT_POSITION_X, &priv->minx,
422 event_get_abs(pInfo, pInfo->fd, ABS_MT_POSITION_Y, &priv->miny,

Completed in 3 milliseconds