Lines Matching defs:sof_intel_hda_dev
496 struct sof_intel_hda_dev { struct
497 bool imrboot_supported;
498 bool skip_imr_boot;
499 bool booted_from_imr;
501 int boot_iteration;
508 struct snd_dma_buffer cl_dmab;
509 bool cl_dmab_contains_basefw;
510 struct snd_dma_buffer iccmax_dmab;
512 struct hda_bus hbus;
515 const struct sof_intel_dsp_desc *desc;
518 struct hdac_ext_stream *dtrace_stream;
521 u32 no_ipc_position;
524 u32 stream_max;
527 bool l1_disabled;/* is DMI link L1 disabled? */
530 struct platform_device *dmic_dev;
533 struct delayed_work d0i3_work;
536 struct sdw_intel_acpi_info info;
539 struct sdw_intel_ctx *sdw;
564 struct sof_intel_hda_dev *hda = s->pdata->hw_pdata; in sof_to_bus() argument