Lines Matching defs:value
55 * These values should represent the absolute maximum value that will
56 * be reported for a positive position value. Some Synaptics firmware
57 * uses this value to indicate a finger near the edge of the touchpad
61 * value which are actually negative values truncated to the 13-bit
64 * negative and any other value as positive.
877 * convert these values to the maximum axis value.
1376 unsigned int value;
1379 err = kstrtouint(buf, 10, &value);
1383 if (value > 1)
1386 if (value == priv->disable_gesture)
1389 priv->disable_gesture = value;
1390 if (value)