Searched refs:snd_sof_device_probe (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-6.6/sound/soc/sof/ |
H A D | sof-acpi-dev.c | 96 return snd_sof_device_probe(dev, sof_pdata); in sof_acpi_probe()
|
H A D | sof-of-dev.c | 83 return snd_sof_device_probe(dev, sof_pdata); in sof_of_probe()
|
H A D | core.c | 352 int snd_sof_device_probe(struct device *dev, struct snd_sof_pdata *plat_data) in snd_sof_device_probe() function 447 EXPORT_SYMBOL(snd_sof_device_probe); variable
|
H A D | sof-pci-dev.c | 341 ret = snd_sof_device_probe(dev, sof_pdata); in sof_pci_probe()
|
H A D | sof-priv.h | 675 int snd_sof_device_probe(struct device *dev, struct snd_sof_pdata *plat_data);
|
/kernel/linux/linux-5.10/sound/soc/sof/ |
H A D | core.c | 282 int snd_sof_device_probe(struct device *dev, struct snd_sof_pdata *plat_data) in snd_sof_device_probe() function 340 EXPORT_SYMBOL(snd_sof_device_probe); variable
|
H A D | sof-of-dev.c | 106 ret = snd_sof_device_probe(dev, sof_pdata); in sof_of_probe()
|
H A D | sof-acpi-dev.c | 172 ret = snd_sof_device_probe(dev, sof_pdata); in sof_acpi_probe()
|
H A D | sof-priv.h | 452 int snd_sof_device_probe(struct device *dev, struct snd_sof_pdata *plat_data);
|
H A D | sof-pci-dev.c | 447 ret = snd_sof_device_probe(dev, sof_pdata); in sof_pci_probe()
|
Completed in 6 milliseconds