Home
last modified time | relevance | path

Searched defs:hidms (Results 1 – 1 of 1) sorted by relevance

/openbsd/sys/dev/hid/
H A Dhidmsvar.h45 struct hidms { struct
46 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