Home
last modified time | relevance | path

Searched refs:REP_DELAY (Results 1 – 14 of 14) sorted by relevance

/openbmc/linux/drivers/input/keyboard/
H A Datkbd.c558 atkbd->time = jiffies + msecs_to_jiffies(dev->rep[REP_DELAY]) / 2; in atkbd_receive_byte()
599 while (j < ARRAY_SIZE(delay) - 1 && delay[j] < dev->rep[REP_DELAY]) in atkbd_set_repeat_rate()
601 dev->rep[REP_DELAY] = delay[j]; in atkbd_set_repeat_rate()
1224 input_dev->rep[REP_DELAY] = 250; in atkbd_set_device_attrs()
/openbmc/linux/drivers/input/
H A Dinput.c89 dev->rep[REP_PERIOD] && dev->rep[REP_DELAY] && in input_start_autorepeat()
93 jiffies + msecs_to_jiffies(dev->rep[REP_DELAY])); in input_start_autorepeat()
1823 dev->event(dev, EV_REP, REP_DELAY, dev->rep[REP_DELAY]); in input_dev_toggle()
2358 dev->rep[REP_DELAY] = delay; in input_enable_softrepeat()
2441 if (!dev->rep[REP_DELAY] && !dev->rep[REP_PERIOD]) in input_register_device()
H A Devdev.c1057 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()
/openbmc/linux/drivers/media/usb/dvb-usb/
H A Ddvb-usb-remote.c220 input_dev->rep[REP_DELAY] = d->props.rc.legacy.rc_interval + 150; in legacy_dvb_usb_remote_init()
/openbmc/u-boot/include/dt-bindings/input/
H A Dlinux-event-codes.h790 #define REP_DELAY 0x00 macro
/openbmc/linux/drivers/input/misc/
H A Dati_remote2.c398 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()
/openbmc/linux/drivers/media/rc/
H A Drc-main.c829 !dev->input_dev->rep[REP_DELAY]) { in ir_do_keydown()
1864 dev->input_dev->rep[REP_DELAY] = 0; in rc_setup_rx_device()
1866 dev->input_dev->rep[REP_DELAY] = 500; in rc_setup_rx_device()
H A Dimon.c1691 ktime_ms_delta(t, prev_time) < ictx->idev->rep[REP_DELAY]) { in imon_incoming_packet()
/openbmc/qemu/include/standard-headers/linux/
H A Dinput-event-codes.h962 #define REP_DELAY 0x00 macro
/openbmc/linux/include/dt-bindings/input/
H A Dlinux-event-codes.h963 #define REP_DELAY 0x00 macro
/openbmc/linux/include/uapi/linux/
H A Dinput-event-codes.h963 #define REP_DELAY 0x00 macro
/openbmc/linux/drivers/tty/vt/
H A Dkeyboard.c300 EV_REP, REP_DELAY, rpt[0].delay); in kbd_rate_helper()
305 rpt[1].delay = dev->rep[REP_DELAY]; in kbd_rate_helper()
/openbmc/linux/drivers/macintosh/
H A Dadbhid.c899 input_dev->rep[REP_DELAY] = 500; /* input layer default: 250 */ in adbhid_input_register()
/openbmc/linux/drivers/hid/
H A Dhid-debug.c1048 [REP_DELAY] = "Delay", [REP_PERIOD] = "Period"