HomeSort by: relevance | last modified time | path
    Searched defs:gus_speaker_ctl (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/isa/
gus.c 374 int gus_speaker_ctl(void *, int);
589 .speaker_ctl = gus_speaker_ctl,
2540 return gus_speaker_ctl(sc->sc_ad1848.parent, newstate);
2544 gus_speaker_ctl(void *addr, int newstate) function in typeref:typename:int
3430 gus_speaker_ctl(sc, vol.left > AUDIO_MIN_GAIN ?
3439 gus_speaker_ctl(sc, cp->un.ord ? SPKR_OFF : SPKR_ON);
3497 gus_speaker_ctl(sc, cp->un.ord ? SPKR_OFF : SPKR_ON);
gus.c 374 int gus_speaker_ctl(void *, int);
589 .speaker_ctl = gus_speaker_ctl,
2540 return gus_speaker_ctl(sc->sc_ad1848.parent, newstate);
2544 gus_speaker_ctl(void *addr, int newstate) function in typeref:typename:int
3430 gus_speaker_ctl(sc, vol.left > AUDIO_MIN_GAIN ?
3439 gus_speaker_ctl(sc, cp->un.ord ? SPKR_OFF : SPKR_ON);
3497 gus_speaker_ctl(sc, cp->un.ord ? SPKR_OFF : SPKR_ON);

Completed in 25 milliseconds