Home
last modified time | relevance | path

Searched refs:press_count (Results 1 – 5 of 5) sorted by relevance

/linux/sound/soc/codecs/
H A Des8326.c760 static int button_to_report, press_count; in es8326_jack_button_handler() local
792 press_count++; in es8326_jack_button_handler()
793 if (press_count > 3) { in es8326_jack_button_handler()
797 press_count = 0; in es8326_jack_button_handler()
H A Drt5651.c1665 rt5651->press_count = 0; in rt5651_start_button_press_work()
1685 rt5651->press_count++; in rt5651_button_press_work()
1687 if (rt5651->press_count >= BP_THRESHOLD) in rt5651_button_press_work()
1691 rt5651->press_count = 0; in rt5651_button_press_work()
H A Drt5640.c2196 rt5640->press_count = 0; in rt5640_start_button_press_work()
2216 rt5640->press_count++; in rt5640_button_press_work()
2218 if (rt5640->press_count >= BP_THRESHOLD) in rt5640_button_press_work()
2222 rt5640->press_count = 0; in rt5640_button_press_work()
H A Drt5640.h2163 int press_count; member
H A Drt5651.h2079 int press_count; member