uatp.c | 144 * tweak hw.uatp0.x_sensors and hw.uatp0.y_sensors, up to a maximum 388 unsigned int y_sensors; member in struct:uatp_knobs 453 .y_sensors = 0, /* default for model */ 551 unsigned int y_sensors; /* Number of vertical sensors. */ member in struct:uatp_parameters 580 .y_ratio = 43, .y_sensors = 16, 592 .y_ratio = 43, .y_sensors = 16, 604 .y_ratio = 43, .y_sensors = 9, 624 .y_ratio = 64, .y_sensors = 9, 752 if ((0 < sc->sc_knobs.y_sensors) && 753 (sc->sc_knobs.y_sensors <= UATP_MAX_Y_SENSORS) [all...] |