Searched refs:sof_pci_remove (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-6.6/sound/soc/sof/ |
H A D | sof-pci-dev.h | 14 void sof_pci_remove(struct pci_dev *pci);
|
H A D | sof-pci-dev.c | 351 void sof_pci_remove(struct pci_dev *pci) in sof_pci_remove() function 364 EXPORT_SYMBOL_NS(sof_pci_remove, SND_SOC_SOF_PCI_DEV);
|
/kernel/linux/linux-6.6/sound/soc/sof/intel/ |
H A D | pci-mtl.c | 65 .remove = sof_pci_remove,
|
H A D | pci-lnl.c | 61 .remove = sof_pci_remove,
|
H A D | pci-skl.c | 83 .remove = sof_pci_remove,
|
H A D | pci-icl.c | 102 .remove = sof_pci_remove,
|
H A D | pci-apl.c | 99 .remove = sof_pci_remove,
|
H A D | pci-cnl.c | 137 .remove = sof_pci_remove,
|
H A D | pci-tng.c | 238 .remove = sof_pci_remove,
|
H A D | pci-tgl.c | 311 .remove = sof_pci_remove,
|
/kernel/linux/linux-6.6/sound/soc/sof/amd/ |
H A D | pci-rn.c | 82 return sof_pci_remove(pci); in acp_pci_rn_remove()
|
H A D | pci-rmb.c | 81 sof_pci_remove(pci); in acp_pci_rmb_remove()
|
H A D | pci-vangogh.c | 80 sof_pci_remove(pci); in acp_pci_vgh_remove()
|
/kernel/linux/linux-5.10/sound/soc/sof/ |
H A D | sof-pci-dev.c | 465 static void sof_pci_remove(struct pci_dev *pci) in sof_pci_remove() function 546 .remove = sof_pci_remove,
|
Completed in 4 milliseconds