Searched defs:ams_softc (Results 1 – 2 of 2) sorted by relevance
39 struct ams_softc { struct40 device_t sc_dev;43 int origaddr; /* ADB device type (ADBADDR_MS) */44 int adbaddr; /* current ADB address */45 int handler_id; /* type of mouse */48 u_int8_t sc_class; /* mouse class (mouse, trackball) */49 u_int8_t sc_buttons; /* number of buttons */50 u_int32_t sc_res; /* mouse resolution (dpi) */51 char sc_devid[5]; /* device indentifier */75 void ms_handoff(adb_event_t *event, struct ams_softc *); argument
39 struct ams_softc { struct 61 sc_wsmousedevams_softc global() argument