Home
last modified time | relevance | path

Searched refs:hda_codec_softc (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/bhyve/
H A Dhda_codec.c170 struct hda_codec_softc;
172 typedef uint32_t (*verb_func_t)(struct hda_codec_softc *sc, uint16_t verb,
190 struct hda_codec_softc { struct
215 static uint32_t hda_codec_audio_output_nid(struct hda_codec_softc *sc, argument
219 static uint32_t hda_codec_audio_input_nid(struct hda_codec_softc *sc,
395 struct hda_codec_softc *sc = NULL; in hda_codec_init()
468 struct hda_codec_softc *sc = NULL; in hda_codec_reset()
477 sc = (struct hda_codec_softc *)hci->priv; in hda_codec_reset()
503 struct hda_codec_softc *sc = NULL; in hda_codec_command()
531 sc = (struct hda_codec_softc *)hci->priv; in hda_codec_command()
[all …]