Searched defs:mt8195_afe_private (Results 1 – 1 of 1) sorted by relevance
125 struct mt8195_afe_private { struct126 struct clk **clk;127 struct clk_lookup **lookup;128 struct regmap *topckgen;129 int pm_runtime_bypass_reg_ctl;131 struct dentry **debugfs_dentry;133 int afe_on_ref_cnt;134 int top_cg_ref_cnt[MT8195_TOP_CG_NUM];135 spinlock_t afe_ctrl_lock; /* Lock for afe control */136 struct mtk_dai_memif_irq_priv irq_priv[MT8195_AFE_IRQ_NUM];[all …]