Lines Matching refs:plat_data
188 struct snd_sof_pdata *plat_data = sdev->pdata; in sof_probe_continue() local
282 ret = snd_sof_machine_register(sdev, plat_data); in sof_probe_continue()
303 if (plat_data->sof_probe_complete) in sof_probe_continue()
304 plat_data->sof_probe_complete(sdev->dev); in sof_probe_continue()
311 snd_sof_machine_unregister(sdev, plat_data); in sof_probe_continue()
346 int snd_sof_device_probe(struct device *dev, struct snd_sof_pdata *plat_data) in snd_sof_device_probe() argument
361 sdev->pdata = plat_data; in snd_sof_device_probe()
369 if (!(BIT(plat_data->ipc_type) & plat_data->desc->ipc_supported_mask)) { in snd_sof_device_probe()
371 plat_data->ipc_type, plat_data->desc->ipc_supported_mask); in snd_sof_device_probe()
407 if (plat_data->desc->ipc_timeout == 0) in snd_sof_device_probe()
410 sdev->ipc_timeout = plat_data->desc->ipc_timeout; in snd_sof_device_probe()
411 if (plat_data->desc->boot_timeout == 0) in snd_sof_device_probe()
414 sdev->boot_timeout = plat_data->desc->boot_timeout; in snd_sof_device_probe()