Searched refs:top_cg_ref_cnt (Results 1 – 3 of 3) sorted by relevance
202 afe_priv->top_cg_ref_cnt[cg_type]++; in mt8365_afe_enable_top_cg()203 if (afe_priv->top_cg_ref_cnt[cg_type] == 1) in mt8365_afe_enable_top_cg()221 afe_priv->top_cg_ref_cnt[cg_type]--; in mt8365_afe_disable_top_cg()222 if (afe_priv->top_cg_ref_cnt[cg_type] == 0) in mt8365_afe_disable_top_cg()224 else if (afe_priv->top_cg_ref_cnt[cg_type] < 0) in mt8365_afe_disable_top_cg()225 afe_priv->top_cg_ref_cnt[cg_type] = 0; in mt8365_afe_disable_top_cg()
340 int top_cg_ref_cnt[MT8365_TOP_CG_NUM]; member
134 int top_cg_ref_cnt[MT8195_TOP_CG_NUM]; member