Searched refs:wcmThreshold (Results 1 – 4 of 4) sorted by relevance
1171 if (pressure < common->wcmThreshold) in setPressureButton()1178 if ((common->wcmThreshold > (priv->maxCurve * THRESHOLD_TOLERANCE)) && in setPressureButton()1179 (pressure > common->wcmThreshold - (priv->maxCurve * THRESHOLD_TOLERANCE))) in setPressureButton()1433 if (common->wcmThreshold <= 0 && IsPen(priv)) in wcmInitTablet()1436 common->wcmThreshold = priv->maxCurve * DEFAULT_THRESHOLD; in wcmInitTablet()1439 pInfo->name, common->wcmThreshold); in wcmInitTablet()
456 int wcmThreshold; /* Threshold for button pressure */ member
986 common->wcmThreshold = xf86SetIntOption(pInfo->options, "Threshold", in wcmPreInitParseOptions()987 common->wcmThreshold); in wcmPreInitParseOptions()
281 values[0] = (!common->wcmMaxZ) ? 0 : common->wcmThreshold; in InitWcmDeviceProperties()873 common->wcmThreshold = value; in wcmSetProperty()