Symbol: REP_PERIOD
drivers/hid/hid-debug.c
3557
[REP_DELAY] = "Delay", [REP_PERIOD] = "Period"
drivers/input/evdev.c
1057
if (put_user(dev->rep[REP_PERIOD], ip + 1))
drivers/input/evdev.c
1070
input_inject_event(&evdev->handle, EV_REP, REP_PERIOD, v);
drivers/input/input.c
1714
dev->event(dev, EV_REP, REP_PERIOD, dev->rep[REP_PERIOD]);
drivers/input/input.c
2230
if (dev->rep[REP_PERIOD])
drivers/input/input.c
2232
msecs_to_jiffies(dev->rep[REP_PERIOD]));
drivers/input/input.c
2248
dev->rep[REP_PERIOD] = period;
drivers/input/input.c
2351
if (!dev->rep[REP_DELAY] && !dev->rep[REP_PERIOD])
drivers/input/input.c
90
dev->rep[REP_PERIOD] && dev->rep[REP_DELAY] &&
drivers/input/keyboard/atkbd.c
1224
input_dev->rep[REP_PERIOD] = 33;
drivers/input/keyboard/atkbd.c
595
while (i < ARRAY_SIZE(period) - 1 && period[i] < dev->rep[REP_PERIOD])
drivers/input/keyboard/atkbd.c
597
dev->rep[REP_PERIOD] = period[i];
drivers/input/misc/ati_remote2.c
381
ar2->jiffies = jiffies + msecs_to_jiffies(idev->rep[REP_PERIOD]);
drivers/input/misc/ati_remote2.c
577
idev->rep[REP_PERIOD] = 33;
drivers/macintosh/adbhid.c
900
input_dev->rep[REP_PERIOD] = 66; /* input layer default: 33 */
drivers/media/rc/rc-main.c
1873
dev->input_dev->rep[REP_PERIOD] = 125;
drivers/media/rc/rc-main.c
714
if (input->rep[REP_PERIOD])
drivers/media/rc/rc-main.c
716
msecs_to_jiffies(input->rep[REP_PERIOD]));
drivers/media/rc/rc-main.c
828
dev->input_dev->rep[REP_PERIOD] &&
drivers/media/rc/rc-main.c
832
msecs_to_jiffies(dev->input_dev->rep[REP_PERIOD]));
drivers/media/usb/dvb-usb/dvb-usb-remote.c
219
input_dev->rep[REP_PERIOD] = d->props.rc.legacy.rc_interval;
drivers/tty/vt/keyboard.c
303
EV_REP, REP_PERIOD, rpt[0].period);
drivers/tty/vt/keyboard.c
306
rpt[1].period = dev->rep[REP_PERIOD];