Home
last modified time | relevance | path

Searched refs:brl_nbchords (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/tty/vt/
Dkeyboard.c899 static unsigned brl_nbchords = 1; variable
900 MODULE_PARM_DESC(brl_nbchords, "Number of chords that produce a braille pattern (0 for dead chords)…
901 module_param(brl_nbchords, uint, 0644);
908 if (!brl_nbchords) in k_brlcommit()
913 if (chords == brl_nbchords) { in k_brlcommit()