Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/wscons/
Dwsdisplay.c163 struct wsdisplay_softc { struct
164 struct device sc_dv;
166 const struct wsdisplay_accessops *sc_accessops;
167 void *sc_accesscookie;
169 const struct wsscreen_list *sc_scrdata;
171 struct wsscreen *sc_scr[WSDISPLAY_MAXSCREEN];
172 int sc_focusidx; /* available only if sc_focus isn't null */
173 struct wsscreen *sc_focus;
176 struct timeout sc_burner;
177 int sc_burnoutintvl;
[all …]