HomeSort by: relevance | last modified time | path
    Searched refs:host_if (Results 1 - 25 of 50) sorted by relevancy

1 2

  /src/sys/dev/pci/
auviavar.h 66 struct ac97_host_if host_if; member in struct:auvia_softc
fmsvar.h 54 struct ac97_host_if host_if; member in struct:fms_softc
auviavar.h 66 struct ac97_host_if host_if; member in struct:auvia_softc
fmsvar.h 54 struct ac97_host_if host_if; member in struct:fms_softc
auixpvar.h 75 struct ac97_host_if host_if; member in struct:auixp_codec
autrivar.h 48 struct ac97_host_if host_if; member in struct:autri_codec_softc
eapvar.h 79 struct ac97_host_if host_if; member in struct:eap_softc
esavar.h 116 struct ac97_host_if host_if; member in struct:esa_softc
ydsvar.h 52 struct ac97_host_if host_if; member in struct:yds_codec_softc
auixpvar.h 75 struct ac97_host_if host_if; member in struct:auixp_codec
autrivar.h 48 struct ac97_host_if host_if; member in struct:autri_codec_softc
eapvar.h 79 struct ac97_host_if host_if; member in struct:eap_softc
esavar.h 116 struct ac97_host_if host_if; member in struct:esa_softc
ydsvar.h 52 struct ac97_host_if host_if; member in struct:yds_codec_softc
esmvar.h 169 struct ac97_host_if host_if; member in struct:esm_softc
esmvar.h 169 struct ac97_host_if host_if; member in struct:esm_softc
neo.c 161 struct ac97_host_if host_if; member in struct:neo_softc
622 sc->host_if.arg = sc;
623 sc->host_if.attach = neo_attach_codec;
624 sc->host_if.read = neo_read_codec;
625 sc->host_if.write = neo_write_codec;
626 sc->host_if.reset = neo_reset_codec;
627 sc->host_if.flags = neo_flags_codec;
629 if (ac97_attach(&sc->host_if, self, &sc->lock) != 0) {
neo.c 161 struct ac97_host_if host_if; member in struct:neo_softc
622 sc->host_if.arg = sc;
623 sc->host_if.attach = neo_attach_codec;
624 sc->host_if.read = neo_read_codec;
625 sc->host_if.write = neo_write_codec;
626 sc->host_if.reset = neo_reset_codec;
627 sc->host_if.flags = neo_flags_codec;
629 if (ac97_attach(&sc->host_if, self, &sc->lock) != 0) {
auacer.c 110 struct ac97_host_if host_if; member in struct:auacer_softc
313 sc->host_if.arg = sc;
314 sc->host_if.attach = auacer_attach_codec;
315 sc->host_if.read = auacer_read_codec;
316 sc->host_if.write = auacer_write_codec;
317 sc->host_if.reset = auacer_reset_codec;
319 if (ac97_attach(&sc->host_if, self, &sc->sc_lock) != 0) {
auvia.c 448 sc->host_if.arg = sc;
449 sc->host_if.attach = auvia_attach_codec;
450 sc->host_if.read = auvia_read_codec;
451 sc->host_if.write = auvia_write_codec;
452 sc->host_if.reset = auvia_reset_codec;
453 sc->host_if.spdif_event = auvia_spdif_event;
455 if ((r = ac97_attach(&sc->host_if, self, &sc->sc_lock)) != 0) {
auacer.c 110 struct ac97_host_if host_if; member in struct:auacer_softc
313 sc->host_if.arg = sc;
314 sc->host_if.attach = auacer_attach_codec;
315 sc->host_if.read = auacer_read_codec;
316 sc->host_if.write = auacer_write_codec;
317 sc->host_if.reset = auacer_reset_codec;
319 if (ac97_attach(&sc->host_if, self, &sc->sc_lock) != 0) {
auvia.c 448 sc->host_if.arg = sc;
449 sc->host_if.attach = auvia_attach_codec;
450 sc->host_if.read = auvia_read_codec;
451 sc->host_if.write = auvia_write_codec;
452 sc->host_if.reset = auvia_reset_codec;
453 sc->host_if.spdif_event = auvia_spdif_event;
455 if ((r = ac97_attach(&sc->host_if, self, &sc->sc_lock)) != 0) {
auixp.c 1516 codec->host_if.arg = codec;
1517 codec->host_if.attach = auixp_attach_codec;
1518 codec->host_if.read = auixp_read_codec;
1519 codec->host_if.write = auixp_write_codec;
1520 codec->host_if.reset = auixp_reset_codec;
1521 codec->host_if.flags = auixp_flags_codec;
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,
  /src/sys/dev/ic/
ac97.c 502 struct ac97_host_if *host_if; member in struct:ac97_softc
946 if (as->host_if->read(as->host_if->arg, reg, val)) {
958 return as->host_if->write(as->host_if->arg, reg, val);
964 ret = as->host_if->write(as->host_if->arg, reg, val);
965 as->host_if->read(as->host_if->arg, reg, &actual);
1227 ac97_attach(struct ac97_host_if *host_if, device_t sc_dev, kmutex_t *lk
    [all...]
ac97.c 502 struct ac97_host_if *host_if; member in struct:ac97_softc
946 if (as->host_if->read(as->host_if->arg, reg, val)) {
958 return as->host_if->write(as->host_if->arg, reg, val);
964 ret = as->host_if->write(as->host_if->arg, reg, val);
965 as->host_if->read(as->host_if->arg, reg, &actual);
1227 ac97_attach(struct ac97_host_if *host_if, device_t sc_dev, kmutex_t *lk
    [all...]

Completed in 728 milliseconds

1 2