Searched refs:REP_PERIOD (Results 1 - 12 of 12) sorted by relevance

/linux-master/drivers/media/rc/
H A Drc-main.c701 * This routine will generate a soft repeat event every REP_PERIOD
714 if (input->rep[REP_PERIOD])
716 msecs_to_jiffies(input->rep[REP_PERIOD]));
821 * repeated message is sent, as long as REP_DELAY = 0 and REP_PERIOD
828 dev->input_dev->rep[REP_PERIOD] &&
832 msecs_to_jiffies(dev->input_dev->rep[REP_PERIOD]));
1873 dev->input_dev->rep[REP_PERIOD] = 125;
/linux-master/drivers/input/
H A Dinput.c89 dev->rep[REP_PERIOD] && dev->rep[REP_DELAY] &&
1748 dev->event(dev, EV_REP, REP_PERIOD, dev->rep[REP_PERIOD]);
2265 if (dev->rep[REP_PERIOD])
2267 msecs_to_jiffies(dev->rep[REP_PERIOD]));
2285 dev->rep[REP_PERIOD] = period;
2367 if (!dev->rep[REP_DELAY] && !dev->rep[REP_PERIOD])
H A Devdev.c1059 if (put_user(dev->rep[REP_PERIOD], ip + 1))
1072 input_inject_event(&evdev->handle, EV_REP, REP_PERIOD, v);
/linux-master/drivers/media/usb/dvb-usb/
H A Ddvb-usb-remote.c219 input_dev->rep[REP_PERIOD] = d->props.rc.legacy.rc_interval;
/linux-master/drivers/input/misc/
H A Dati_remote2.c410 ar2->jiffies = jiffies + msecs_to_jiffies(idev->rep[REP_PERIOD]);
606 idev->rep[REP_PERIOD] = 33;
/linux-master/drivers/input/keyboard/
H A Datkbd.c595 while (i < ARRAY_SIZE(period) - 1 && period[i] < dev->rep[REP_PERIOD])
597 dev->rep[REP_PERIOD] = period[i];
1226 input_dev->rep[REP_PERIOD] = 33;
/linux-master/include/uapi/linux/
H A Dinput-event-codes.h964 #define REP_PERIOD 0x01 macro
/linux-master/scripts/dtc/include-prefixes/dt-bindings/input/
H A Dlinux-event-codes.h964 #define REP_PERIOD 0x01 macro
/linux-master/include/dt-bindings/input/
H A Dlinux-event-codes.h964 #define REP_PERIOD 0x01 macro
/linux-master/drivers/tty/vt/
H A Dkeyboard.c303 EV_REP, REP_PERIOD, rpt[0].period);
306 rpt[1].period = dev->rep[REP_PERIOD];
/linux-master/drivers/macintosh/
H A Dadbhid.c900 input_dev->rep[REP_PERIOD] = 66; /* input layer default: 33 */
/linux-master/drivers/hid/
H A Dhid-debug.c1048 [REP_DELAY] = "Delay", [REP_PERIOD] = "Period"

Completed in 259 milliseconds