Lines Matching refs:absinfo_y
403 return scale_axis(device->abs.absinfo_y, y, height);
610 return device->abs.absinfo_x && device->abs.absinfo_y;
1850 device->abs.absinfo_y = libevdev_get_abs_info(evdev, ABS_Y);
1852 device->abs.dimensions.y = abs((int)absinfo_range(device->abs.absinfo_y));
1870 device->abs.absinfo_y = libevdev_get_abs_info(evdev, ABS_MT_POSITION_Y);
1872 device->abs.dimensions.y = abs((int)absinfo_range(device->abs.absinfo_y));
2567 sy = absinfo_range(device->abs.absinfo_y);
2592 device->abs.absinfo_y->minimum);
2602 -device->abs.absinfo_y->minimum/sy);
2622 if (!device->abs.absinfo_x || !device->abs.absinfo_y)