Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dcs42l43-jack.c313 priv->button_detect_running = true; in cs42l43_start_button_detect()
350 priv->button_detect_running = false; in cs42l43_stop_button_detect()
373 if (!priv->button_detect_running) { in cs42l43_button_press_work()
443 if (priv->button_detect_running) { in cs42l43_button_release_work()
481 if (cs42l43_jack_present(priv) && priv->button_detect_running) { in cs42l43_bias_sense_timeout()
H A Dcs42l43.h88 bool button_detect_running; member