Lines Matching refs:absinfo
29 "\tChange the absinfo struct for the named axis\n"
117 int *axis, struct input_absinfo *absinfo)
148 absinfo->minimum = atoi(optarg);
151 absinfo->maximum = atoi(optarg);
154 absinfo->fuzz = atoi(optarg);
157 absinfo->flat = atoi(optarg);
160 absinfo->resolution = atoi(optarg);
305 unsigned int axis, struct input_absinfo *absinfo)
321 abs.minimum = absinfo->minimum;
323 abs.maximum = absinfo->maximum;
325 abs.fuzz = absinfo->fuzz;
327 abs.flat = absinfo->flat;
329 abs.resolution = absinfo->resolution;
334 "Failed to set absinfo %s: %s",
388 struct input_absinfo absinfo;
406 &absinfo);
447 set_abs(dev, changes, axis, &absinfo);