Home
last modified time | relevance | path

Searched refs:jd_sts (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/sound/soc/codecs/
Dmt6359-accdet.c141 if (priv->jd_sts == M_PLUG_IN) { in mt6359_accdet_jd_setting()
146 } else if (priv->jd_sts == M_PLUG_OUT) { in mt6359_accdet_jd_setting()
229 if (priv->jd_sts == M_PLUG_OUT) { in recover_eint_setting()
424 if (priv->jd_sts == M_PLUG_IN) { in mt6359_accdet_jd_work()
445 } else if (priv->jd_sts == M_PLUG_OUT) { in mt6359_accdet_jd_work()
540 priv->jd_sts = ((val >> ACCDET_EINT0_MEM_IN_SFT) & in mt6359_accdet_irq()
1037 priv->jd_sts = M_PLUG_OUT; in mt6359_accdet_probe()
Dmt6359-accdet.h119 unsigned int jd_sts; member