Lines Matching defs:sof_intel_hda_dev
491 struct sof_intel_hda_dev { struct
492 bool imrboot_supported;
493 bool skip_imr_boot;
494 bool booted_from_imr;
496 int boot_iteration;
503 struct snd_dma_buffer cl_dmab;
504 bool cl_dmab_contains_basefw;
505 struct snd_dma_buffer iccmax_dmab;
507 struct hda_bus hbus;
510 const struct sof_intel_dsp_desc *desc;
513 struct hdac_ext_stream *dtrace_stream;
516 u32 no_ipc_position;
519 u32 stream_max;
522 bool l1_disabled;/* is DMI link L1 disabled? */
525 struct platform_device *dmic_dev;
528 struct delayed_work d0i3_work;
531 struct sdw_intel_acpi_info info;
556 struct sof_intel_hda_dev *hda = s->pdata->hw_pdata; in sof_to_bus() argument