Searched refs:ws_softc (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/arch/luna68k/dev/ |
H A D | lunaws.c | 108 struct ws_softc *cc_sc; 111 struct ws_softc { struct 137 static void omkbd_input(struct ws_softc *, int); argument 138 static void omkbd_send(struct ws_softc *, uint8_t); 139 static void omkbd_decode(struct ws_softc *, int, u_int *, int *); 145 static void omkbd_complex_buzzer(struct ws_softc *, struct wskbd_bell_data *); 146 static uint8_t omkbd_get_buzcmd(struct ws_softc *, struct wskbd_bell_data *, 188 CFATTACH_DECL_NEW(ws, sizeof(struct ws_softc), 216 struct ws_softc *sc = device_private(self); in wsattach() 279 struct ws_softc *sc = arg; in wsintr() [all …]
|