tag | line | file | source code |
shift_state | 94 | drivers/char/keyboard.c | /*static*/ int shift_state = 0; |
shift_state | 347 | drivers/char/keyboard.c | int shift_final = shift_state ^ kbd->lockstate; |
shift_state | 701 | drivers/char/keyboard.c | int old_state = shift_state; |
shift_state | 722 | drivers/char/keyboard.c | shift_state |= (1 << value); |
shift_state | 724 | drivers/char/keyboard.c | shift_state &= ~ (1 << value); |
shift_state | 727 | drivers/char/keyboard.c | if (up_flag && shift_state != old_state && npadch != -1) { |
shift_state | 739 | drivers/char/keyboard.c | shift_state = 0; |
shift_state | 752 | drivers/char/keyboard.c | shift_state |= (1<<val); |
shift_state | 73 | drivers/char/tty_io.c | extern int shift_state; |
shift_state | 1392 | drivers/char/tty_io.c | put_fs_byte(shift_state,arg); |