Lines Matching defs:x_ratio
127 * You can tweak hw.uatp0.x_ratio and hw.uatp0.y_ratio to adjust
387 unsigned int x_ratio;
452 .x_ratio = 0, /* default for model */
547 unsigned int x_ratio; /* Screen width / trackpad width. */
579 .x_ratio = 64, .x_sensors = 16, .x_sensors_17 = 26,
591 .x_ratio = 64, .x_sensors = 16, .x_sensors_17 = 26,
603 .x_ratio = 64, .x_sensors = 15, .x_sensors_17 = 20,
623 .x_ratio = 64, .x_sensors = 20, /* XXX */ .x_sensors_17 = 0,
763 if ((0 < sc->sc_knobs.x_ratio) &&
764 (sc->sc_knobs.x_ratio <= UATP_MAX_X_RATIO))
765 return sc->sc_knobs.x_ratio;
767 return sc->sc_parameters->x_ratio;
961 KASSERT(sc->sc_parameters->x_ratio <= UATP_MAX_X_RATIO);
966 sc->sc_parameters->x_sensors, sc->sc_parameters->x_ratio,
967 x_ratio);
1061 if (!uatp_setup_sysctl_knob(sc, &sc->sc_knobs.x_ratio, "x_ratio",