Lines Matching defs:shift_state
139 static int shift_state = 0;
370 * shift_down[] and shift_state from key_down[] maybe called when keymap is
379 shift_state = 0;
392 shift_state |= BIT(val);
828 int old_state = shift_state;
853 shift_state |= (1 << value);
855 shift_state &= ~(1 << value);
858 if (up_flag && shift_state != old_state && npadch_active) {
1436 param.shift = shift_final = (shift_state | kbd->slockstate) ^ kbd->lockstate;
2223 return shift_state;