HomeSort by: relevance | last modified time | path
    Searched defs:x_ratio (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/display/
dvo_ivch.c 425 u16 x_ratio, y_ratio; local in function:ivch_mode_set
429 x_ratio = (((mode->hdisplay - 1) << 16) /
433 ivch_write(dvo, VR42, x_ratio);
  /src/sys/dev/usb/
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...]

Completed in 110 milliseconds