Home
last modified time | relevance | path

Searched refs:ac97_attach (Results 1 – 19 of 19) sorted by relevance

/netbsd-src/sys/dev/ic/
H A Dac97var.h96 int ac97_attach(struct ac97_host_if *, device_t, kmutex_t *);
H A Dpl041.c286 error = ac97_attach(&sc->sc_ac97_host, sc->sc_dev, &sc->sc_lock); in aaci_attach()
H A Dac97.c1227 ac97_attach(struct ac97_host_if *host_if, device_t sc_dev, kmutex_t *lk) in ac97_attach() function
/netbsd-src/sys/dev/pci/
H A Dauixp.c1527 if (ac97_attach(&sc->sc_codec[0].host_if, sc->sc_dev, in auixp_autodetect_codecs()
1535 if (ac97_attach(&sc->sc_codec[1].host_if, sc->sc_dev, in auixp_autodetect_codecs()
1543 if (ac97_attach(&sc->sc_codec[2].host_if, sc->sc_dev, in auixp_autodetect_codecs()
H A Dfms.c317 if (ac97_attach(&sc->host_if, self, &sc->sc_lock) != 0) { in fms_attach()
H A Dneo.c629 if (ac97_attach(&sc->host_if, self, &sc->lock) != 0) { in neo_attach()
H A Dcs4281.c285 if (ac97_attach(&sc->host_if, self, &sc->sc_lock) != 0) { in cs4281_attach()
286 aprint_error_dev(sc->sc_dev, "ac97_attach failed\n"); in cs4281_attach()
H A Dauacer.c319 if (ac97_attach(&sc->host_if, self, &sc->sc_lock) != 0) { in auacer_attach()
H A Dauvia.c455 if ((r = ac97_attach(&sc->host_if, self, &sc->sc_lock)) != 0) { in auvia_attach()
H A Dgcscaudio.c318 if ((rc = ac97_attach(&sc->host_if, self, &sc->sc_lock)) != 0) { in gcscaudio_attach()
H A Dautri.c570 r = ac97_attach(&codec->host_if, self, &sc->sc_lock); in autri_attach()
H A Demuxki.c1271 return ac97_attach(&sc->hostif, sc->sc_dev, &sc->sc_lock); in emuxki_ac97_init()
H A Dcs4280.c365 if (ac97_attach(&sc->host_if, self, &sc->sc_lock) != 0) { in cs4280_attach()
H A Desm.c1629 if (ac97_attach(&ess->host_if, self, &ess->sc_lock) != 0) { in esm_attach()
H A Dyds.c921 r = ac97_attach(&codec->host_if, self, &sc->sc_lock); in yds_attach()
H A Desa.c1065 if (ac97_attach(&sc->host_if, self, &sc->sc_lock) != 0) { in esa_attach()
H A Deap.c716 if (ac97_attach(&sc->host_if, self, &sc->sc_lock) == 0) { in eap_attach()
/netbsd-src/sys/arch/amiga/dev/
H A Drepulse.c304 if (ac97_attach(&sc->sc_achost, self, &sc->sc_lock)) { in repulse_attach()
/netbsd-src/sys/arch/arm/xscale/
H A Dpxa2x0_ac97.c311 if (ac97_attach(&sc->sc_host_if, sc->sc_dev, &sc->sc_lock)) { in pxaacu_attach()