Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/accessibility/speakup/
Dmain.c2101 u_char shift_info, offset; in speakup_key() local
2143 shift_info = (shift_state & 0x0f) + key_speakup; in speakup_key()
2144 offset = spk_shift_table[shift_info]; in speakup_key()
2163 offset = spk_shift_table[shift_info + 32]; in speakup_key()