| /src/sys/dev/ic/ |
| ac97var.h | 64 int (*mixer_get_port)(struct ac97_codec_if *, mixer_ctrl_t *); member in struct:ac97_codec_if_vtbl
|
| pl041.c | 162 return sc->sc_ac97_codec->vtbl->mixer_get_port(sc->sc_ac97_codec, mc);
|
| /src/sys/dev/pci/ |
| cs428x.c | 99 return (sc->codec_if->vtbl->mixer_get_port(sc->codec_if, cp));
|
| auacer.c | 637 return sc->codec_if->vtbl->mixer_get_port(sc->codec_if, cp);
|
| auvia.c | 816 return sc->codec_if->vtbl->mixer_get_port(sc->codec_if, cp);
|
| neo.c | 886 return sc->codec_if->vtbl->mixer_get_port(sc->codec_if, cp);
|
| fms.c | 585 return sc->codec_if->vtbl->mixer_get_port(sc->codec_if, cp);
|
| autri.c | 987 return sc->sc_codec.codec_if->vtbl->mixer_get_port(
|
| gcscaudio.c | 619 return sc->codec_if->vtbl->mixer_get_port(sc->codec_if, cp);
|
| auixp.c | 524 return co->codec_if->vtbl->mixer_get_port(co->codec_if, mc);
|
| emuxki.c | 1047 return sc->codecif->vtbl->mixer_get_port(sc->codecif, mctl);
|
| auich.c | 1127 return sc->codec_if->vtbl->mixer_get_port(sc->codec_if, cp);
|
| esa.c | 460 return sc->codec_if->vtbl->mixer_get_port(sc->codec_if, mc);
|
| yds.c | 1655 return sc->sc_codec[0].codec_if->vtbl->mixer_get_port(
|
| eap.c | 1274 return sc->codec_if->vtbl->mixer_get_port(sc->codec_if, cp);
|
| esm.c | 1239 return ess->codec_if->vtbl->mixer_get_port(ess->codec_if, cp);
|
| /src/sys/arch/amiga/dev/ |
| repulse.c | 491 return sc->sc_codec_if->vtbl->mixer_get_port(sc->sc_codec_if, cp);
|
| /src/sys/arch/arm/xscale/ |
| pxa2x0_ac97.c | 620 return (sc->sc_codec_if->vtbl->mixer_get_port(sc->sc_codec_if, cp));
|