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

  /src/sys/dev/hdmicec/
hdmicec_if.h 45 const struct hdmicec_hw_if *hwif; member in struct:hdmicec_attach_args
  /src/sys/dev/
radio_if.h 52 const struct radio_hw_if *hwif; member in struct:radio_attach_args
  /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
  /src/sys/dev/pci/
aac_pci.c 171 u_short hwif; member in struct:aac_ident
583 sc->sc_hwif = m->hwif;
mly.c 184 int hwif; member in struct:mly_ident
303 mly->mly_hwif = ident->hwif;
  /src/sys/dev/isa/
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,

Completed in 58 milliseconds