Lines Matching defs:mm
278 struct phys_coords mm;
321 mm = evdev_device_unit_delta_to_mm(tp->device, &distance);
333 (mm.x > SCROLL_MM_X || mm.y > SCROLL_MM_Y))) {
349 if (mm.x < SCROLL_MM_X && mm.y < SCROLL_MM_Y) {
373 if (mm.y > SCROLL_MM_Y) {
389 struct phys_coords mm = { 0.0, 0.0 };
399 /* if the touchpad is less than 50mm high, skip thumb detection.
410 /* detect thumbs by pressure in the bottom 15mm, detect thumbs by
411 * lingering in the bottom 8mm */
412 mm.y = h * 0.85;
413 edges = evdev_device_mm_to_units(device, &mm);
416 mm.y = h * 0.92;
417 edges = evdev_device_mm_to_units(device, &mm);