Lines Matching refs:softrepeat
49 module_param_named(softrepeat, atkbd_softrepeat, bool, 0);
50 MODULE_PARM_DESC(softrepeat, "Use software keyboard repeat");
218 bool softrepeat; member
279 ATKBD_DEFINE_ATTR(softrepeat);
552 } else if (!atkbd->softrepeat && test_bit(keycode, dev->key)) { in atkbd_receive_byte()
702 if (!atkbd->softrepeat) in atkbd_event()
1180 if (!atkbd->softrepeat) { in atkbd_set_device_attrs()
1262 atkbd->softrepeat = atkbd_softrepeat; in atkbd_connect()
1265 if (atkbd->softrepeat) in atkbd_connect()
1347 if (!atkbd->softrepeat) in atkbd_reconnect()
1630 return sprintf(buf, "%d\n", atkbd->softrepeat ? 1 : 0); in atkbd_show_softrepeat()
1650 if (atkbd->softrepeat != value) { in atkbd_set_softrepeat()
1652 old_softrepeat = atkbd->softrepeat; in atkbd_set_softrepeat()
1660 atkbd->softrepeat = value; in atkbd_set_softrepeat()
1661 if (atkbd->softrepeat) in atkbd_set_softrepeat()
1670 atkbd->softrepeat = old_softrepeat; in atkbd_set_softrepeat()