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