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

  /src/sys/arch/macppc/dev/
pbms.c 181 * y_sensors: The number of sensors in the Y-direction.
191 int y_sensors; /* The number of Y-sensors. */ member in struct:pbms_dev
209 .y_sensors = 16 \
359 sc->sc_y_sensors = pd->y_sensors;
  /src/sys/dev/usb/
uatp.c 144 * tweak hw.uatp0.x_sensors and hw.uatp0.y_sensors, up to a maximum
388 unsigned int y_sensors; member in struct:uatp_knobs
453 .y_sensors = 0, /* default for model */
551 unsigned int y_sensors; /* Number of vertical sensors. */ 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,
752 if ((0 < sc->sc_knobs.y_sensors) &&
753 (sc->sc_knobs.y_sensors <= UATP_MAX_Y_SENSORS)
    [all...]

Completed in 13 milliseconds