HomeSort by: relevance | last modified time | path
    Searched refs:hwif (Results 1 - 23 of 23) sorted by relevancy

  /src/sys/dev/hdmicec/
hdmicec_if.h 45 const struct hdmicec_hw_if *hwif; member in struct:hdmicec_attach_args
hdmicec.c 97 sc->sc_hwif = caa->hwif;
  /src/sys/dev/
radio_if.h 52 const struct radio_hw_if *hwif; member in struct:radio_attach_args
radio.c 93 const struct radio_hw_if *hwp = sa->hwif;
178 arg.hwif = rhwp;
midi.c 144 sa->hwif));
157 hwp = sa->hwif;
1896 arg.hwif = mhwp;
  /src/sys/dev/audio/
audio_if.h 140 const void *hwif; /* either audio_hw_if * or midi_hw_if * */ member in struct:audio_attach_args
audio.c 912 __func__, sa->type, sa, sa->hwif);
938 hw_if = sa->hwif;
1552 arg.hwif = ahwp;
  /src/sys/dev/isa/
sb.c 264 arg.hwif = 0;
273 arg.hwif = 0;
wss.c 162 arg.hwif = 0;
ym.c 259 arg.hwif = 0;
269 arg.hwif = 0;
gus.c 819 const struct audio_hw_if *hwif; local in function:gusattach
982 hwif = &gus_hw_if;
985 hwif = &gusmax_hw_if;
1082 audio_attach_mi(hwif,
ess.c 1046 arg.hwif = 0;
  /src/sys/arch/i386/pnpbios/
wss_pnpbios.c 169 arg.hwif = 0;
  /src/sys/dev/acpi/
wss_acpi.c 189 arg.hwif = 0;
  /src/sys/dev/isapnp/
wss_isapnp.c 175 arg.hwif = 0;
  /src/sys/dev/pci/
aac_pci.c 171 u_short hwif; member in struct:aac_ident
583 sc->sc_hwif = m->hwif;
fms.c 326 aa.hwif = NULL;
331 aa.hwif = NULL;
eso.c 427 aa.hwif = NULL;
433 aa.hwif = NULL;
447 aa.hwif = NULL;
cmpci.c 420 aa.hwif = NULL;
426 aa.hwif = NULL;
yds.c 594 aa.hwif = aa.hdl = NULL;
631 aa.hwif = aa.hdl = NULL;
mly.c 184 int hwif; member in struct:mly_ident
303 mly->mly_hwif = ident->hwif;
sv.c 450 arg.hwif = 0;
  /src/sys/arch/arm/nvidia/
tegra_cec.c 201 caa.hwif = &tegra_cec_hw_if;

Completed in 103 milliseconds