Searched refs:wsmousedev (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/arm/s3c2xx0/
H A Ds3c2440_touch.c61 device_t wsmousedev; member in struct:sstouch_softc
79 /* wsmousedev */
149 sc->wsmousedev = config_found_ia(self, "wsmousedev", &mas,
190 wsmouse_input(sc->wsmousedev, 0x0, 0, 0, 0, 0, 0);
239 wsmouse_input(sc->wsmousedev, 0x1, x, y, 0, 0,
/netbsd-6-1-5-RELEASE/sys/arch/sgimips/dev/
H A Dzs_ms.c89 struct device *wsmousedev; member in struct:zsms_softc
173 sc->wsmousedev = config_found(self, &wsmaa, wsmousedevprint);
292 wsmouse_input(sc->wsmousedev, btns, x, y, 0, 0, WSMOUSE_INPUT_DELTA);
/netbsd-6-1-5-RELEASE/sys/dev/wscons/
H A Dwsmouse.c343 wsmouse_input(device_t wsmousedev, u_int btns /* 0 is up */, argument
346 struct wsmouse_softc *sc = device_private(wsmousedev);

Completed in 128 milliseconds