Lines Matching defs:desc
194 const struct sof_dev_desc *desc =
201 if (!desc) {
206 if (!desc->ops) {
232 sof_pdata->desc = desc;
235 sof_pdata->ipc_type = desc->ipc_default;
238 sof_pdata->ipc_type = desc->ipc_default;
241 desc->ipc_default, sof_pci_ipc_type);
247 if (!(BIT(sof_pci_ipc_type) & desc->ipc_supported_mask)) {
249 sof_pci_ipc_type, desc->ipc_supported_mask);
262 sof_pdata->fw_filename = desc->default_fw_filename[sof_pdata->ipc_type];
283 sof_pdata->desc->default_fw_path[sof_pdata->ipc_type],
291 sof_pdata->desc->default_fw_path[sof_pdata->ipc_type];
300 } else if (sof_pdata->desc->default_lib_path[sof_pdata->ipc_type]) {
304 sof_pdata->desc->default_lib_path[sof_pdata->ipc_type],
312 sof_pdata->desc->default_lib_path[sof_pdata->ipc_type];
320 sof_pdata->desc->default_tplg_path[sof_pdata->ipc_type];