Home
last modified time | relevance | path

Searched defs:acp_hw_ops (Results 1 – 1 of 1) sorted by relevance

/linux/sound/soc/amd/ps/
H A Dacp63.h303 struct acp_hw_ops { struct
304 int (*acp_init)(void __iomem *acp_base, struct device *dev);
305 int (*acp_deinit)(void __iomem *acp_base, struct device *dev);
306 void (*acp_get_config)(struct pci_dev *pci, struct acp63_dev_data *acp_data);
307 void (*acp_sdw_dma_irq_thread)(struct acp63_dev_data *acp_data);
308 int (*acp_suspend)(struct device *dev);
309 int (*acp_resume)(struct device *dev);
310 int (*acp_suspend_runtime)(struct device *dev);
311 int (*acp_resume_runtime)(struct device *dev);