Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_hda.h62 struct hda_codec_class;
66 struct hda_codec_class *codec;
72 struct hda_codec_class { struct
H A Dpci_hda.c153 struct hda_codec_class *codec, const char *play, const char *rec);
154 static struct hda_codec_class *hda_find_codec_class(const char *name);
277 SET_DECLARE(hda_codec_class_set, struct hda_codec_class);
319 struct hda_codec_class *codec = NULL; in hda_init()
428 hda_codec_constructor(struct hda_softc *sc, struct hda_codec_class *codec, in hda_codec_constructor()
455 static struct hda_codec_class *
458 struct hda_codec_class **pdpp = NULL, *pdp = NULL; in hda_find_codec_class()
474 struct hda_codec_class *codec = NULL; in hda_send_command()
501 struct hda_codec_class *codec = NULL; in hda_notify_codecs()
528 struct hda_codec_class *codec = NULL; in hda_reset()
H A Dhda_codec.c847 static const struct hda_codec_class hda_codec = {