Home
last modified time | relevance | path

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

/linux-3.3/drivers/tty/vt/
Dkeyboard.c125 int shift_state = 0; variable
391 shift_state = 0; in compute_shiftstate()
415 shift_state |= (1 << val); in compute_shiftstate()
814 int old_state = shift_state; in k_shift()
839 shift_state |= (1 << value); in k_shift()
841 shift_state &= ~(1 << value); in k_shift()
844 if (up_flag && shift_state != old_state && npadch != -1) { in k_shift()
1248 param.shift = shift_final = (shift_state | kbd->slockstate) ^ kbd->lockstate; in kbd_keycode()
Dvt.c2645 data = shift_state; in tioclinux()
/linux-3.3/include/linux/
Dkbd_kern.h10 extern int shift_state;
/linux-3.3/drivers/staging/speakup/
Dmain.c2006 speakup_key(struct vc_data *vc, int shift_state, int keycode, u_short keysym, in speakup_key() argument
2053 shift_info = (shift_state & 0x0f) + key_speakup; in speakup_key()