Home | History | Annotate | Download | only in pci

Lines Matching refs:vtbl

300 		sc->codec_if->vtbl->detach(sc->codec_if);
486 sc->codec_if->vtbl->unlock(sc->codec_if);
617 sc->codec_if->vtbl->lock(sc->codec_if);
627 sc->codec_if->vtbl->unlock(sc->codec_if);
717 if (codec->vtbl->set_rate(codec, reg, &rate))
722 && codec->vtbl->set_rate(codec, reg, &rate))
727 && codec->vtbl->set_rate(codec, reg, &rate))
807 return sc->codec_if->vtbl->mixer_set_port(sc->codec_if, cp);
816 return sc->codec_if->vtbl->mixer_get_port(sc->codec_if, cp);
825 return sc->codec_if->vtbl->query_devinfo(sc->codec_if, dip);
1148 (sc->codec_if->vtbl->restore_ports)(sc->codec_if);