uatp.c | 127 * You can tweak hw.uatp0.x_ratio and hw.uatp0.y_ratio to adjust 387 unsigned int x_ratio; member in struct:uatp_knobs 452 .x_ratio = 0, /* default for model */ 547 unsigned int x_ratio; /* Screen width / trackpad width. */ member in struct:uatp_parameters 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) [all...] |