Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/accessibility/braille/
H A 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()
/kernel/linux/linux-6.6/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()

Completed in 1 milliseconds