Home
last modified time | relevance | path

Searched refs:ycode (Results 1 – 1 of 1) sorted by relevance

/third_party/libinput/src/
Devdev.c1531 unsigned int ycode) in evdev_fix_abs_resolution() argument
1539 if (!(xcode == ABS_X && ycode == ABS_Y) && in evdev_fix_abs_resolution()
1540 !(xcode == ABS_MT_POSITION_X && ycode == ABS_MT_POSITION_Y)) { in evdev_fix_abs_resolution()
1544 ycode); in evdev_fix_abs_resolution()
1549 absy = libevdev_get_abs_info(evdev, ycode); in evdev_fix_abs_resolution()
1568 libevdev_set_abs_resolution(evdev, ycode, yres); in evdev_fix_abs_resolution()