Home
last modified time | relevance | path

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

/drivers/staging/speakup/
Dmain.c2065 u_char shift_info, offset; in speakup_key() local
2106 shift_info = (shift_state & 0x0f) + key_speakup; in speakup_key()
2107 offset = spk_shift_table[shift_info]; in speakup_key()
2126 offset = spk_shift_table[shift_info + 32]; in speakup_key()