Searched refs:shift_state (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/drivers/accessibility/speakup/ |
H A D | genmap.c | 52 int value, shift_state, i, spk_val = 0, lock_val = 0; in main() local 76 value = shift_state = 0; in main() 91 shift_state += this->value; in main() 109 i = get_shift_value(shift_state); in main() 138 shift_state = shift_table[i]; in main() 139 if (shift_state&16) in main() 141 shift_state = get_shift_value(shift_state+16); in main() 142 kp[shift_state] = kp[i]; in main()
|
H A D | main.c | 2108 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()
|
/kernel/linux/linux-5.10/drivers/tty/vt/ |
H A D | keyboard.c | 139 static int shift_state = 0; variable 370 * shift_down[] and shift_state from key_down[] maybe called when keymap is 379 shift_state = 0; in do_compute_shiftstate() 392 shift_state |= BIT(val); in do_compute_shiftstate() 828 int old_state = shift_state; in k_shift() 853 shift_state |= (1 << value); in k_shift() 855 shift_state &= ~(1 << value); in k_shift() 858 if (up_flag && shift_state != old_state && npadch_active) { in k_shift() 1436 param.shift = shift_final = (shift_state | kbd->slockstate) ^ kbd->lockstate; in kbd_keycode() 2223 return shift_state; in vt_get_shift_state() [all...] |
/kernel/linux/linux-6.6/drivers/tty/vt/ |
H A D | keyboard.c | 152 static int shift_state = 0; variable 387 * shift_down[] and shift_state from key_down[] maybe called when keymap is 396 shift_state = 0; in do_compute_shiftstate() 409 shift_state |= BIT(val); in do_compute_shiftstate() 854 int old_state = shift_state; in k_shift() 879 shift_state |= BIT(value); in k_shift() 881 shift_state &= ~BIT(value); in k_shift() 884 if (up_flag && shift_state != old_state && npadch_active) { in k_shift() 1471 param.shift = shift_final = (shift_state | kbd->slockstate) ^ kbd->lockstate; in kbd_keycode() 2209 return shift_state; in vt_get_shift_state() [all...] |
/kernel/linux/linux-5.10/drivers/accessibility/speakup/ |
H A D | main.c | 2096 speakup_key(struct vc_data *vc, int shift_state, int keycode, u_short keysym, in speakup_key() argument 2145 shift_info = (shift_state & 0x0f) + key_speakup; in speakup_key()
|
Completed in 12 milliseconds