Searched refs:REP_DELAY (Results 1 – 16 of 16) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/input/ |
| H A D | input.c | 86 dev->rep[REP_PERIOD] && dev->rep[REP_DELAY] && in input_start_autorepeat() 90 jiffies + msecs_to_jiffies(dev->rep[REP_DELAY])); in input_start_autorepeat() 1690 dev->event(dev, EV_REP, REP_DELAY, dev->rep[REP_DELAY]); in input_dev_toggle() 2144 dev->rep[REP_DELAY] = delay; in input_enable_softrepeat() 2219 if (!dev->rep[REP_DELAY] && !dev->rep[REP_PERIOD]) in input_register_device()
|
| H A D | evdev.c | 1057 if (put_user(dev->rep[REP_DELAY], ip)) in evdev_do_ioctl() 1071 input_inject_event(&evdev->handle, EV_REP, REP_DELAY, u); in evdev_do_ioctl()
|
| /OK3568_Linux_fs/kernel/drivers/input/keyboard/ |
| H A D | atkbd.c | 547 atkbd->time = jiffies + msecs_to_jiffies(dev->rep[REP_DELAY]) / 2; in atkbd_interrupt() 590 while (j < ARRAY_SIZE(delay) - 1 && delay[j] < dev->rep[REP_DELAY]) in atkbd_set_repeat_rate() 592 dev->rep[REP_DELAY] = delay[j]; in atkbd_set_repeat_rate() 1174 input_dev->rep[REP_DELAY] = 250; in atkbd_set_device_attrs()
|
| /OK3568_Linux_fs/kernel/drivers/input/misc/ |
| H A D | ati_remote2.c | 398 ar2->jiffies = jiffies + msecs_to_jiffies(idev->rep[REP_DELAY]); in ati_remote2_input_key() 605 idev->rep[REP_DELAY] = 250; in ati_remote2_input_init()
|
| /OK3568_Linux_fs/kernel/drivers/media/rc/ |
| H A D | rc-main.c | 828 !dev->input_dev->rep[REP_DELAY]) { in ir_do_keydown() 1863 dev->input_dev->rep[REP_DELAY] = 0; in rc_setup_rx_device() 1865 dev->input_dev->rep[REP_DELAY] = 500; in rc_setup_rx_device()
|
| H A D | imon.c | 1696 ktime_ms_delta(t, prev_time) < ictx->idev->rep[REP_DELAY]) { in imon_incoming_packet()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | input-event-codes.h | 844 #define REP_DELAY 0x00 macro
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/dvb-usb/ |
| H A D | dvb-usb-remote.c | 220 input_dev->rep[REP_DELAY] = d->props.rc.legacy.rc_interval + 150; in legacy_dvb_usb_remote_init()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | input-event-codes.h | 844 #define REP_DELAY 0x00 macro
|
| /OK3568_Linux_fs/u-boot/include/dt-bindings/input/ |
| H A D | linux-event-codes.h | 790 #define REP_DELAY 0x00 macro
|
| /OK3568_Linux_fs/kernel/include/dt-bindings/input/ |
| H A D | rk-input.h | 757 #define REP_DELAY 0x00 macro
|
| H A D | linux-event-codes.h | 937 #define REP_DELAY 0x00 macro
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | input-event-codes.h | 937 #define REP_DELAY 0x00 macro
|
| /OK3568_Linux_fs/kernel/drivers/tty/vt/ |
| H A D | keyboard.c | 286 EV_REP, REP_DELAY, rpt[0].delay); in kbd_rate_helper() 291 rpt[1].delay = dev->rep[REP_DELAY]; in kbd_rate_helper()
|
| /OK3568_Linux_fs/kernel/drivers/hid/ |
| H A D | hid-debug.c | 994 [REP_DELAY] = "Delay", [REP_PERIOD] = "Period"
|
| /OK3568_Linux_fs/kernel/drivers/macintosh/ |
| H A D | adbhid.c | 902 input_dev->rep[REP_DELAY] = 500; /* input layer default: 250 */ in adbhid_input_register()
|