Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/accessibility/braille/
Dbraille_console.c64 static u16 lastwrite[WIDTH]; in braille_write() local
72 if (!memcmp(lastwrite, buf, WIDTH * sizeof(*buf))) in braille_write()
74 memcpy(lastwrite, buf, WIDTH * sizeof(*buf)); in braille_write()