Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/input/keyboard/
Datkbd.c508 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-4.4.14/drivers/input/
Dinput.c78 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()
1651 dev->event(dev, EV_REP, REP_DELAY, dev->rep[REP_DELAY]); in input_dev_toggle()
2059 dev->rep[REP_DELAY] = delay; in input_enable_softrepeat()
2128 if (!dev->rep[REP_DELAY] && !dev->rep[REP_PERIOD]) in input_register_device()
Devdev.c1087 if (put_user(dev->rep[REP_DELAY], ip)) in evdev_do_ioctl()
1101 input_inject_event(&evdev->handle, EV_REP, REP_DELAY, u); in evdev_do_ioctl()
/linux-4.4.14/drivers/media/rc/
Drc-ir-raw.c119 delay = MS_TO_NS(dev->input_dev->rep[REP_DELAY]); in ir_raw_event_store_edge()
Dati_remote.c910 ati_remote->rdev->input_dev->rep[REP_DELAY] = repeat_delay; in ati_remote_probe()
Drc-main.c1413 dev->input_dev->rep[REP_DELAY] = 500; in rc_register_device()
Dimon.c1700 if (msec < ictx->idev->rep[REP_DELAY]) { in imon_incoming_packet()
/linux-4.4.14/drivers/media/usb/dvb-usb/
Ddvb-usb-remote.c214 input_dev->rep[REP_DELAY] = d->props.rc.legacy.rc_interval + 150; in legacy_dvb_usb_remote_init()
/linux-4.4.14/arch/arm/boot/dts/include/dt-bindings/input/
Dlinux-event-codes.h790 #define REP_DELAY 0x00 macro
/linux-4.4.14/arch/cris/boot/dts/include/dt-bindings/input/
Dlinux-event-codes.h790 #define REP_DELAY 0x00 macro
/linux-4.4.14/arch/metag/boot/dts/include/dt-bindings/input/
Dlinux-event-codes.h790 #define REP_DELAY 0x00 macro
/linux-4.4.14/arch/arm64/boot/dts/include/dt-bindings/input/
Dlinux-event-codes.h790 #define REP_DELAY 0x00 macro
/linux-4.4.14/include/dt-bindings/input/
Dlinux-event-codes.h790 #define REP_DELAY 0x00 macro
/linux-4.4.14/arch/powerpc/boot/dts/include/dt-bindings/input/
Dlinux-event-codes.h790 #define REP_DELAY 0x00 macro
/linux-4.4.14/include/uapi/linux/
Dinput-event-codes.h790 #define REP_DELAY 0x00 macro
/linux-4.4.14/arch/mips/boot/dts/include/dt-bindings/input/
Dlinux-event-codes.h790 #define REP_DELAY 0x00 macro
/linux-4.4.14/drivers/input/misc/
Dati_remote2.c403 ar2->jiffies = jiffies + msecs_to_jiffies(idev->rep[REP_DELAY]); in ati_remote2_input_key()
610 idev->rep[REP_DELAY] = 250; in ati_remote2_input_init()
/linux-4.4.14/drivers/tty/vt/
Dkeyboard.c278 EV_REP, REP_DELAY, rpt[0].delay); in kbd_rate_helper()
283 rpt[1].delay = dev->rep[REP_DELAY]; in kbd_rate_helper()
/linux-4.4.14/drivers/hid/
Dhid-debug.c1005 [REP_DELAY] = "Delay", [REP_PERIOD] = "Period"
/linux-4.4.14/drivers/macintosh/
Dadbhid.c901 input_dev->rep[REP_DELAY] = 500; /* input layer default: 250 */ in adbhid_input_register()