Searched refs:spkr_softc (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/sys/dev/ |
H A D | spkr.c | 94 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 D | spkrvar.h | 8 struct spkr_softc { struct
|
H A D | spkr_audio.c | 57 struct spkr_softc sc_spkr;
|
/netbsd-src/sys/dev/isa/ |
H A D | spkr_pcppi.c | 66 struct spkr_softc sc_spkr;
|