REP_PERIOD        990 drivers/hid/hid-debug.c 	[REP_DELAY] = "Delay",		[REP_PERIOD] = "Period"
REP_PERIOD       1058 drivers/input/evdev.c 		if (put_user(dev->rep[REP_PERIOD], ip + 1))
REP_PERIOD       1071 drivers/input/evdev.c 		input_inject_event(&evdev->handle, EV_REP, REP_PERIOD, v);
REP_PERIOD         75 drivers/input/input.c 	    dev->rep[REP_PERIOD] && dev->rep[REP_DELAY] &&
REP_PERIOD        196 drivers/input/input.c 		if (dev->rep[REP_PERIOD])
REP_PERIOD        198 drivers/input/input.c 					msecs_to_jiffies(dev->rep[REP_PERIOD]));
REP_PERIOD       1680 drivers/input/input.c 		dev->event(dev, EV_REP, REP_PERIOD, dev->rep[REP_PERIOD]);
REP_PERIOD       2128 drivers/input/input.c 	dev->rep[REP_PERIOD] = period;
REP_PERIOD       2202 drivers/input/input.c 	if (!dev->rep[REP_DELAY] && !dev->rep[REP_PERIOD])
REP_PERIOD        545 drivers/input/keyboard/atkbd.c 	while (i < ARRAY_SIZE(period) - 1 && period[i] < dev->rep[REP_PERIOD])
REP_PERIOD        547 drivers/input/keyboard/atkbd.c 	dev->rep[REP_PERIOD] = period[i];
REP_PERIOD       1098 drivers/input/keyboard/atkbd.c 		input_dev->rep[REP_PERIOD] = 33;
REP_PERIOD        410 drivers/input/misc/ati_remote2.c 		ar2->jiffies = jiffies + msecs_to_jiffies(idev->rep[REP_PERIOD]);
REP_PERIOD        606 drivers/input/misc/ati_remote2.c 	idev->rep[REP_PERIOD] = 33;
REP_PERIOD        903 drivers/macintosh/adbhid.c 		input_dev->rep[REP_PERIOD] = 66; /* input layer default: 33 */
REP_PERIOD        682 drivers/media/rc/rc-main.c 		if (input->rep[REP_PERIOD])
REP_PERIOD        684 drivers/media/rc/rc-main.c 				  msecs_to_jiffies(input->rep[REP_PERIOD]));
REP_PERIOD        791 drivers/media/rc/rc-main.c 	    dev->input_dev->rep[REP_PERIOD] &&
REP_PERIOD        795 drivers/media/rc/rc-main.c 			  msecs_to_jiffies(dev->input_dev->rep[REP_PERIOD]));
REP_PERIOD       1824 drivers/media/rc/rc-main.c 	dev->input_dev->rep[REP_PERIOD] = 125;
REP_PERIOD        219 drivers/media/usb/dvb-usb/dvb-usb-remote.c 	input_dev->rep[REP_PERIOD] = d->props.rc.legacy.rc_interval;
REP_PERIOD        288 drivers/tty/vt/keyboard.c 					   EV_REP, REP_PERIOD, rpt[0].period);
REP_PERIOD        291 drivers/tty/vt/keyboard.c 		rpt[1].period = dev->rep[REP_PERIOD];