Lines Matching defs:skl_sst
78 struct skl_sst { struct
79 struct device *dev;
80 struct sst_dsp *dsp;
83 wait_queue_head_t boot_wait;
84 bool boot_complete;
87 wait_queue_head_t mod_load_wait;
88 bool mod_load_complete;
89 bool mod_load_status;
92 struct sst_generic_ipc ipc;
95 void (*enable_miscbdcge)(struct device *dev, bool enable);
97 bool miscbdcg_disabled;
100 struct list_head uuid_list;
103 bool fw_loaded;
106 bool is_first_boot;
109 struct skl_dsp_cores cores;
112 struct skl_lib_info lib_info[SKL_MAX_LIB];
113 int lib_count;
116 void (*update_d0i3c)(struct device *dev, bool enable);
118 struct skl_d0i3_data d0i3;
120 const struct skl_dsp_ops *dsp_ops;
123 void (*clock_power_gating)(struct device *dev, bool enable);