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

/linux-4.1.27/drivers/input/keyboard/
H A Datkbd.c51 module_param_named(softrepeat, atkbd_softrepeat, bool, 0);
52 MODULE_PARM_DESC(softrepeat, "Use software keyboard repeat");
217 bool softrepeat; member in struct:atkbd
276 ATKBD_DEFINE_ATTR(softrepeat); variable
502 } else if (!atkbd->softrepeat && test_bit(keycode, dev->key)) { atkbd_interrupt()
654 if (!atkbd->softrepeat) atkbd_event()
1098 if (!atkbd->softrepeat) { atkbd_set_device_attrs()
1162 atkbd->softrepeat = atkbd_softrepeat; atkbd_connect()
1165 if (atkbd->softrepeat) atkbd_connect()
1250 if (!atkbd->softrepeat) atkbd_reconnect()
1532 return sprintf(buf, "%d\n", atkbd->softrepeat ? 1 : 0); atkbd_show_softrepeat()
1552 if (atkbd->softrepeat != value) { atkbd_set_softrepeat()
1554 old_softrepeat = atkbd->softrepeat; atkbd_set_softrepeat()
1562 atkbd->softrepeat = value; atkbd_set_softrepeat()
1563 if (atkbd->softrepeat) atkbd_set_softrepeat()
1572 atkbd->softrepeat = old_softrepeat; atkbd_set_softrepeat()

Completed in 42 milliseconds