Searched refs:REP_DELAY (Results 1 – 12 of 12) sorted by relevance
/Linux-v4.19/drivers/input/keyboard/ |
D | atkbd.c | 508 atkbd->time = jiffies + msecs_to_jiffies(dev->rep[REP_DELAY]) / 2; in atkbd_interrupt() 551 while (j < ARRAY_SIZE(delay) - 1 && delay[j] < dev->rep[REP_DELAY]) in atkbd_set_repeat_rate() 553 dev->rep[REP_DELAY] = delay[j]; in atkbd_set_repeat_rate() 1099 input_dev->rep[REP_DELAY] = 250; in atkbd_set_device_attrs()
|
/Linux-v4.19/drivers/input/ |
D | input.c | 78 dev->rep[REP_PERIOD] && dev->rep[REP_DELAY] && in input_start_autorepeat() 82 jiffies + msecs_to_jiffies(dev->rep[REP_DELAY])); in input_start_autorepeat() 1652 dev->event(dev, EV_REP, REP_DELAY, dev->rep[REP_DELAY]); in input_dev_toggle() 2058 dev->rep[REP_DELAY] = delay; in input_enable_softrepeat() 2133 if (!dev->rep[REP_DELAY] && !dev->rep[REP_PERIOD]) in input_register_device()
|
D | evdev.c | 1092 if (put_user(dev->rep[REP_DELAY], ip)) in evdev_do_ioctl() 1106 input_inject_event(&evdev->handle, EV_REP, REP_DELAY, u); in evdev_do_ioctl()
|
/Linux-v4.19/drivers/media/usb/dvb-usb/ |
D | dvb-usb-remote.c | 220 input_dev->rep[REP_DELAY] = d->props.rc.legacy.rc_interval + 150; in legacy_dvb_usb_remote_init()
|
/Linux-v4.19/include/dt-bindings/input/ |
D | linux-event-codes.h | 827 #define REP_DELAY 0x00 macro
|
/Linux-v4.19/include/uapi/linux/ |
D | input-event-codes.h | 827 #define REP_DELAY 0x00 macro
|
/Linux-v4.19/drivers/input/misc/ |
D | ati_remote2.c | 401 ar2->jiffies = jiffies + msecs_to_jiffies(idev->rep[REP_DELAY]); in ati_remote2_input_key() 608 idev->rep[REP_DELAY] = 250; in ati_remote2_input_init()
|
/Linux-v4.19/drivers/media/rc/ |
D | rc-main.c | 783 !dev->input_dev->rep[REP_DELAY]) { in ir_do_keydown() 1796 dev->input_dev->rep[REP_DELAY] = 0; in rc_setup_rx_device() 1798 dev->input_dev->rep[REP_DELAY] = 500; in rc_setup_rx_device()
|
D | imon.c | 1668 if (msec < ictx->idev->rep[REP_DELAY]) { in imon_incoming_packet()
|
/Linux-v4.19/drivers/tty/vt/ |
D | keyboard.c | 280 EV_REP, REP_DELAY, rpt[0].delay); in kbd_rate_helper() 285 rpt[1].delay = dev->rep[REP_DELAY]; in kbd_rate_helper()
|
/Linux-v4.19/drivers/macintosh/ |
D | adbhid.c | 901 input_dev->rep[REP_DELAY] = 500; /* input layer default: 250 */ in adbhid_input_register()
|
/Linux-v4.19/drivers/hid/ |
D | hid-debug.c | 1007 [REP_DELAY] = "Delay", [REP_PERIOD] = "Period"
|