Home
last modified time | relevance | path

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

/linux/drivers/accessibility/speakup/
H A Dgenmap.c51 int value, shift_state, i, spk_val = 0, lock_val = 0; in main() local
75 value = shift_state = 0; in main()
90 shift_state += this->value; in main()
108 i = get_shift_value(shift_state); in main()
137 shift_state = shift_table[i]; in main()
138 if (shift_state&16) in main()
140 shift_state = get_shift_value(shift_state+16); in main()
141 kp[shift_state] = kp[i]; in main()
H A Dmain.c2108 speakup_key(struct vc_data *vc, int shift_state, int keycode, u_short keysym, in speakup_key() argument
2157 shift_info = (shift_state & 0x0f) + key_speakup; in speakup_key()