Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A Dmt6359-accdet.c264 priv->accdet_status = 0x3; in mt6359_accdet_recover_jd_setting()
371 priv->accdet_status = in check_jack_btn_type()
374 switch (priv->accdet_status) { in check_jack_btn_type()
402 priv->pre_accdet_status = priv->accdet_status; in mt6359_accdet_work()
406 priv->pre_accdet_status != priv->accdet_status) in mt6359_accdet_work()
1036 priv->accdet_status = 0x3; in mt6359_accdet_probe()
H A Dmt6359-accdet.h116 unsigned int accdet_status; member