Home
last modified time | relevance | path

Searched refs:wsbell_softc (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/dev/wscons/
H A Dwsbell.c155 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()
[all …]
H A Dwsbellvar.h40 struct wsbell_softc { struct
H A Dwsbellmux.c59 struct wsbell_softc *sc; in wsbell_add_mux()