/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
|
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
|
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) {
|
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,
|
cs428x.h | 140 struct ac97_host_if host_if; member in struct:cs428x_softc
|
gcscaudio.c | 105 struct ac97_host_if host_if; member in struct:gcscaudio_softc 311 sc->host_if.arg = sc; 312 sc->host_if.attach = gcscaudio_attach_codec; 313 sc->host_if.read = gcscaudio_read_codec; 314 sc->host_if.write = gcscaudio_write_codec; 315 sc->host_if.reset = gcscaudio_reset_codec; 316 sc->host_if.spdif_event = gcscaudio_spdif_event_codec; 318 if ((rc = ac97_attach(&sc->host_if, self, &sc->sc_lock)) != 0) {
|
cs4280.c | 355 sc->host_if.arg = sc; 356 sc->host_if.attach = cs428x_attach_codec; 357 sc->host_if.read = cs4280_read_codec; 358 sc->host_if.write = cs4280_write_codec; 360 sc->host_if.reset = cs4280_reset_codec; 362 sc->host_if.reset = NULL; 364 sc->host_if.flags = cs4280_flags_codec; 365 if (ac97_attach(&sc->host_if, self, &sc->sc_lock) != 0) {
|
fms.c | 311 sc->host_if.arg = sc; 312 sc->host_if.attach = fms_attach_codec; 313 sc->host_if.read = fms_read_codec; 314 sc->host_if.write = fms_write_codec; 315 sc->host_if.reset = fms_reset_codec; 317 if (ac97_attach(&sc->host_if, self, &sc->sc_lock) != 0) {
|
cs4281.c | 280 sc->host_if.arg = sc; 281 sc->host_if.attach = cs428x_attach_codec; 282 sc->host_if.read = cs428x_read_codec; 283 sc->host_if.write = cs428x_write_codec; 284 sc->host_if.reset = cs4281_reset_codec; 285 if (ac97_attach(&sc->host_if, self, &sc->sc_lock) != 0) {
|
autri.c | 563 codec->host_if.arg = codec; 564 codec->host_if.attach = autri_attach_codec; 565 codec->host_if.reset = autri_reset_codec; 566 codec->host_if.read = autri_read_codec; 567 codec->host_if.write = autri_write_codec; 568 codec->host_if.flags = autri_flags_codec; 570 r = ac97_attach(&codec->host_if, self, &sc->sc_lock);
|
auich.c | 180 struct ac97_host_if host_if; member in struct:auich_softc 602 sc->host_if.arg = sc; 603 sc->host_if.attach = auich_attach_codec; 604 sc->host_if.read = auich_read_codec; 605 sc->host_if.write = auich_write_codec; 606 sc->host_if.reset = auich_reset_codec; 607 sc->host_if.flags = auich_flags_codec; 608 sc->host_if.spdif_event = auich_spdif_event; 626 if (ac97_attach_type(&sc->host_if, self, sc->sc_codectype,
|
esa.c | 1058 sc->host_if.arg = sc; 1059 sc->host_if.attach = esa_attach_codec; 1060 sc->host_if.read = esa_read_codec; 1061 sc->host_if.write = esa_write_codec; 1062 sc->host_if.reset = esa_reset_codec; 1063 sc->host_if.flags = esa_flags_codec; 1065 if (ac97_attach(&sc->host_if, self, &sc->sc_lock) != 0) {
|
esm.c | 1615 ess->host_if.arg = ess; 1616 ess->host_if.attach = esm_attach_codec; 1617 ess->host_if.read = esm_read_codec; 1618 ess->host_if.write = esm_write_codec; 1619 ess->host_if.reset = esm_reset_codec; 1620 ess->host_if.flags = esm_flags_codec; 1622 if (ac97_attach(&ess->host_if, self, &ess->sc_lock) != 0) {
|
yds.c | 915 codec->host_if.arg = codec; 916 codec->host_if.attach = yds_attach_codec; 917 codec->host_if.read = yds_read_codec; 918 codec->host_if.write = yds_write_codec; 919 codec->host_if.reset = yds_reset_codec; 921 r = ac97_attach(&codec->host_if, self, &sc->sc_lock);
|
eap.c | 710 sc->host_if.arg = sc; 711 sc->host_if.attach = eap1371_attach_codec; 712 sc->host_if.read = eap1371_read_codec; 713 sc->host_if.write = eap1371_write_codec; 714 sc->host_if.reset = eap1371_reset_codec; 716 if (ac97_attach(&sc->host_if, self, &sc->sc_lock) == 0) {
|
/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...] |
/src/dist/pf/sbin/pfctl/ |
pfctl_parser.c | 75 struct node_host *host_if(const char *, int); 1436 if (cont && (h = host_if(ps, mask)) != NULL) 1460 host_if(const char *s, int mask) function in typeref:struct:node_host * 1467 err(1, "host_if: strdup");
|