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

/systemd/src/udev/
H A Dudev-builtin-keyboard.c127 struct input_absinfo absinfo; local
131 rc = ioctl(fd, EVIOCGABS(evcode), &absinfo);
137 next = parse_token(value, &absinfo.minimum);
138 next = parse_token(next, &absinfo.maximum);
139 next = parse_token(next, &absinfo.resolution);
140 next = parse_token(next, &absinfo.fuzz);
141 next = parse_token(next, &absinfo.flat);
149 absinfo.minimum, absinfo.maximum, absinfo
[all...]
H A Dudev-builtin-input_id.c47 static inline int abs_size_mm(const struct input_absinfo *absinfo) { argument
49 return (absinfo->maximum - absinfo->minimum) / absinfo->resolution;

Completed in 795 milliseconds