Home
last modified time | relevance | path

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

/openbmc/linux/drivers/accessibility/braille/
H A Dbraille_console.c63 static u16 lastwrite[WIDTH]; in braille_write() local
71 if (!memcmp(lastwrite, buf, WIDTH * sizeof(*buf))) in braille_write()
73 memcpy(lastwrite, buf, WIDTH * sizeof(*buf)); in braille_write()