Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A Dcs42l43-jack.c340 priv->button_detect_running = true; in cs42l43_start_button_detect()
361 priv->button_detect_running = false; in cs42l43_stop_button_detect()
385 if (!priv->button_detect_running) { in cs42l43_button_press()
450 if (priv->button_detect_running) { in cs42l43_button_release()
482 if (cs42l43_jack_present(priv) && priv->button_detect_running) { in cs42l43_bias_sense_timeout()
H A Dcs42l43.h95 bool button_detect_running; member