Home
last modified time | relevance | path

Searched refs:sof_probe_complete (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/sound/
H A Dsof.h87 void (*sof_probe_complete)(struct device *dev); member
/openbmc/linux/sound/soc/sof/
H A Dsof-of-dev.c80 sof_pdata->sof_probe_complete = sof_of_probe_complete; in sof_of_probe()
H A Dsof-acpi-dev.c93 sof_pdata->sof_probe_complete = sof_acpi_probe_complete; in sof_acpi_probe()
H A Dcore.c309 if (plat_data->sof_probe_complete) in sof_probe_continue()
310 plat_data->sof_probe_complete(sdev->dev); in sof_probe_continue()
H A Dsof-pci-dev.c338 sof_pdata->sof_probe_complete = sof_pci_probe_complete; in sof_pci_probe()