Home
last modified time | relevance | path

Searched refs:spkr_softc (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/dev/
H A Dspkr.c94 static void playinit(struct spkr_softc *);
95 static void playtone(struct spkr_softc *, int, int, int);
96 static void playstring(struct spkr_softc *, const char *, size_t);
147 playinit(struct spkr_softc *sc) in playinit()
161 rest(struct spkr_softc *sc, int ticks) in rest()
181 playtone(struct spkr_softc *sc, int note, int val, int sustain) in playtone()
230 playstring(struct spkr_softc *sc, const char *cp, size_t slen) in playstring()
426 struct spkr_softc *sc = device_private(self); in spkr_attach()
443 struct spkr_softc *sc = device_private(self); in spkr_detach()
469 struct spkr_softc *sc = device_private(self); in spkr_rescan()
[all …]
H A Dspkrvar.h8 struct spkr_softc { struct
H A Dspkr_audio.c57 struct spkr_softc sc_spkr;
/netbsd-src/sys/dev/isa/
H A Dspkr_pcppi.c66 struct spkr_softc sc_spkr;