Searched refs:REP_DELAY (Results 1 - 13 of 13) sorted by relevance

/linux-master/drivers/input/
H A Dinput.c89 dev->rep[REP_PERIOD] && dev->rep[REP_DELAY] &&
93 jiffies + msecs_to_jiffies(dev->rep[REP_DELAY]));
1749 dev->event(dev, EV_REP, REP_DELAY, dev->rep[REP_DELAY]);
2284 dev->rep[REP_DELAY] = delay;
2367 if (!dev->rep[REP_DELAY] && !dev->rep[REP_PERIOD])
H A Devdev.c1057 if (put_user(dev->rep[REP_DELAY], ip))
1071 input_inject_event(&evdev->handle, EV_REP, REP_DELAY, u);
/linux-master/drivers/media/usb/dvb-usb/
H A Ddvb-usb-remote.c220 input_dev->rep[REP_DELAY] = d->props.rc.legacy.rc_interval + 150;
/linux-master/drivers/input/keyboard/
H A Datkbd.c558 atkbd->time = jiffies + msecs_to_jiffies(dev->rep[REP_DELAY]) / 2;
599 while (j < ARRAY_SIZE(delay) - 1 && delay[j] < dev->rep[REP_DELAY])
601 dev->rep[REP_DELAY] = delay[j];
1225 input_dev->rep[REP_DELAY] = 250;
/linux-master/drivers/input/misc/
H A Dati_remote2.c398 ar2->jiffies = jiffies + msecs_to_jiffies(idev->rep[REP_DELAY]);
605 idev->rep[REP_DELAY] = 250;
/linux-master/drivers/media/rc/
H A Drc-main.c821 * repeated message is sent, as long as REP_DELAY = 0 and REP_PERIOD
829 !dev->input_dev->rep[REP_DELAY]) {
1864 dev->input_dev->rep[REP_DELAY] = 0;
1866 dev->input_dev->rep[REP_DELAY] = 500;
H A Dimon.c1691 ktime_ms_delta(t, prev_time) < ictx->idev->rep[REP_DELAY]) {
/linux-master/include/uapi/linux/
H A Dinput-event-codes.h963 #define REP_DELAY 0x00 macro
/linux-master/scripts/dtc/include-prefixes/dt-bindings/input/
H A Dlinux-event-codes.h963 #define REP_DELAY 0x00 macro
/linux-master/include/dt-bindings/input/
H A Dlinux-event-codes.h963 #define REP_DELAY 0x00 macro
/linux-master/drivers/tty/vt/
H A Dkeyboard.c300 EV_REP, REP_DELAY, rpt[0].delay);
305 rpt[1].delay = dev->rep[REP_DELAY];
/linux-master/drivers/macintosh/
H A Dadbhid.c899 input_dev->rep[REP_DELAY] = 500; /* input layer default: 250 */
/linux-master/drivers/hid/
H A Dhid-debug.c1048 [REP_DELAY] = "Delay", [REP_PERIOD] = "Period"

Completed in 201 milliseconds