Home
last modified time | relevance | path

Searched refs:sc_wsbelldev (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/dev/
Dspkr.c435 sc->sc_wsbelldev = NULL; in spkr_attach()
472 if (sc->sc_wsbelldev == NULL) { in spkr_rescan()
474 sc->sc_wsbelldev = config_found(self, &a, wsbelldevprint, in spkr_rescan()
486 if (sc->sc_wsbelldev == child) in spkr_childdet()
487 sc->sc_wsbelldev = NULL; in spkr_childdet()
Dspkrvar.h10 device_t sc_wsbelldev; member