Home
last modified time | relevance | path

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

/linux-6.15/include/sound/
H A Dsof.h96 void (*sof_probe_complete)(struct device *dev); member
/linux-6.15/sound/soc/sof/
H A Dsof-acpi-dev.c82 sof_pdata->sof_probe_complete = sof_acpi_probe_complete; in sof_acpi_probe()
H A Dsof-of-dev.c81 sof_pdata->sof_probe_complete = sof_of_probe_complete; in sof_of_probe()
H A Dsof-pci-dev.c271 sof_pdata->sof_probe_complete = sof_pci_probe_complete; in sof_pci_probe()
H A Dcore.c567 if (plat_data->sof_probe_complete) in sof_probe_continue()
568 plat_data->sof_probe_complete(sdev->dev); in sof_probe_continue()