Lines Matching defs:y_ratio
127 * You can tweak hw.uatp0.x_ratio and hw.uatp0.y_ratio to adjust
389 unsigned int y_ratio;
454 .y_ratio = 0, /* default for model */
550 unsigned int y_ratio; /* Screen height / trackpad height. */
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,
774 if ((0 < sc->sc_knobs.y_ratio) &&
775 (sc->sc_knobs.y_ratio <= UATP_MAX_Y_RATIO))
776 return sc->sc_knobs.y_ratio;
778 return sc->sc_parameters->y_ratio;
963 KASSERT(sc->sc_parameters->y_ratio <= UATP_MAX_Y_RATIO);
970 sc->sc_parameters->y_sensors, sc->sc_parameters->y_ratio,
971 sc->sc_parameters->y_sensors * sc->sc_parameters->y_ratio);
1067 if (!uatp_setup_sysctl_knob(sc, &sc->sc_knobs.y_ratio, "y_ratio",