Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/speakup/
Dmain.c2051 u_char shift_info, offset; in speakup_key() local
2092 shift_info = (shift_state & 0x0f) + key_speakup; in speakup_key()
2093 offset = spk_shift_table[shift_info]; in speakup_key()
2112 offset = spk_shift_table[shift_info + 32]; in speakup_key()