Lines Matching defs:max
114 __s32 scantime_logical_max; /* max value for raw scantime */
688 unsigned long **bit, int *max, struct mt_application *app)
839 /* contact max are global to the report */
863 hid_map_usage(hi, usage, bit, max, EV_KEY, code);
1053 int major = max(*slot->w, *slot->h);
1288 max, EV_KEY, (c))
1291 unsigned long **bit, int *max)
1348 return mt_touch_input_mapping(hdev, hi, field, usage, bit, max,
1364 unsigned long **bit, int *max)
1423 int max;
1455 max = min_t(int, field->logical_maximum,
1457 if (field->value[index] != max) {
1458 field->value[index] = max;