/src/sys/dev/ic/ |
ac97var.h | 83 * - call unlock() just after ac97_attach() 96 int ac97_attach(struct ac97_host_if *, device_t, kmutex_t *);
|
pl041.c | 286 error = ac97_attach(&sc->sc_ac97_host, sc->sc_dev, &sc->sc_lock);
|
ac97.c | 1227 ac97_attach(struct ac97_host_if *host_if, device_t sc_dev, kmutex_t *lk) function in typeref:typename:int
|
/src/sys/dev/pci/ |
auixp.c | 1527 if (ac97_attach(&sc->sc_codec[0].host_if, sc->sc_dev, 1535 if (ac97_attach(&sc->sc_codec[1].host_if, sc->sc_dev, 1543 if (ac97_attach(&sc->sc_codec[2].host_if, sc->sc_dev,
|
auacer.c | 319 if (ac97_attach(&sc->host_if, self, &sc->sc_lock) != 0) {
|
auvia.c | 455 if ((r = ac97_attach(&sc->host_if, self, &sc->sc_lock)) != 0) {
|
neo.c | 629 if (ac97_attach(&sc->host_if, self, &sc->lock) != 0) {
|
fms.c | 317 if (ac97_attach(&sc->host_if, self, &sc->sc_lock) != 0) {
|
cs4281.c | 285 if (ac97_attach(&sc->host_if, self, &sc->sc_lock) != 0) { 286 aprint_error_dev(sc->sc_dev, "ac97_attach failed\n");
|
autri.c | 570 r = ac97_attach(&codec->host_if, self, &sc->sc_lock);
|
gcscaudio.c | 318 if ((rc = ac97_attach(&sc->host_if, self, &sc->sc_lock)) != 0) {
|
cs4280.c | 365 if (ac97_attach(&sc->host_if, self, &sc->sc_lock) != 0) { 366 aprint_error_dev(sc->sc_dev, "ac97_attach failed\n");
|
emuxki.c | 1271 return ac97_attach(&sc->hostif, sc->sc_dev, &sc->sc_lock);
|
esa.c | 1065 if (ac97_attach(&sc->host_if, self, &sc->sc_lock) != 0) {
|
yds.c | 921 r = ac97_attach(&codec->host_if, self, &sc->sc_lock);
|
eap.c | 716 if (ac97_attach(&sc->host_if, self, &sc->sc_lock) == 0) {
|
esm.c | 1622 if (ac97_attach(&ess->host_if, self, &ess->sc_lock) != 0) {
|
/src/sys/arch/amiga/dev/ |
repulse.c | 304 if (ac97_attach(&sc->sc_achost, self, &sc->sc_lock)) {
|
/src/sys/arch/arm/xscale/ |
pxa2x0_ac97.c | 311 if (ac97_attach(&sc->sc_host_if, sc->sc_dev, &sc->sc_lock)) {
|