wsbell_softc
static inline void spkr_audio_play(struct wsbell_softc *, u_int, u_int, u_int);
static int wsbelldoopen(struct wsbell_softc *, struct wseventvar *);
static int wsbell_do_ioctl(struct wsbell_softc *, u_long, void *,
CFATTACH_DECL_NEW(wsbell, sizeof (struct wsbell_softc),
struct wsbell_softc *sc = device_private(self);
struct wsbell_softc *sc = device_private(self);
struct wsbell_softc *sc = device_private(self);
wsbelldoopen(struct wsbell_softc *sc, struct wseventvar *evp)
struct wsbell_softc *sc = device_private(dv);
wsbell_do_ioctl(struct wsbell_softc *sc, u_long cmd, void *data,
struct wsbell_softc *sc = arg;
spkr_audio_play(struct wsbell_softc *sc, u_int pitch, u_int period, u_int volume)
struct wsbell_softc *sc = (struct wsbell_softc *)me;
struct wsbell_softc *sc = (struct wsbell_softc *)me;
struct wsbell_softc *sc;