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

/drivers/staging/speakup/
H A Dmain.c2013 u_char shift_info, offset; local
2053 shift_info = (shift_state & 0x0f) + key_speakup;
2054 offset = shift_table[shift_info];
2073 offset = shift_table[shift_info + 32];

Completed in 29 milliseconds