HomeSort by: relevance | last modified time | path
    Searched refs:spkr_softc (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/
spkrvar.h 8 struct spkr_softc { struct
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)
161 rest(struct spkr_softc *sc, int ticks)
181 playtone(struct spkr_softc *sc, int note, int val, int sustain)
230 playstring(struct spkr_softc *sc, const char *cp, size_t slen)
426 struct spkr_softc *sc = device_private(self);
443 struct spkr_softc *sc = device_private(self);
469 struct spkr_softc *sc = device_private(self)
    [all...]
spkr_audio.c 57 struct spkr_softc sc_spkr;
  /src/sys/dev/isa/
spkr_pcppi.c 66 struct spkr_softc sc_spkr;

Completed in 32 milliseconds