ws_softc
struct ws_softc *cc_sc;
static void omkbd_input(struct ws_softc *, int);
static void omkbd_send(struct ws_softc *, uint8_t);
static void omkbd_decode(struct ws_softc *, int, u_int *, int *);
static void omkbd_complex_buzzer(struct ws_softc *, struct wskbd_bell_data *);
static uint8_t omkbd_get_buzcmd(struct ws_softc *, struct wskbd_bell_data *,
CFATTACH_DECL_NEW(ws, sizeof(struct ws_softc),
struct ws_softc *sc = device_private(self);
struct ws_softc *sc = arg;
struct ws_softc *sc = arg;
omkbd_send(struct ws_softc *sc, uint8_t txdata)
omkbd_input(struct ws_softc *sc, int data)
omkbd_decode(struct ws_softc *sc, int datain, u_int *type, int *dataout)
omkbd_complex_buzzer(struct ws_softc *sc, struct wskbd_bell_data *wbd)
omkbd_get_buzcmd(struct ws_softc *sc, struct wskbd_bell_data *wbd,
struct ws_softc *sc = conscookie->cc_sc; /* currently unused */
struct ws_softc *sc = conscookie->cc_sc; /* currently unused */
struct ws_softc *sc = cookie;
struct ws_softc *sc = cookie;
struct ws_softc *sc = cookie;
struct ws_softc *sc = cookie;