Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/tty/vt/
H A Dkeyboard.c412 static unsigned int handle_diacr(struct vc_data *vc, unsigned int ch) in handle_diacr() function
655 value = handle_diacr(vc, value); in k_unicode()
681 diacr = (diacr ? handle_diacr(vc, value) : value); in k_deadunicode()
/kernel/linux/linux-6.6/drivers/tty/vt/
H A Dkeyboard.c438 static unsigned int handle_diacr(struct vc_data *vc, unsigned int ch) in handle_diacr() function
681 value = handle_diacr(vc, value); in k_unicode()
707 diacr = (diacr ? handle_diacr(vc, value) : value); in k_deadunicode()

Completed in 6 milliseconds