Searched defs:ws_softc (Results 1 – 1 of 1) sorted by relevance
67 struct ws_softc { struct68 struct device sc_dev;69 struct sioreg *sc_ctl;70 u_int8_t sc_wr[6];71 struct device *sc_wskbddev;72 u_int8_t sc_rxq[OMKBD_RXQ_LEN];73 u_int sc_rxqhead;74 u_int sc_rxqtail;76 struct device *sc_wsmousedev;77 int sc_msreport;[all …]