Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Drt5651.c1707 #define BP_POLL_TIME 10 /* milli seconds */ macro
1721 schedule_delayed_work(&rt5651->bp_work, msecs_to_jiffies(BP_POLL_TIME)); in rt5651_start_button_press_work()
1751 if (rt5651->poll_count < (JACK_UNPLUG_TIME / BP_POLL_TIME)) { in rt5651_button_press_work()
1753 msecs_to_jiffies(BP_POLL_TIME)); in rt5651_button_press_work()
1774 schedule_delayed_work(&rt5651->bp_work, msecs_to_jiffies(BP_POLL_TIME)); in rt5651_button_press_work()
H A Drt5640.c2176 #define BP_POLL_TIME 10 /* milli seconds */ macro
2190 schedule_delayed_work(&rt5640->bp_work, msecs_to_jiffies(BP_POLL_TIME)); in rt5640_start_button_press_work()
2220 if (rt5640->poll_count < (JACK_UNPLUG_TIME / BP_POLL_TIME)) { in rt5640_button_press_work()
2222 msecs_to_jiffies(BP_POLL_TIME)); in rt5640_button_press_work()
2243 schedule_delayed_work(&rt5640->bp_work, msecs_to_jiffies(BP_POLL_TIME)); in rt5640_button_press_work()