Lines Matching refs:absinfo
123 struct input_absinfo absinfo;
127 rc = ioctl(fd, EVIOCGABS(evcode), &absinfo);
133 next = parse_token(value, &absinfo.minimum);
134 next = parse_token(next, &absinfo.maximum);
135 next = parse_token(next, &absinfo.resolution);
136 next = parse_token(next, &absinfo.fuzz);
137 next = parse_token(next, &absinfo.flat);
145 absinfo.minimum, absinfo.maximum, absinfo.resolution, absinfo.fuzz, absinfo.flat,
147 rc = ioctl(fd, EVIOCSABS(evcode), &absinfo);