Home
last modified time | relevance | path

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

/openbmc/qemu/hw/audio/
H A Dintel-hda.c119 typedef struct IntelHDAState IntelHDAState; typedef
144 struct IntelHDAState { struct
205 DECLARE_INSTANCE_CHECKER(IntelHDAState, INTEL_HDA, argument
217 void (*whandler)(IntelHDAState *d, const IntelHDAReg *reg, uint32_t old);
218 void (*rhandler)(IntelHDAState *d, const IntelHDAReg *reg);
228 static void intel_hda_update_int_sts(IntelHDAState *d) in intel_hda_update_int_sts()
260 static void intel_hda_update_irq(IntelHDAState *d) in intel_hda_update_irq()
282 static int intel_hda_send_command(IntelHDAState *d, uint32_t verb) in intel_hda_send_command()
307 static void intel_hda_corb_run(IntelHDAState *d) in intel_hda_corb_run()
346 IntelHDAState *d = container_of(bus, IntelHDAState, codecs); in intel_hda_response()
[all …]