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

/systemd/src/udev/
H A Dudev-builtin-input_id.c54 struct input_absinfo xabsinfo = {}, yabsinfo = {}; local
62 ioctl(fd, EVIOCGABS(ABS_Y), &yabsinfo) < 0)
65 if (xabsinfo.resolution <= 0 || yabsinfo.resolution <= 0)
69 xsprintf(height, "%d", abs_size_mm(&yabsinfo));

Completed in 20 milliseconds