/src/sys/arch/macppc/dev/ |
awacs.c | 139 static void awacs_set_speaker_volume(struct awacs_softc *, int, int); 1070 awacs_set_speaker_volume(struct awacs_softc *sc, int left, int right) function in typeref:typename:void 1156 awacs_set_speaker_volume(sc, left, right);
|
awacs.c | 139 static void awacs_set_speaker_volume(struct awacs_softc *, int, int); 1070 awacs_set_speaker_volume(struct awacs_softc *sc, int left, int right) function in typeref:typename:void 1156 awacs_set_speaker_volume(sc, left, right);
|
awacs.c | 139 static void awacs_set_speaker_volume(struct awacs_softc *, int, int); 1070 awacs_set_speaker_volume(struct awacs_softc *sc, int left, int right) function in typeref:typename:void 1156 awacs_set_speaker_volume(sc, left, right);
|