Searched refs:REP_PERIOD (Results 1 – 15 of 15) 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() 207 if (dev->rep[REP_PERIOD]) in input_repeat_key() 209 msecs_to_jiffies(dev->rep[REP_PERIOD])); in input_repeat_key() 1689 dev->event(dev, EV_REP, REP_PERIOD, dev->rep[REP_PERIOD]); in input_dev_toggle() 2145 dev->rep[REP_PERIOD] = period; in input_enable_softrepeat() 2219 if (!dev->rep[REP_DELAY] && !dev->rep[REP_PERIOD]) in input_register_device()
|
| H A D | evdev.c | 1059 if (put_user(dev->rep[REP_PERIOD], ip + 1)) in evdev_do_ioctl() 1072 input_inject_event(&evdev->handle, EV_REP, REP_PERIOD, v); in evdev_do_ioctl()
|
| /OK3568_Linux_fs/kernel/drivers/media/rc/ |
| H A D | rc-main.c | 714 if (input->rep[REP_PERIOD]) in ir_timer_repeat() 716 msecs_to_jiffies(input->rep[REP_PERIOD])); in ir_timer_repeat() 827 dev->input_dev->rep[REP_PERIOD] && in ir_do_keydown() 831 msecs_to_jiffies(dev->input_dev->rep[REP_PERIOD])); in ir_do_keydown() 1872 dev->input_dev->rep[REP_PERIOD] = 125; in rc_setup_rx_device()
|
| /OK3568_Linux_fs/kernel/drivers/input/keyboard/ |
| H A D | atkbd.c | 586 while (i < ARRAY_SIZE(period) - 1 && period[i] < dev->rep[REP_PERIOD]) in atkbd_set_repeat_rate() 588 dev->rep[REP_PERIOD] = period[i]; in atkbd_set_repeat_rate() 1175 input_dev->rep[REP_PERIOD] = 33; in atkbd_set_device_attrs()
|
| /OK3568_Linux_fs/kernel/drivers/input/misc/ |
| H A D | ati_remote2.c | 410 ar2->jiffies = jiffies + msecs_to_jiffies(idev->rep[REP_PERIOD]); in ati_remote2_input_key() 606 idev->rep[REP_PERIOD] = 33; in ati_remote2_input_init()
|
| /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 | 845 #define REP_PERIOD 0x01 macro
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/dvb-usb/ |
| H A D | dvb-usb-remote.c | 219 input_dev->rep[REP_PERIOD] = d->props.rc.legacy.rc_interval; 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 | 845 #define REP_PERIOD 0x01 macro
|
| /OK3568_Linux_fs/u-boot/include/dt-bindings/input/ |
| H A D | linux-event-codes.h | 791 #define REP_PERIOD 0x01 macro
|
| /OK3568_Linux_fs/kernel/include/dt-bindings/input/ |
| H A D | rk-input.h | 758 #define REP_PERIOD 0x01 macro
|
| H A D | linux-event-codes.h | 938 #define REP_PERIOD 0x01 macro
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | input-event-codes.h | 938 #define REP_PERIOD 0x01 macro
|
| /OK3568_Linux_fs/kernel/drivers/tty/vt/ |
| H A D | keyboard.c | 289 EV_REP, REP_PERIOD, rpt[0].period); in kbd_rate_helper() 292 rpt[1].period = dev->rep[REP_PERIOD]; 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 | 903 input_dev->rep[REP_PERIOD] = 66; /* input layer default: 33 */ in adbhid_input_register()
|