tag | line | file | source code |
shift_state | 114 | drivers/char/keyboard.c | static int shift_state = 0; |
shift_state | 167 | drivers/char/keyboard.c | shift_state = 0; |
shift_state | 277 | drivers/char/keyboard.c | key_code = key_map[shift_state][scancode]; |
shift_state | 601 | drivers/char/keyboard.c | int old_state = shift_state; |
shift_state | 619 | drivers/char/keyboard.c | shift_state |= (1 << value); |
shift_state | 621 | drivers/char/keyboard.c | shift_state &= ~ (1 << value); |
shift_state | 624 | drivers/char/keyboard.c | if (up_flag && shift_state != old_state && npadch != 0) { |