HomeSort by: relevance | last modified time | path
    Searched defs:y_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
431 y_ratio = (((mode->vdisplay - 1) << 16) /
434 ivch_write(dvo, VR41, y_ratio);
  /src/sys/dev/usb/
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...]

Completed in 13 milliseconds