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

/drivers/tty/vt/
H A Dkeyboard.c133 static int shift_state = 0; variable
379 * shift_down[] and shift_state from key_down[] maybe called when keymap is
388 shift_state = 0;
412 shift_state |= (1 << val);
820 int old_state = shift_state;
845 shift_state |= (1 << value);
847 shift_state &= ~(1 << value);
850 if (up_flag && shift_state != old_state && npadch != -1) {
1338 param.shift = shift_final = (shift_state | kbd->slockstate) ^ kbd->lockstate;
2119 return shift_state;
[all...]
/drivers/staging/speakup/
H A Dmain.c2006 speakup_key(struct vc_data *vc, int shift_state, int keycode, u_short keysym, argument
2053 shift_info = (shift_state & 0x0f) + key_speakup;

Completed in 86 milliseconds