Lines Matching defs:wsdisplay_console_device
244 static struct wsdisplay_softc *wsdisplay_console_device;
860 KASSERT(wsdisplay_console_device == NULL);
863 wsdisplay_console_device = sc;
2297 if (wsdisplay_console_device == NULL) {
2303 wsdisplay_console_device->sc_input, src)) {
2308 wsdisplay_console_device->sc_input = src;
2310 src->me_dispdv = wsdisplay_console_device->sc_dev;
2326 if ((wsdisplay_console_device != NULL) &&
2327 (wsdisplay_console_device->sc_scr[0] != NULL) &&
2328 (wsdisplay_console_device->sc_scr[0]->scr_flags & SCR_GRAPHICS))
2370 if (wsdisplay_console_device != NULL &&
2371 wsdisplay_console_device->sc_accessops->pollc != NULL)
2372 (*wsdisplay_console_device->sc_accessops->pollc)
2373 (wsdisplay_console_device->sc_accesscookie, on);