Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Drt5651.c1716 rt5651->press_count = 0; in rt5651_start_button_press_work()
1736 rt5651->press_count++; in rt5651_button_press_work()
1738 if (rt5651->press_count >= BP_THRESHOLD) in rt5651_button_press_work()
1742 rt5651->press_count = 0; in rt5651_button_press_work()
H A Drt5640.c2185 rt5640->press_count = 0; in rt5640_start_button_press_work()
2205 rt5640->press_count++; in rt5640_button_press_work()
2207 if (rt5640->press_count >= BP_THRESHOLD) in rt5640_button_press_work()
2211 rt5640->press_count = 0; in rt5640_button_press_work()
H A Drt5651.h2079 int press_count; member
H A Drt5640.h2143 int press_count; member