Home
last modified time | relevance | path

Searched refs:absinfo_y (Results 1 - 9 of 9) sorted by relevance

/third_party/libinput/src/
H A Devdev.h190 const struct input_absinfo *absinfo_x, *absinfo_y; member
659 mm.y = evdev_convert_to_mm(device->abs.absinfo_y, y); in evdev_convert_xy_to_mm()
883 device->abs.absinfo_y == NULL) { in evdev_device_unit_delta_to_mm()
891 absy = device->abs.absinfo_y; in evdev_device_unit_delta_to_mm()
911 device->abs.absinfo_y == NULL) { in evdev_device_units_to_mm()
919 absy = device->abs.absinfo_y; in evdev_device_units_to_mm()
939 device->abs.absinfo_y == NULL) { in evdev_device_mm_to_units()
947 absy = device->abs.absinfo_y; in evdev_device_mm_to_units()
963 device->abs.absinfo_y == NULL) { in evdev_phys_rect_to_units()
971 absy = device->abs.absinfo_y; in evdev_phys_rect_to_units()
[all...]
H A Devdev-mt-touchpad-buttons.c966 const struct input_absinfo *absinfo_x, *absinfo_y; in tp_init_buttons() local
975 absinfo_y = device->abs.absinfo_y; in tp_init_buttons()
979 tp->buttons.motion_dist.y_scale_coeff = 1.0/absinfo_y->resolution; in tp_init_buttons()
1078 yres = tp->device->abs.absinfo_y->resolution; in tp_clickfinger_within_distance()
1104 bottom_threshold = tp->device->abs.absinfo_y->maximum - 20 * yres; in tp_clickfinger_within_distance()
H A Devdev.c403 return scale_axis(device->abs.absinfo_y, y, height); in evdev_device_transform_y()
610 return device->abs.absinfo_x && device->abs.absinfo_y; in evdev_calibration_has_matrix()
1850 device->abs.absinfo_y = libevdev_get_abs_info(evdev, ABS_Y); in evdev_extract_abs_axes()
1852 device->abs.dimensions.y = abs((int)absinfo_range(device->abs.absinfo_y)); in evdev_extract_abs_axes()
1870 device->abs.absinfo_y = libevdev_get_abs_info(evdev, ABS_MT_POSITION_Y); in evdev_extract_abs_axes()
1872 device->abs.dimensions.y = abs((int)absinfo_range(device->abs.absinfo_y)); in evdev_extract_abs_axes()
2567 sy = absinfo_range(device->abs.absinfo_y); in evdev_device_calibrate()
2592 device->abs.absinfo_y->minimum); in evdev_device_calibrate()
2602 -device->abs.absinfo_y->minimum/sy); in evdev_device_calibrate()
2622 if (!device->abs.absinfo_x || !device->abs.absinfo_y) in evdev_read_calibration_prop()
[all...]
H A Devdev-fallback.c1577 if (device->abs.absinfo_x->fuzz || device->abs.absinfo_y->fuzz) { in fallback_dispatch_init_slots()
1580 dispatch->mt.hysteresis_margin.y = device->abs.absinfo_y->fuzz/2; in fallback_dispatch_init_slots()
1602 dispatch->abs.point.y = device->abs.absinfo_y->value; in fallback_dispatch_init_abs()
H A Devdev-mt-touchpad.h576 mm.y = delta.y / tp->device->abs.absinfo_y->resolution; in tp_phys_delta()
H A Devdev-totem.c779 y = device->abs.absinfo_y; in totem_init_accel()
H A Dlibinput.c635 return evdev_convert_to_mm(device->abs.absinfo_y, event->absolute.y); in libinput_event_pointer_get_absolute_y()
958 return evdev_convert_to_mm(device->abs.absinfo_y, event->point.y); in libinput_event_touch_get_y()
1326 return evdev_convert_to_mm(device->abs.absinfo_y, in libinput_event_tablet_tool_get_y()
H A Devdev-mt-touchpad.c510 absinfo = tp->device->abs.absinfo_y; in rotated()
2975 res_y = tp->device->abs.absinfo_y->resolution; in tp_init_accel()
3577 *ay = tp->device->abs.absinfo_y; in tp_init_hysteresis()
H A Devdev-tablet.c2441 y = device->abs.absinfo_y; in tablet_init_accel()

Completed in 29 milliseconds