Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/
H A Dhda_codec.c169 struct hda_codec_softc;
171 typedef uint32_t (*verb_func_t)(struct hda_codec_softc *sc, uint16_t verb,
189 struct hda_codec_softc { struct
214 static uint32_t hda_codec_audio_output_nid(struct hda_codec_softc *sc, argument
218 static uint32_t hda_codec_audio_input_nid(struct hda_codec_softc *sc,
394 struct hda_codec_softc *sc = NULL; in hda_codec_init()
467 struct hda_codec_softc *sc = NULL; in hda_codec_reset()
476 sc = (struct hda_codec_softc *)hci->priv; in hda_codec_reset()
502 struct hda_codec_softc *sc = NULL; in hda_codec_command()
529 sc = (struct hda_codec_softc *)hci->priv; in hda_codec_command()
[all …]