Searched refs:REP_DELAY (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/
H A Dinput.c147 dev->rep[REP_PERIOD] && dev->rep[REP_DELAY] &&
151 jiffies + msecs_to_jiffies(dev->rep[REP_DELAY]));
1483 dev->event(dev, EV_REP, REP_DELAY, dev->rep[REP_DELAY]);
1755 if (!dev->rep[REP_DELAY] && !dev->rep[REP_PERIOD]) {
1758 dev->rep[REP_DELAY] = 250;
H A Devdev.c559 if (put_user(dev->rep[REP_DELAY], ip))
573 input_inject_event(&evdev->handle, EV_REP, REP_DELAY, u);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dkeyboard.c276 EV_REP, REP_DELAY, rep[0].delay);
281 rep[1].delay = dev->rep[REP_DELAY];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/dvb-usb/
H A Ddvb-usb-remote.c168 input_dev->rep[REP_DELAY] = d->props.rc.legacy.rc_interval + 150;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/keyboard/
H A Datkbd.c494 atkbd->time = jiffies + msecs_to_jiffies(dev->rep[REP_DELAY]) / 2;
536 while (j < ARRAY_SIZE(delay) - 1 && delay[j] < dev->rep[REP_DELAY])
538 dev->rep[REP_DELAY] = delay[j];
1057 input_dev->rep[REP_DELAY] = 250;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/IR/
H A Dir-keytable.c517 input_dev->rep[REP_DELAY] = 500;
H A Dimon.c1394 int rep_delay = ictx->idev->rep[REP_DELAY];
1543 if (msec < idev->rep[REP_DELAY])
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/bt8xx/
H A Dbttv-input.c400 ir->dev->rep[REP_DELAY] = repeat_delay;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/misc/
H A Dati_remote2.c402 ar2->jiffies = jiffies + msecs_to_jiffies(idev->rep[REP_DELAY]);
572 idev->rep[REP_DELAY] = 250;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/saa7134/
H A Dsaa7134-input.c885 ir->dev->rep[REP_DELAY] = repeat_delay;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/macintosh/
H A Dadbhid.c859 input_dev->rep[REP_DELAY] = 500; /* input layer default: 250 */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hid/
H A Dhid-debug.c853 [REP_DELAY] = "Delay", [REP_PERIOD] = "Period"
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dinput.h776 #define REP_DELAY 0x00 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/ttpci/
H A Dbudget-ci.c235 input_dev->rep[REP_DELAY] = 400;

Completed in 284 milliseconds