Home
last modified time | relevance | path

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

/linux-6.15/sound/soc/amd/acp/
H A Dacp-pci.c215 acp_hw_deinit(chip); in acp_pci_probe()
230 ret = acp_hw_deinit(chip); in snd_acp_suspend()
273 ret = acp_hw_deinit(chip); in acp_pci_remove()
H A Damd.h293 static inline int acp_hw_deinit(struct acp_chip_info *chip) in acp_hw_deinit() function
/linux-6.15/sound/soc/amd/ps/
H A Dps-common.c169 ret = acp_hw_deinit(adata, dev); in snd_acp63_suspend()
417 ret = acp_hw_deinit(adata, dev); in snd_acp70_suspend()
H A Dpci-ps.c537 if (acp_hw_deinit(adata, &pci->dev)) in create_acp63_platform_devs()
662 if (acp_hw_deinit(adata, &pci->dev)) in snd_acp63_probe()
708 ret = acp_hw_deinit(adata, &pci->dev); in snd_acp63_remove()
H A Dacp63.h386 static inline int acp_hw_deinit(struct acp63_dev_data *adata, struct device *dev) in acp_hw_deinit() function