Lines Matching defs:avs_dev
129 struct avs_dev { struct
130 struct hda_bus base;
131 struct device *dev;
133 void __iomem *dsp_ba;
134 const struct avs_spec *spec;
135 struct avs_ipc *ipc;
137 struct avs_fw_cfg fw_cfg;
138 struct avs_hw_cfg hw_cfg;
139 struct avs_mods_info *mods_info;
140 struct ida **mod_idas;
141 struct mutex modres_mutex;
142 void *modcfg_buf; /* module configuration buffer */
143 struct ida ppl_ida;
144 struct list_head fw_list;
145 int *core_refs; /* reference count per core */
146 char **lib_names;
147 int num_lp_paths;
148 atomic_t l1sen_counter; /* controls whether L1SEN should be disabled */
173 /* from hda_bus to avs_dev */ argument