Searched refs:REP_DELAY (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/input/keyboard/ |
| H A D | atkbd.c | 541 atkbd->time = jiffies + msecs_to_jiffies(dev->rep[REP_DELAY]) / 2; in atkbd_receive_byte() 582 while (j < ARRAY_SIZE(delay) - 1 && delay[j] < dev->rep[REP_DELAY]) in atkbd_set_repeat_rate() 584 dev->rep[REP_DELAY] = delay[j]; in atkbd_set_repeat_rate() 1200 input_dev->rep[REP_DELAY] = 250; in atkbd_set_device_attrs()
|
| /linux/drivers/input/ |
| H A D | input.c | 90 dev->rep[REP_PERIOD] && dev->rep[REP_DELAY] && in input_start_autorepeat() 94 jiffies + msecs_to_jiffies(dev->rep[REP_DELAY])); in input_start_autorepeat() 609 dev->event(dev, EV_REP, REP_DELAY, dev->rep[REP_DELAY]); in input_dev_toggle() 2320 dev->rep[REP_DELAY] = delay; in input_enable_softrepeat() 2424 if (!dev->rep[REP_DELAY] && !dev->rep[REP_PERIOD]) in input_register_device()
|
| H A D | evdev.c | 1060 if (put_user(dev->rep[REP_DELAY], ip)) in evdev_do_ioctl() 1074 input_inject_event(&evdev->handle, EV_REP, REP_DELAY, u); in evdev_do_ioctl()
|
| /linux/drivers/input/misc/ |
| H A D | ati_remote2.c | 369 ar2->jiffies = jiffies + msecs_to_jiffies(idev->rep[REP_DELAY]); in ati_remote2_input_key() 576 idev->rep[REP_DELAY] = 250; in ati_remote2_input_init()
|
| /linux/include/dt-bindings/input/ |
| H A D | linux-event-codes.h | 993 #define REP_DELAY 0x00 963 #define REP_DELAY global() macro
|
| /linux/include/uapi/linux/ |
| H A D | input-event-codes.h | 993 #define REP_DELAY 0x00 macro
|
| /linux/drivers/tty/vt/ |
| H A D | keyboard.c | 301 EV_REP, REP_DELAY, rpt[0].delay); in kbd_rate_helper() 306 rpt[1].delay = dev->rep[REP_DELAY]; in kbd_rate_helper()
|
| /linux/drivers/macintosh/ |
| H A D | adbhid.c | 899 input_dev->rep[REP_DELAY] = 500; /* input layer default: 250 */ in adbhid_input_register()
|
| /linux/drivers/hid/ |
| H A D | hid-debug.c | 3557 [REP_DELAY] = "Delay", [REP_PERIOD] = "Period"
|