Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/speakup/
Dmain.c2104 u_char shift_info, offset; in speakup_key() local
2145 shift_info = (shift_state & 0x0f) + key_speakup; in speakup_key()
2146 offset = spk_shift_table[shift_info]; in speakup_key()
2165 offset = spk_shift_table[shift_info + 32]; in speakup_key()