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

  /src/sys/dev/hid/
hidms.h 61 struct wsmouse_calibcoords sc_calibcoords; member in struct:hidms
  /src/sys/dev/usb/
uts.c 89 struct wsmouse_calibcoords sc_calibcoords; member in struct:uts_softc
240 memset(&sc->sc_calibcoords, 0, sizeof(sc->sc_calibcoords));
241 sc->sc_calibcoords.maxx = 4095;
242 sc->sc_calibcoords.maxy = 4095;
243 sc->sc_calibcoords.samplelen = WSMOUSE_CALIBCOORDS_RESET;
252 sc->sc_calibcoords.minx = item.logical_minimum;
253 sc->sc_calibcoords.maxx = item.logical_maximum;
256 sc->sc_calibcoords.miny = item.logical_minimum;
257 sc->sc_calibcoords.maxy = item.logical_maximum
    [all...]

Completed in 17 milliseconds