Searched refs:REP_PERIOD (Results 1 – 11 of 11) sorted by relevance
| /Linux-v5.4/drivers/input/ |
| D | input.c | 75 dev->rep[REP_PERIOD] && dev->rep[REP_DELAY] && in input_start_autorepeat() 195 if (dev->rep[REP_PERIOD]) in input_repeat_key() 197 msecs_to_jiffies(dev->rep[REP_PERIOD])); in input_repeat_key() 1673 dev->event(dev, EV_REP, REP_PERIOD, dev->rep[REP_PERIOD]); in input_dev_toggle() 2121 dev->rep[REP_PERIOD] = period; in input_enable_softrepeat() 2195 if (!dev->rep[REP_DELAY] && !dev->rep[REP_PERIOD]) in input_register_device()
|
| D | evdev.c | 1071 if (put_user(dev->rep[REP_PERIOD], ip + 1)) in evdev_do_ioctl() 1084 input_inject_event(&evdev->handle, EV_REP, REP_PERIOD, v); in evdev_do_ioctl()
|
| /Linux-v5.4/drivers/media/rc/ |
| D | rc-main.c | 682 if (input->rep[REP_PERIOD]) in ir_timer_repeat() 684 msecs_to_jiffies(input->rep[REP_PERIOD])); in ir_timer_repeat() 791 dev->input_dev->rep[REP_PERIOD] && in ir_do_keydown() 795 msecs_to_jiffies(dev->input_dev->rep[REP_PERIOD])); in ir_do_keydown() 1823 dev->input_dev->rep[REP_PERIOD] = 125; in rc_setup_rx_device()
|
| /Linux-v5.4/drivers/input/keyboard/ |
| D | atkbd.c | 545 while (i < ARRAY_SIZE(period) - 1 && period[i] < dev->rep[REP_PERIOD]) in atkbd_set_repeat_rate() 547 dev->rep[REP_PERIOD] = period[i]; in atkbd_set_repeat_rate() 1098 input_dev->rep[REP_PERIOD] = 33; in atkbd_set_device_attrs()
|
| /Linux-v5.4/drivers/media/usb/dvb-usb/ |
| D | dvb-usb-remote.c | 219 input_dev->rep[REP_PERIOD] = d->props.rc.legacy.rc_interval; in legacy_dvb_usb_remote_init()
|
| /Linux-v5.4/drivers/input/misc/ |
| 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()
|
| /Linux-v5.4/include/dt-bindings/input/ |
| D | linux-event-codes.h | 850 #define REP_PERIOD 0x01 macro
|
| /Linux-v5.4/include/uapi/linux/ |
| D | input-event-codes.h | 850 #define REP_PERIOD 0x01 macro
|
| /Linux-v5.4/drivers/tty/vt/ |
| D | keyboard.c | 284 EV_REP, REP_PERIOD, rpt[0].period); in kbd_rate_helper() 287 rpt[1].period = dev->rep[REP_PERIOD]; in kbd_rate_helper()
|
| /Linux-v5.4/drivers/hid/ |
| D | hid-debug.c | 990 [REP_DELAY] = "Delay", [REP_PERIOD] = "Period"
|
| /Linux-v5.4/drivers/macintosh/ |
| D | adbhid.c | 903 input_dev->rep[REP_PERIOD] = 66; /* input layer default: 33 */ in adbhid_input_register()
|