Searched defs:adb_mouse_softc (Results 1 – 1 of 1) sorted by relevance
68 struct adb_mouse_softc { struct69 device_t sc_dev;71 struct mtx sc_mtx;72 struct cv sc_cv;74 int flags;77 uint16_t dpi;79 mousehw_t hw;80 mousemode_t mode;81 u_char id[4];83 int buttons;[all …]