Searched defs:acp_hw_ops (Results 1 – 2 of 2) sorted by relevance
303 struct acp_hw_ops { struct304 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);
149 struct snd_acp_hw_ops *acp_hw_ops; member