esd_timeout        94 drivers/input/touchscreen/tsc200x-core.c 	unsigned int		esd_timeout;
esd_timeout       247 drivers/input/touchscreen/tsc200x-core.c 	if (ts->esd_timeout && ts->reset_gpio) {
esd_timeout       251 drivers/input/touchscreen/tsc200x-core.c 					msecs_to_jiffies(ts->esd_timeout)));
esd_timeout       374 drivers/input/touchscreen/tsc200x-core.c 				  msecs_to_jiffies(ts->esd_timeout)))
esd_timeout       407 drivers/input/touchscreen/tsc200x-core.c 					msecs_to_jiffies(ts->esd_timeout)));
esd_timeout       447 drivers/input/touchscreen/tsc200x-core.c 	u32 esd_timeout;
esd_timeout       481 drivers/input/touchscreen/tsc200x-core.c 					 &esd_timeout);
esd_timeout       482 drivers/input/touchscreen/tsc200x-core.c 	ts->esd_timeout = error ? 0 : esd_timeout;