uatp.c | 127 * You can tweak hw.uatp0.x_ratio and hw.uatp0.y_ratio to adjust 389 unsigned int y_ratio; member in struct:uatp_knobs 454 .y_ratio = 0, /* default for model */ 550 unsigned int y_ratio; /* Screen height / trackpad height. */ 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, 774 if ((0 < sc->sc_knobs.y_ratio) && 775 (sc->sc_knobs.y_ratio <= UATP_MAX_Y_RATIO) [all...] |