Home
last modified time | relevance | path

Searched refs:host_if (Results 1 – 25 of 34) sorted by relevance

12

/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/um/drivers/
H A Dpcap_kern.c12 char *host_if; member
26 ppri->host_if = init->host_if; in pcap_init()
31 printk("pcap backend, host interface %s\n", ppri->host_if); in pcap_init()
56 char *remain, *host_if = NULL, *options[2] = { NULL, NULL }; in pcap_setup() local
60 { .host_if = "eth0", in pcap_setup()
65 remain = split_if_spec(str, &host_if, &init->filter, in pcap_setup()
73 if (host_if != NULL) in pcap_setup()
74 init->host_if = host_if; in pcap_setup()
H A Dpcap_user.h9 char *host_if; member
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/um/drivers/
H A Dpcap_kern.c12 char *host_if; member
26 ppri->host_if = init->host_if; in pcap_init()
31 printk("pcap backend, host interface %s\n", ppri->host_if); in pcap_init()
56 char *remain, *host_if = NULL, *options[2] = { NULL, NULL }; in pcap_setup() local
60 { .host_if = "eth0", in pcap_setup()
65 remain = split_if_spec(str, &host_if, &init->filter, in pcap_setup()
73 if (host_if != NULL) in pcap_setup()
74 init->host_if = host_if; in pcap_setup()
H A Dpcap_user.h9 char *host_if; member
/dports/multimedia/libv4l/linux-5.13-rc2/arch/um/drivers/
H A Dpcap_kern.c12 char *host_if; member
26 ppri->host_if = init->host_if; in pcap_init()
31 printk("pcap backend, host interface %s\n", ppri->host_if); in pcap_init()
56 char *remain, *host_if = NULL, *options[2] = { NULL, NULL }; in pcap_setup() local
60 { .host_if = "eth0", in pcap_setup()
65 remain = split_if_spec(str, &host_if, &init->filter, in pcap_setup()
73 if (host_if != NULL) in pcap_setup()
74 init->host_if = host_if; in pcap_setup()
H A Dpcap_user.h9 char *host_if; member
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/ic/
H A Dac97.c946 if (as->host_if->read(as->host_if->arg, reg, val)) { in ac97_read()
958 return as->host_if->write(as->host_if->arg, reg, val); in ac97_write()
964 ret = as->host_if->write(as->host_if->arg, reg, val); in ac97_write()
965 as->host_if->read(as->host_if->arg, reg, &actual); in ac97_write()
1253 as->host_if = host_if; in ac97_attach_type()
1257 if ((error = host_if->attach(host_if->arg, &as->codec_if))) { in ac97_attach_type()
1265 if ((error = host_if->reset(host_if->arg))) { in ac97_attach_type()
1273 as->host_flags = host_if->flags(host_if->arg); in ac97_attach_type()
1282 host_if->write(host_if->arg, AC97_REG_RESET, 0); in ac97_attach_type()
1307 host_if->write(host_if->arg, AC97_REG_EXT_MODEM_ID, 0); in ac97_attach_type()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/
H A Dneo.c163 struct ac97_host_if host_if; member
640 sc->host_if.arg = sc; in neo_attach()
641 sc->host_if.attach = neo_attach_codec; in neo_attach()
642 sc->host_if.read = neo_read_codec; in neo_attach()
643 sc->host_if.write = neo_write_codec; in neo_attach()
644 sc->host_if.reset = neo_reset_codec; in neo_attach()
645 sc->host_if.flags = neo_flags_codec; in neo_attach()
647 if (ac97_attach(&sc->host_if, self, &sc->lock) != 0) { in neo_attach()
H A Dfms.c307 sc->host_if.arg = sc; in fms_attach()
308 sc->host_if.attach = fms_attach_codec; in fms_attach()
309 sc->host_if.read = fms_read_codec; in fms_attach()
310 sc->host_if.write = fms_write_codec; in fms_attach()
311 sc->host_if.reset = fms_reset_codec; in fms_attach()
313 if (ac97_attach(&sc->host_if, self, &sc->sc_lock) != 0) { in fms_attach()
H A Dauacer.c112 struct ac97_host_if host_if; member
323 sc->host_if.arg = sc; in auacer_attach()
324 sc->host_if.attach = auacer_attach_codec; in auacer_attach()
325 sc->host_if.read = auacer_read_codec; in auacer_attach()
326 sc->host_if.write = auacer_write_codec; in auacer_attach()
327 sc->host_if.reset = auacer_reset_codec; in auacer_attach()
329 if (ac97_attach(&sc->host_if, self, &sc->sc_lock) != 0) { in auacer_attach()
H A Dauixp.c1580 codec->host_if.arg = codec; in auixp_autodetect_codecs()
1581 codec->host_if.attach = auixp_attach_codec; in auixp_autodetect_codecs()
1582 codec->host_if.read = auixp_read_codec; in auixp_autodetect_codecs()
1583 codec->host_if.write = auixp_write_codec; in auixp_autodetect_codecs()
1584 codec->host_if.reset = auixp_reset_codec; in auixp_autodetect_codecs()
1585 codec->host_if.flags = auixp_flags_codec; in auixp_autodetect_codecs()
1591 if (ac97_attach(&sc->sc_codec[0].host_if, sc->sc_dev, in auixp_autodetect_codecs()
1599 if (ac97_attach(&sc->sc_codec[1].host_if, sc->sc_dev, in auixp_autodetect_codecs()
1607 if (ac97_attach(&sc->sc_codec[2].host_if, sc->sc_dev, in auixp_autodetect_codecs()
H A Dgcscaudio.c107 struct ac97_host_if host_if; member
315 sc->host_if.arg = sc; in gcscaudio_attach()
316 sc->host_if.attach = gcscaudio_attach_codec; in gcscaudio_attach()
317 sc->host_if.read = gcscaudio_read_codec; in gcscaudio_attach()
318 sc->host_if.write = gcscaudio_write_codec; in gcscaudio_attach()
319 sc->host_if.reset = gcscaudio_reset_codec; in gcscaudio_attach()
320 sc->host_if.spdif_event = gcscaudio_spdif_event_codec; in gcscaudio_attach()
322 if ((rc = ac97_attach(&sc->host_if, self, &sc->sc_lock)) != 0) { in gcscaudio_attach()
H A Dfmsvar.h54 struct ac97_host_if host_if; member
H A Dauviavar.h66 struct ac97_host_if host_if; member
H A Dautrivar.h48 struct ac97_host_if host_if; member
H A Dauvia.c459 sc->host_if.arg = sc; in auvia_attach()
460 sc->host_if.attach = auvia_attach_codec; in auvia_attach()
461 sc->host_if.read = auvia_read_codec; in auvia_attach()
462 sc->host_if.write = auvia_write_codec; in auvia_attach()
463 sc->host_if.reset = auvia_reset_codec; in auvia_attach()
464 sc->host_if.spdif_event = auvia_spdif_event; in auvia_attach()
466 if ((r = ac97_attach(&sc->host_if, self, &sc->sc_lock)) != 0) { in auvia_attach()
H A Deapvar.h79 struct ac97_host_if host_if; member
H A Dcs4281.c284 sc->host_if.arg = sc; in cs4281_attach()
285 sc->host_if.attach = cs428x_attach_codec; in cs4281_attach()
286 sc->host_if.read = cs428x_read_codec; in cs4281_attach()
287 sc->host_if.write = cs428x_write_codec; in cs4281_attach()
288 sc->host_if.reset = cs4281_reset_codec; in cs4281_attach()
289 if (ac97_attach(&sc->host_if, self, &sc->sc_lock) != 0) { in cs4281_attach()
H A Dydsvar.h52 struct ac97_host_if host_if; member
H A Dcs4280.c352 sc->host_if.arg = sc; in cs4280_attach()
353 sc->host_if.attach = cs428x_attach_codec; in cs4280_attach()
354 sc->host_if.read = cs4280_read_codec; in cs4280_attach()
355 sc->host_if.write = cs4280_write_codec; in cs4280_attach()
357 sc->host_if.reset = cs4280_reset_codec; in cs4280_attach()
359 sc->host_if.reset = NULL; in cs4280_attach()
361 sc->host_if.flags = cs4280_flags_codec; in cs4280_attach()
362 if (ac97_attach(&sc->host_if, self, &sc->sc_lock) != 0) { in cs4280_attach()
H A Dauixpvar.h93 struct ac97_host_if host_if; member
H A Desavar.h116 struct ac97_host_if host_if; member
H A Dautri.c582 codec->host_if.arg = codec; in autri_attach()
583 codec->host_if.attach = autri_attach_codec; in autri_attach()
584 codec->host_if.reset = autri_reset_codec; in autri_attach()
585 codec->host_if.read = autri_read_codec; in autri_attach()
586 codec->host_if.write = autri_write_codec; in autri_attach()
587 codec->host_if.flags = autri_flags_codec; in autri_attach()
589 r = ac97_attach(&codec->host_if, self, &sc->sc_lock); in autri_attach()
H A Dauich.c182 struct ac97_host_if host_if; member
595 sc->host_if.arg = sc; in auich_attach()
596 sc->host_if.attach = auich_attach_codec; in auich_attach()
597 sc->host_if.read = auich_read_codec; in auich_attach()
598 sc->host_if.write = auich_write_codec; in auich_attach()
599 sc->host_if.reset = auich_reset_codec; in auich_attach()
600 sc->host_if.flags = auich_flags_codec; in auich_attach()
601 sc->host_if.spdif_event = auich_spdif_event; in auich_attach()
619 if (ac97_attach_type(&sc->host_if, self, sc->sc_codectype, in auich_attach()
H A Desmvar.h169 struct ac97_host_if host_if; member

12