Home
last modified time | relevance | path

Searched refs:kb_softc (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/arch/news68k/dev/
H A Dkb_kbc.c51 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()
H A Dkb_hb.c55 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()
H A Dkbvar.h37 struct kb_softc { struct
50 void kb_intr(struct kb_softc *); argument
H A Dkb.c97 kb_intr(struct kb_softc *sc) in kb_intr()