Searched refs:ac97_attach (Results 1 – 19 of 19) sorted by relevance
| /netbsd-src/sys/dev/ic/ |
| H A D | ac97var.h | 96 int ac97_attach(struct ac97_host_if *, device_t, kmutex_t *);
|
| H A D | pl041.c | 286 error = ac97_attach(&sc->sc_ac97_host, sc->sc_dev, &sc->sc_lock); in aaci_attach()
|
| H A D | ac97.c | 1227 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 D | auixp.c | 1527 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 D | fms.c | 317 if (ac97_attach(&sc->host_if, self, &sc->sc_lock) != 0) { in fms_attach()
|
| H A D | neo.c | 629 if (ac97_attach(&sc->host_if, self, &sc->lock) != 0) { in neo_attach()
|
| H A D | cs4281.c | 285 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 D | auacer.c | 319 if (ac97_attach(&sc->host_if, self, &sc->sc_lock) != 0) { in auacer_attach()
|
| H A D | auvia.c | 455 if ((r = ac97_attach(&sc->host_if, self, &sc->sc_lock)) != 0) { in auvia_attach()
|
| H A D | gcscaudio.c | 318 if ((rc = ac97_attach(&sc->host_if, self, &sc->sc_lock)) != 0) { in gcscaudio_attach()
|
| H A D | autri.c | 570 r = ac97_attach(&codec->host_if, self, &sc->sc_lock); in autri_attach()
|
| H A D | emuxki.c | 1271 return ac97_attach(&sc->hostif, sc->sc_dev, &sc->sc_lock); in emuxki_ac97_init()
|
| H A D | cs4280.c | 365 if (ac97_attach(&sc->host_if, self, &sc->sc_lock) != 0) { in cs4280_attach()
|
| H A D | esm.c | 1629 if (ac97_attach(&ess->host_if, self, &ess->sc_lock) != 0) { in esm_attach()
|
| H A D | yds.c | 921 r = ac97_attach(&codec->host_if, self, &sc->sc_lock); in yds_attach()
|
| H A D | esa.c | 1065 if (ac97_attach(&sc->host_if, self, &sc->sc_lock) != 0) { in esa_attach()
|
| H A D | eap.c | 716 if (ac97_attach(&sc->host_if, self, &sc->sc_lock) == 0) { in eap_attach()
|
| /netbsd-src/sys/arch/amiga/dev/ |
| H A D | repulse.c | 304 if (ac97_attach(&sc->sc_achost, self, &sc->sc_lock)) { in repulse_attach()
|
| /netbsd-src/sys/arch/arm/xscale/ |
| H A D | pxa2x0_ac97.c | 311 if (ac97_attach(&sc->sc_host_if, sc->sc_dev, &sc->sc_lock)) { in pxaacu_attach()
|