Searched refs:sunkbd_softc (Results 1 – 1 of 1) sorted by relevance
71 struct sunkbd_softc { struct143 static struct sunkbd_softc sunkbd_softc; variable216 struct sunkbd_softc *sc; in sunkbd_configure()223 if (KBD_IS_INITIALIZED(&sunkbd_softc.sc_kbd)) in sunkbd_configure()242 sc = &sunkbd_softc; in sunkbd_configure()274 if (sunkbd_softc.sc_sysdev == NULL) { in sunkbd_attach()280 sunkbd_softc.sc_uart = sc; in sunkbd_attach()283 kbd_attach(&sunkbd_softc.sc_kbd); in sunkbd_attach()285 sunkbd_enable(&sunkbd_softc.sc_kbd); in sunkbd_attach()288 &sunkbd_softc, SWI_TTY, INTR_TYPE_TTY, &sc->sc_softih); in sunkbd_attach()[all …]