Searched refs:kb_softc (Results 1 – 4 of 4) sorted by relevance
51 static void kb_kbc_init(struct kb_softc *);55 CFATTACH_DECL_NEW(kb_kbc, sizeof(struct kb_softc),74 struct kb_softc *sc = device_private(self); in kb_kbc_attach()101 kb_kbc_init(struct kb_softc *sc) in kb_kbc_init()113 struct kb_softc *sc = (struct kb_softc *)arg; in kb_kbc_intr()
55 static void kb_hb_init(struct kb_softc *);59 CFATTACH_DECL_NEW(kb_hb, sizeof(struct kb_softc),88 struct kb_softc *sc = device_private(self); in kb_hb_attach()126 kb_hb_init(struct kb_softc *sc) in kb_hb_init()138 struct kb_softc *sc = (struct kb_softc *)arg; in kb_hb_intr()
37 struct kb_softc { struct50 void kb_intr(struct kb_softc *); argument
97 kb_intr(struct kb_softc *sc) in kb_intr()