Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/vt/
Dkeyboard.c131 static int shift_state = 0; variable
371 shift_state = 0; in do_compute_shiftstate()
395 shift_state |= (1 << val); in do_compute_shiftstate()
799 int old_state = shift_state; in k_shift()
824 shift_state |= (1 << value); in k_shift()
826 shift_state &= ~(1 << value); in k_shift()
829 if (up_flag && shift_state != old_state && npadch != -1) { in k_shift()
1404 param.shift = shift_final = (shift_state | kbd->slockstate) ^ kbd->lockstate; in kbd_keycode()
2187 return shift_state; in vt_get_shift_state()
/linux-4.4.14/drivers/staging/speakup/
Dmain.c2046 speakup_key(struct vc_data *vc, int shift_state, int keycode, u_short keysym, in speakup_key() argument
2094 shift_info = (shift_state & 0x0f) + key_speakup; in speakup_key()