btn_check_timer   423 sound/soc/codecs/rt5645.c 	struct timer_list btn_check_timer;
btn_check_timer  3329 sound/soc/codecs/rt5645.c 			mod_timer(&rt5645->btn_check_timer,
btn_check_timer  3369 sound/soc/codecs/rt5645.c 	struct rt5645_priv *rt5645 = from_timer(rt5645, t, btn_check_timer);
btn_check_timer  4026 sound/soc/codecs/rt5645.c 	timer_setup(&rt5645->btn_check_timer, rt5645_btn_check_callback, 0);
btn_check_timer  4065 sound/soc/codecs/rt5645.c 	del_timer_sync(&rt5645->btn_check_timer);
btn_check_timer    63 sound/soc/codecs/rt5663.c 	struct timer_list btn_check_timer;