Searched refs:absinfo_y (Results 1 – 9 of 9) sorted by relevance
/third_party/libinput/src/ |
D | evdev.h | 188 const struct input_absinfo *absinfo_x, *absinfo_y; member 642 mm.y = evdev_convert_to_mm(device->abs.absinfo_y, y); in evdev_convert_xy_to_mm() 860 device->abs.absinfo_y == NULL) { in evdev_device_unit_delta_to_mm() 868 absy = device->abs.absinfo_y; in evdev_device_unit_delta_to_mm() 888 device->abs.absinfo_y == NULL) { in evdev_device_units_to_mm() 896 absy = device->abs.absinfo_y; in evdev_device_units_to_mm() 916 device->abs.absinfo_y == NULL) { in evdev_device_mm_to_units() 924 absy = device->abs.absinfo_y; in evdev_device_mm_to_units() 940 device->abs.absinfo_y == NULL) { in evdev_phys_rect_to_units() 948 absy = device->abs.absinfo_y; in evdev_phys_rect_to_units() [all …]
|
D | evdev.c | 376 return scale_axis(device->abs.absinfo_y, y, height); in evdev_device_transform_y() 518 return device->abs.absinfo_x && device->abs.absinfo_y; in evdev_calibration_has_matrix() 1730 device->abs.absinfo_y = libevdev_get_abs_info(evdev, ABS_Y); in evdev_extract_abs_axes() 1733 device->abs.dimensions.y = abs(device->abs.absinfo_y->maximum - in evdev_extract_abs_axes() 1734 device->abs.absinfo_y->minimum); in evdev_extract_abs_axes() 1752 device->abs.absinfo_y = libevdev_get_abs_info(evdev, ABS_MT_POSITION_Y); in evdev_extract_abs_axes() 1755 device->abs.dimensions.y = abs(device->abs.absinfo_y->maximum - in evdev_extract_abs_axes() 1756 device->abs.absinfo_y->minimum); in evdev_extract_abs_axes() 2341 sy = device->abs.absinfo_y->maximum - device->abs.absinfo_y->minimum + 1; in evdev_device_calibrate() 2366 device->abs.absinfo_y->minimum); in evdev_device_calibrate() [all …]
|
D | evdev-mt-touchpad-buttons.c | 925 const struct input_absinfo *absinfo_x, *absinfo_y; in tp_init_buttons() local 946 absinfo_y = device->abs.absinfo_y; in tp_init_buttons() 950 tp->buttons.motion_dist.y_scale_coeff = 1.0/absinfo_y->resolution; in tp_init_buttons() 1049 yres = tp->device->abs.absinfo_y->resolution; in tp_clickfinger_within_distance() 1075 bottom_threshold = tp->device->abs.absinfo_y->maximum - 20 * yres; in tp_clickfinger_within_distance()
|
D | evdev-fallback.c | 1613 if (device->abs.absinfo_x->fuzz || device->abs.absinfo_y->fuzz) { in fallback_dispatch_init_slots() 1616 dispatch->mt.hysteresis_margin.y = device->abs.absinfo_y->fuzz/2; in fallback_dispatch_init_slots() 1638 dispatch->abs.point.y = device->abs.absinfo_y->value; in fallback_dispatch_init_abs()
|
D | evdev-mt-touchpad.h | 554 mm.y = delta.y / tp->device->abs.absinfo_y->resolution; in tp_phys_delta()
|
D | evdev-totem.c | 777 y = device->abs.absinfo_y; in totem_init_accel()
|
D | evdev-mt-touchpad.c | 491 absinfo = tp->device->abs.absinfo_y; in rotated() 2959 res_y = tp->device->abs.absinfo_y->resolution; in tp_init_accel() 3471 *ay = tp->device->abs.absinfo_y; in tp_init_hysteresis()
|
D | libinput.c | 615 return evdev_convert_to_mm(device->abs.absinfo_y, event->absolute.y); in libinput_event_pointer_get_absolute_y() 879 return evdev_convert_to_mm(device->abs.absinfo_y, event->point.y); in libinput_event_touch_get_y() 1240 return evdev_convert_to_mm(device->abs.absinfo_y, in libinput_event_tablet_tool_get_y()
|
D | evdev-tablet.c | 2318 y = device->abs.absinfo_y; in tablet_init_accel()
|