Searched refs:REP_DELAY (Results 1 – 11 of 11) sorted by relevance
/linux-2.6.39/drivers/input/ |
D | input.c | 148 dev->rep[REP_PERIOD] && dev->rep[REP_DELAY] && in input_start_autorepeat() 152 jiffies + msecs_to_jiffies(dev->rep[REP_DELAY])); in input_start_autorepeat() 1555 dev->event(dev, EV_REP, REP_DELAY, dev->rep[REP_DELAY]); in input_dev_toggle() 1841 if (!dev->rep[REP_DELAY] && !dev->rep[REP_PERIOD]) { in input_register_device() 1844 dev->rep[REP_DELAY] = 250; in input_register_device()
|
D | evdev.c | 647 if (put_user(dev->rep[REP_DELAY], ip)) in evdev_do_ioctl() 661 input_inject_event(&evdev->handle, EV_REP, REP_DELAY, u); in evdev_do_ioctl()
|
/linux-2.6.39/drivers/input/keyboard/ |
D | atkbd.c | 501 atkbd->time = jiffies + msecs_to_jiffies(dev->rep[REP_DELAY]) / 2; in atkbd_interrupt() 543 while (j < ARRAY_SIZE(delay) - 1 && delay[j] < dev->rep[REP_DELAY]) in atkbd_set_repeat_rate() 545 dev->rep[REP_DELAY] = delay[j]; in atkbd_set_repeat_rate() 1069 input_dev->rep[REP_DELAY] = 250; in atkbd_set_device_attrs()
|
/linux-2.6.39/drivers/media/dvb/dvb-usb/ |
D | dvb-usb-remote.c | 214 input_dev->rep[REP_DELAY] = d->props.rc.legacy.rc_interval + 150; in legacy_dvb_usb_remote_init()
|
/linux-2.6.39/drivers/input/misc/ |
D | ati_remote2.c | 402 ar2->jiffies = jiffies + msecs_to_jiffies(idev->rep[REP_DELAY]); in ati_remote2_input_key() 609 idev->rep[REP_DELAY] = 250; in ati_remote2_input_init()
|
/linux-2.6.39/drivers/tty/vt/ |
D | keyboard.c | 292 EV_REP, REP_DELAY, rep[0].delay); in kbd_rate_helper() 297 rep[1].delay = dev->rep[REP_DELAY]; in kbd_rate_helper()
|
/linux-2.6.39/drivers/hid/ |
D | hid-debug.c | 857 [REP_DELAY] = "Delay", [REP_PERIOD] = "Period"
|
/linux-2.6.39/include/linux/ |
D | input.h | 852 #define REP_DELAY 0x00 macro
|
/linux-2.6.39/drivers/media/rc/ |
D | rc-main.c | 1047 dev->input_dev->rep[REP_DELAY] = 500; in rc_register_device()
|
D | imon.c | 1602 if (msec < ictx->idev->rep[REP_DELAY]) { in imon_incoming_packet()
|
/linux-2.6.39/drivers/macintosh/ |
D | adbhid.c | 901 input_dev->rep[REP_DELAY] = 500; /* input layer default: 250 */ in adbhid_input_register()
|