penup_timer        92 drivers/input/touchscreen/tsc200x-core.c 	struct timer_list	penup_timer;
penup_timer       187 drivers/input/touchscreen/tsc200x-core.c 	mod_timer(&ts->penup_timer,
penup_timer       199 drivers/input/touchscreen/tsc200x-core.c 	struct tsc200x *ts = from_timer(ts, t, penup_timer);
penup_timer       235 drivers/input/touchscreen/tsc200x-core.c 	del_timer_sync(&ts->penup_timer);
penup_timer       392 drivers/input/touchscreen/tsc200x-core.c 	del_timer_sync(&ts->penup_timer);
penup_timer       501 drivers/input/touchscreen/tsc200x-core.c 	timer_setup(&ts->penup_timer, tsc200x_penup_timer, 0);