Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/tty/vt/
H A Dkeyboard.c931 MODULE_PARM_DESC(brl_nbchords, "Number of chords that produce a braille pattern (0 for dead chords)");
936 static unsigned long chords; in k_brlcommit() local
943 chords++; in k_brlcommit()
944 if (chords == brl_nbchords) { in k_brlcommit()
946 chords = 0; in k_brlcommit()
/kernel/linux/linux-6.6/drivers/tty/vt/
H A Dkeyboard.c957 MODULE_PARM_DESC(brl_nbchords, "Number of chords that produce a braille pattern (0 for dead chords)");
962 static unsigned long chords; in k_brlcommit() local
969 chords++; in k_brlcommit()
970 if (chords == brl_nbchords) { in k_brlcommit()
972 chords = 0; in k_brlcommit()

Completed in 6 milliseconds