Symbol: REP_DELAY
drivers/hid/hid-debug.c
3557
[REP_DELAY] = "Delay", [REP_PERIOD] = "Period"
drivers/input/evdev.c
1055
if (put_user(dev->rep[REP_DELAY], ip))
drivers/input/evdev.c
1069
input_inject_event(&evdev->handle, EV_REP, REP_DELAY, u);
drivers/input/input.c
1715
dev->event(dev, EV_REP, REP_DELAY, dev->rep[REP_DELAY]);
drivers/input/input.c
2247
dev->rep[REP_DELAY] = delay;
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/input.c
94
jiffies + msecs_to_jiffies(dev->rep[REP_DELAY]));
drivers/input/keyboard/atkbd.c
1223
input_dev->rep[REP_DELAY] = 250;
drivers/input/keyboard/atkbd.c
558
atkbd->time = jiffies + msecs_to_jiffies(dev->rep[REP_DELAY]) / 2;
drivers/input/keyboard/atkbd.c
599
while (j < ARRAY_SIZE(delay) - 1 && delay[j] < dev->rep[REP_DELAY])
drivers/input/keyboard/atkbd.c
601
dev->rep[REP_DELAY] = delay[j];
drivers/input/misc/ati_remote2.c
369
ar2->jiffies = jiffies + msecs_to_jiffies(idev->rep[REP_DELAY]);
drivers/input/misc/ati_remote2.c
576
idev->rep[REP_DELAY] = 250;
drivers/macintosh/adbhid.c
899
input_dev->rep[REP_DELAY] = 500; /* input layer default: 250 */
drivers/media/rc/imon.c
1695
ktime_ms_delta(t, prev_time) < ictx->idev->rep[REP_DELAY]) {
drivers/media/rc/rc-main.c
1864
dev->input_dev->rep[REP_DELAY] = 0;
drivers/media/rc/rc-main.c
1866
dev->input_dev->rep[REP_DELAY] = 500;
drivers/media/rc/rc-main.c
829
!dev->input_dev->rep[REP_DELAY]) {
drivers/media/usb/dvb-usb/dvb-usb-remote.c
220
input_dev->rep[REP_DELAY] = d->props.rc.legacy.rc_interval + 150;
drivers/tty/vt/keyboard.c
300
EV_REP, REP_DELAY, rpt[0].delay);
drivers/tty/vt/keyboard.c
305
rpt[1].delay = dev->rep[REP_DELAY];