Lines Matching refs:hilkbd_softc
54 struct hilkbd_softc {
74 CFATTACH_DECL_NEW(hilkbd, sizeof(struct hilkbd_softc),
119 static void hilkbd_decode(struct hilkbd_softc *, uint8_t, u_int *, int *,
140 struct hilkbd_softc *sc = device_private(self);
224 struct hilkbd_softc *sc = device_private(self);
244 struct hilkbd_softc *sc = v;
262 struct hilkbd_softc *sc = v;
293 struct hilkbd_softc *sc = v;
324 struct hilkbd_softc *sc = v;
346 struct hilkbd_softc *sc = v;
354 struct hilkbd_softc *sc = v;
376 struct hilkbd_softc *sc = device_private(hdsc->sc_dev);
434 hilkbd_decode(struct hilkbd_softc *sc, uint8_t data, u_int *type, int *key,