Searched defs:xabsinfo (Results 1 - 1 of 1) sorted by relevance

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

Completed in 10 milliseconds