Lines Matching refs:rep
78 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()
194 if (dev->rep[REP_PERIOD]) in input_repeat_key()
196 msecs_to_jiffies(dev->rep[REP_PERIOD])); in input_repeat_key()
345 if (code <= REP_MAX && value >= 0 && dev->rep[code] != value) { in input_get_disposition()
346 dev->rep[code] = value; in input_get_disposition()
1647 dev->event(dev, EV_REP, REP_PERIOD, dev->rep[REP_PERIOD]); in input_dev_toggle()
1648 dev->event(dev, EV_REP, REP_DELAY, dev->rep[REP_DELAY]); in input_dev_toggle()
2114 if (!dev->rep[REP_DELAY] && !dev->rep[REP_PERIOD]) { in input_register_device()
2117 dev->rep[REP_DELAY] = 250; in input_register_device()
2118 dev->rep[REP_PERIOD] = 33; in input_register_device()