HomeSort by: relevance | last modified time | path
    Searched refs:sc_wsdisplay (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/dev/usb/
udl.h 111 device_t sc_wsdisplay; member in struct:udl_softc
udl.c 478 sc->sc_wsdisplay =
546 if (sc->sc_wsdisplay != NULL)
547 config_detach(sc->sc_wsdisplay, DETACH_FORCE);
  /src/sys/dev/ic/
ssdfbvar.h 348 device_t sc_wsdisplay; member in struct:ssdfb_softc
ssdfb.c 431 sc->sc_wsdisplay =
460 config_detach(sc->sc_wsdisplay, DETACH_FORCE);
1139 WSDISPLAYMINOR(device_unit(sc->sc_wsdisplay), 0));
  /src/sys/dev/hpc/
hpcfb.c 157 device_t sc_wsdisplay; member in struct:hpcfb_softc
327 sc->sc_wsdisplay = config_found(self, &wa, wsemuldisplaydevprint,
651 struct wsdisplay_softc *wsc = device_private(sc->sc_wsdisplay);
655 if (wsdisplay_switch(sc->sc_wsdisplay,
668 wsdisplay_switch(sc->sc_wsdisplay,

Completed in 39 milliseconds