Searched defs:acp63_dev_data (Results 1 – 1 of 1) sorted by relevance
347 struct acp63_dev_data { struct348 void __iomem *acp63_base;349 struct resource *res;350 struct acp_hw_ops *hw_ops;351 struct platform_device *pdm_dev;352 struct platform_device *dmic_codec_dev;353 struct platform_device *sdw_dma_dev;354 struct platform_device *mach_dev;355 struct mutex acp_lock; /* protect shared registers */379 static inline int acp_hw_init(struct acp63_dev_data *adata, struct device *dev) in acp_hw_init() argument