Home
last modified time | relevance | path

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

/qemu/hw/audio/
H A Dintel-hda.c118 typedef struct IntelHDAState IntelHDAState; typedef
143 struct IntelHDAState { struct
204 DECLARE_INSTANCE_CHECKER(IntelHDAState, INTEL_HDA, argument
216 void (*whandler)(IntelHDAState *d, const IntelHDAReg *reg, uint32_t old);
217 void (*rhandler)(IntelHDAState *d, const IntelHDAReg *reg);
227 static void intel_hda_update_int_sts(IntelHDAState *d) in intel_hda_update_int_sts()
259 static void intel_hda_update_irq(IntelHDAState *d) in intel_hda_update_irq()
281 static int intel_hda_send_command(IntelHDAState *d, uint32_t verb) in intel_hda_send_command()
306 static void intel_hda_corb_run(IntelHDAState *d) in intel_hda_corb_run()
345 IntelHDAState *d = container_of(bus, IntelHDAState, codecs); in intel_hda_response()
[all …]