Home
last modified time | relevance | path

Searched refs:top_cg_ref_cnt (Results 1 – 3 of 3) sorted by relevance

/linux/sound/soc/mediatek/mt8365/
H A Dmt8365-afe-clk.c202 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()
H A Dmt8365-afe-common.h340 int top_cg_ref_cnt[MT8365_TOP_CG_NUM]; member
/linux/sound/soc/mediatek/mt8195/
H A Dmt8195-afe-common.h134 int top_cg_ref_cnt[MT8195_TOP_CG_NUM]; member