Lines Matching defs:wskbd_softc
150 struct wskbd_softc { struct
151 struct wsevsrc sc_base;
153 struct wskbd_internal *id;
155 const struct wskbd_accessops *sc_accessops;
156 void *sc_accesscookie;
158 int sc_ledstate;
160 int sc_isconsole;
162 struct wskbd_bell_data sc_bell_data;
163 struct wskbd_keyrepeat_data sc_keyrepeat_data;
165 int sc_repeating; /* we've called timeout() */
166 int sc_repkey;
167 struct timeout sc_repeat_ch;
168 u_int sc_repeat_type;
169 int sc_repeat_value;
171 int sc_translating; /* xlate to chars for emulation */
173 int sc_maplen; /* number of entries in sc_map */
174 struct wscons_keymap *sc_map; /* current translation map */
175 kbd_t sc_layout; /* current layout */
177 int sc_refcnt;
178 u_char sc_dying; /* device is being detached */