poll_period      1040 arch/arm/mach-davinci/board-da850-evm.c 	.poll_period =  30,	/* ms between touch samples */
poll_period        39 drivers/input/touchscreen/ili210x.c 	unsigned int poll_period;
poll_period       202 drivers/input/touchscreen/ili210x.c 				      msecs_to_jiffies(priv->poll_period));
poll_period       308 drivers/input/touchscreen/ili210x.c 	priv->poll_period = DEFAULT_POLL_PERIOD;
poll_period       254 drivers/input/touchscreen/tps6507x-ts.c 			init_data->poll_period : TSC_DEFAULT_POLL_PERIOD;
poll_period        67 drivers/input/touchscreen/tsc2007.h 	unsigned long		poll_period; /* in jiffies */
poll_period       159 drivers/input/touchscreen/tsc2007_core.c 		wait_event_timeout(ts->wait, ts->stopped, ts->poll_period);
poll_period       258 drivers/input/touchscreen/tsc2007_core.c 		ts->poll_period = msecs_to_jiffies(val64);
poll_period       260 drivers/input/touchscreen/tsc2007_core.c 		ts->poll_period = msecs_to_jiffies(1);
poll_period       294 drivers/input/touchscreen/tsc2007_core.c 	ts->poll_period       = msecs_to_jiffies(pdata->poll_period ? : 1);
poll_period        16 include/linux/input/tps6507x-ts.h 	int	poll_period;	/* ms */
poll_period        11 include/linux/platform_data/tsc2007.h 	unsigned long poll_period; /* time (in ms) between samples */