Searched refs:mousehw_t (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.1-release/sys/dev/mse/
H A Dmsevar.h76 mousehw_t hw;
120 mousehw_t m_hw; /* buttons iftype type model hwid */
H A Dmse.c284 *(mousehw_t *)addr = sc->hw;
286 ((mousehw_t *)addr)->model = MOUSE_MODEL_GENERIC;
/freebsd-10.1-release/sys/dev/syscons/
H A Dsysmouse.c62 mousehw_t *hw;
68 hw = (mousehw_t *)data;
/freebsd-10.1-release/sys/sys/
H A Dmouse.h34 #define MOUSE_GETHWINFO _IOR('M', 1, mousehw_t)
91 } mousehw_t; typedef in typeref:struct:mousehw
/freebsd-10.1-release/sys/dev/vt/
H A Dvt_sysmouse.c292 mousehw_t *hw = (mousehw_t *)data;
/freebsd-10.1-release/sys/dev/adb/
H A Dadb_mouse.c78 mousehw_t hw;
592 *(mousehw_t *)addr = sc->hw;
/freebsd-10.1-release/sys/dev/usb/input/
H A Dums.c130 mousehw_t sc_hw;
868 *(mousehw_t *)addr = sc->sc_hw;
H A Dwsp.c381 mousehw_t sc_hw;
1127 *(mousehw_t *)addr = sc->sc_hw;
H A Datp.c666 mousehw_t sc_hw;
2509 *(mousehw_t *)addr = sc->sc_hw;
/freebsd-10.1-release/sys/dev/atkbdc/
H A Dpsm.c305 mousehw_t hw; /* hardware information */
1993 *(mousehw_t *)addr = sc->hw;
1995 ((mousehw_t *)addr)->model = MOUSE_MODEL_GENERIC;
/freebsd-10.1-release/usr.sbin/moused/
H A Dmoused.c415 mousehw_t hw; /* mouse device hardware information */

Completed in 147 milliseconds