Searched refs:sof_pci_probe (Results 1 – 9 of 9) sorted by relevance
/linux/sound/soc/sof/ |
H A D | sof-pci-dev.h | 13 int sof_pci_probe(struct pci_dev *pci, const struct pci_device_id *pci_id);
|
H A D | sof-pci-dev.c | 191 int sof_pci_probe(struct pci_dev *pci, const struct pci_device_id *pci_id) in sof_pci_probe() function 283 EXPORT_SYMBOL_NS(sof_pci_probe, "SND_SOC_SOF_PCI_DEV");
|
/linux/sound/soc/sof/amd/ |
H A D | pci-rmb.c | 77 return sof_pci_probe(pci, pci_id); in acp_pci_rmb_probe()
|
H A D | pci-vangogh.c | 71 return sof_pci_probe(pci, pci_id); in acp_pci_vgh_probe()
|
H A D | pci-rn.c | 78 return sof_pci_probe(pci, pci_id); in acp_pci_rn_probe()
|
H A D | pci-acp70.c | 81 return sof_pci_probe(pci, pci_id); in acp70_pci_probe()
|
H A D | pci-acp63.c | 85 return sof_pci_probe(pci, pci_id); in acp63_pci_probe()
|
/linux/sound/soc/sof/intel/ |
H A D | pci-tng.c | 237 .probe = sof_pci_probe,
|
H A D | hda.c | 1463 return sof_pci_probe(pci, pci_id); in hda_pci_intel_probe()
|