Lines Matching refs:wsbell_softc
155 static inline void spkr_audio_play(struct wsbell_softc *, u_int, u_int, u_int);
166 static int wsbelldoopen(struct wsbell_softc *, struct wseventvar *);
169 static int wsbell_do_ioctl(struct wsbell_softc *, u_long, void *,
174 CFATTACH_DECL_NEW(wsbell, sizeof (struct wsbell_softc),
212 struct wsbell_softc *sc = device_private(self); in wsbell_attach()
255 struct wsbell_softc *sc = device_private(self); in wsbell_activate()
265 struct wsbell_softc *sc = device_private(self); in wsbell_detach()
321 wsbelldoopen(struct wsbell_softc *sc, struct wseventvar *evp) in wsbelldoopen()
331 struct wsbell_softc *sc = device_private(dv); in wsbelldoioctl()
342 wsbell_do_ioctl(struct wsbell_softc *sc, u_long cmd, void *data, in wsbell_do_ioctl()
410 struct wsbell_softc *sc = arg; in bell_thread()
442 spkr_audio_play(struct wsbell_softc *sc, u_int pitch, u_int period, u_int volume) in spkr_audio_play()
458 struct wsbell_softc *sc = (struct wsbell_softc *)me; in wsbell_mux_open()
469 struct wsbell_softc *sc = (struct wsbell_softc *)me; in wsbell_mux_close()