Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/sound/
Dsof.h40 void (*sof_probe_complete)(struct device *dev); member
/kernel/linux/linux-5.10/sound/soc/sof/
Dcore.c246 if (plat_data->sof_probe_complete) in sof_probe_continue()
247 plat_data->sof_probe_complete(sdev->dev); in sof_probe_continue()
Dsof-of-dev.c103 sof_pdata->sof_probe_complete = sof_of_probe_complete; in sof_of_probe()
Dsof-acpi-dev.c169 sof_pdata->sof_probe_complete = sof_acpi_probe_complete; in sof_acpi_probe()
Dsof-pci-dev.c408 sof_pdata->sof_probe_complete = sof_pci_probe_complete; in sof_pci_probe()
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/
D0009_linux_sound.patch20817 sof_pdata->sof_probe_complete = sof_of_probe_complete;