Searched refs:IntelHDAState (Results 1 – 1 of 1) sorted by relevance
119 typedef struct IntelHDAState IntelHDAState; typedef144 struct IntelHDAState { struct205 DECLARE_INSTANCE_CHECKER(IntelHDAState, INTEL_HDA, argument217 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 …]