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

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86Xinput.c200 DeviceVelocityPtr pVel; local in function:ApplyAccelerationSettings
242 pVel = GetDevicePredictableAccelData(dev);
244 pVel);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86Xinput.c223 DeviceVelocityPtr pVel; local in function:ApplyAccelerationSettings
267 pVel = GetDevicePredictableAccelData(dev);
269 pVel);
/xsrc/external/mit/xf86-input-synaptics/dist/src/
H A Dsynaptics.c1162 DeviceVelocityPtr pVel; local in function:DeviceInit
1195 if (NULL != (pVel = GetDevicePredictableAccelData(dev))) {
1196 SetDeviceSpecificAccelerationProfile(pVel,
1219 pVel->corr_mul = 12.5f; /*1000[ms]/80[/s] = 12.5 */

Completed in 9 milliseconds