REP_DELAY 990 drivers/hid/hid-debug.c [REP_DELAY] = "Delay", [REP_PERIOD] = "Period" REP_DELAY 1056 drivers/input/evdev.c if (put_user(dev->rep[REP_DELAY], ip)) REP_DELAY 1070 drivers/input/evdev.c input_inject_event(&evdev->handle, EV_REP, REP_DELAY, u); REP_DELAY 75 drivers/input/input.c dev->rep[REP_PERIOD] && dev->rep[REP_DELAY] && REP_DELAY 79 drivers/input/input.c jiffies + msecs_to_jiffies(dev->rep[REP_DELAY])); REP_DELAY 1681 drivers/input/input.c dev->event(dev, EV_REP, REP_DELAY, dev->rep[REP_DELAY]); REP_DELAY 2127 drivers/input/input.c dev->rep[REP_DELAY] = delay; REP_DELAY 2202 drivers/input/input.c if (!dev->rep[REP_DELAY] && !dev->rep[REP_PERIOD]) REP_DELAY 506 drivers/input/keyboard/atkbd.c atkbd->time = jiffies + msecs_to_jiffies(dev->rep[REP_DELAY]) / 2; REP_DELAY 549 drivers/input/keyboard/atkbd.c while (j < ARRAY_SIZE(delay) - 1 && delay[j] < dev->rep[REP_DELAY]) REP_DELAY 551 drivers/input/keyboard/atkbd.c dev->rep[REP_DELAY] = delay[j]; REP_DELAY 1097 drivers/input/keyboard/atkbd.c input_dev->rep[REP_DELAY] = 250; REP_DELAY 398 drivers/input/misc/ati_remote2.c ar2->jiffies = jiffies + msecs_to_jiffies(idev->rep[REP_DELAY]); REP_DELAY 605 drivers/input/misc/ati_remote2.c idev->rep[REP_DELAY] = 250; REP_DELAY 902 drivers/macintosh/adbhid.c input_dev->rep[REP_DELAY] = 500; /* input layer default: 250 */ REP_DELAY 1658 drivers/media/rc/imon.c if (msec < ictx->idev->rep[REP_DELAY]) { REP_DELAY 792 drivers/media/rc/rc-main.c !dev->input_dev->rep[REP_DELAY]) { REP_DELAY 1815 drivers/media/rc/rc-main.c dev->input_dev->rep[REP_DELAY] = 0; REP_DELAY 1817 drivers/media/rc/rc-main.c dev->input_dev->rep[REP_DELAY] = 500; REP_DELAY 220 drivers/media/usb/dvb-usb/dvb-usb-remote.c input_dev->rep[REP_DELAY] = d->props.rc.legacy.rc_interval + 150; REP_DELAY 285 drivers/tty/vt/keyboard.c EV_REP, REP_DELAY, rpt[0].delay); REP_DELAY 290 drivers/tty/vt/keyboard.c rpt[1].delay = dev->rep[REP_DELAY];