Lines Matching refs:shift_state
152 static int shift_state = 0;
387 * shift_down[] and shift_state from key_down[] maybe called when keymap is
396 shift_state = 0;
409 shift_state |= BIT(val);
854 int old_state = shift_state;
879 shift_state |= BIT(value);
881 shift_state &= ~BIT(value);
884 if (up_flag && shift_state != old_state && npadch_active) {
1471 param.shift = shift_final = (shift_state | kbd->slockstate) ^ kbd->lockstate;
2209 return shift_state;