Searched defs:wsdisplay_softc (Results 1 – 1 of 1) sorted by relevance
134 struct wsdisplay_softc { struct135 device_t sc_dev;137 const struct wsdisplay_accessops *sc_accessops;138 void *sc_accesscookie;140 const struct wsscreen_list *sc_scrdata;142 struct wsdisplay_scroll_data sc_scroll_values;145 struct wsscreen *sc_scr[WSDISPLAY_MAXSCREEN];146 int sc_focusidx; /* available only if sc_focus isn't null */147 struct wsscreen *sc_focus;149 struct wseventvar evar;[all …]