Lines Matching refs:rpt
294 struct kbd_repeat *rpt = data;
298 if (rpt[0].delay > 0)
300 EV_REP, REP_DELAY, rpt[0].delay);
301 if (rpt[0].period > 0)
303 EV_REP, REP_PERIOD, rpt[0].period);
305 rpt[1].delay = dev->rep[REP_DELAY];
306 rpt[1].period = dev->rep[REP_PERIOD];
312 int kbd_rate(struct kbd_repeat *rpt)
314 struct kbd_repeat data[2] = { *rpt };
317 *rpt = data[1]; /* Copy currently used settings */