Lines Matching defs:value
40 int32_t value;
62 * @value: latest reported value for the axis.
63 * @minimum: specifies minimum value for the axis.
64 * @maximum: specifies maximum value for the axis.
65 * @fuzz: specifies fuzz value that is used to filter noise from
67 * @flat: values that are within this value will be discarded by
85 int32_t value;
160 * If the request code is not an ABS_MT value, -EINVAL is returned.
170 #define EVIOCGABS(abs) _IOR('E', 0x40 + (abs), struct input_absinfo) /* get abs value/limits */
171 #define EVIOCSABS(abs) _IOW('E', 0xc0 + (abs), struct input_absinfo) /* set abs value/limits */
324 * value based on polarity of the default level of the effect.
381 * @magnitude: peak value
382 * @offset: mean value of the wave (roughly)
500 * Therefore the greatest safe value for effect_id is FF_GAIN - 1,