Searched defs:hidms (Results 1 – 1 of 1) sorted by relevance
45 struct hidms { struct46 struct device *sc_device;47 struct device *sc_wsmousedev;49 int sc_enabled;50 int sc_flags; /* device configuration */85 void hidms_attach(struct hidms *, const struct wsmouse_accessops *); argument