Lines Matching defs:sof_intel_hda_dev
488 struct sof_intel_hda_dev { struct
489 bool imrboot_supported;
490 bool skip_imr_boot;
491 bool booted_from_imr;
493 int boot_iteration;
495 struct hda_bus hbus;
498 const struct sof_intel_dsp_desc *desc;
501 struct hdac_ext_stream *dtrace_stream;
504 u32 no_ipc_position;
507 u32 stream_max;
510 bool l1_disabled;/* is DMI link L1 disabled? */
513 struct platform_device *dmic_dev;
516 struct delayed_work d0i3_work;
519 struct sdw_intel_acpi_info info;
544 struct sof_intel_hda_dev *hda = s->pdata->hw_pdata; in sof_to_bus() argument