taglinefilesource code
key_down90drivers/char/keyb_m68k.cstatic unsigned long key_down[256/BITS_PER_LONG] = { 0, };
key_down200drivers/char/keyb_m68k.cif(!clear_bit(keycode, key_down)) {
key_down211drivers/char/keyb_m68k.crep = set_bit(keycode, key_down);
key_down686drivers/char/keyb_m68k.cfor(i=0; i < SIZE(key_down); i++)
key_down687drivers/char/keyb_m68k.cif(key_down[i]) {  /* skip this word if not a single bit on */
key_down690drivers/char/keyb_m68k.cif(test_bit(k, key_down)) {
key_down101drivers/char/keyboard.cstatic unsigned long key_down[256/BITS_PER_LONG] = { 0, };
key_down515drivers/char/keyboard.cif(!clear_bit(keycode, key_down)) {
key_down524drivers/char/keyboard.crep = set_bit(keycode, key_down);
key_down999drivers/char/keyboard.cfor(i=0; i < SIZE(key_down); i++)
key_down1000drivers/char/keyboard.cif(key_down[i]) {  /* skip this word if not a single bit on */
key_down1003drivers/char/keyboard.cif(test_bit(k, key_down)) {
key_down73drivers/sbus/char/sunkbd.cstatic unsigned long key_down[256/BITS_PER_LONG] = { 0, };
key_down442drivers/sbus/char/sunkbd.cclear_bit(keycode, key_down);
key_down446drivers/sbus/char/sunkbd.crep = set_bit(keycode, key_down);
key_down910drivers/sbus/char/sunkbd.cfor(i=0; i < SIZE(key_down); i++)
key_down911drivers/sbus/char/sunkbd.cif(key_down[i]) {  /* skip this word if not a single bit on */
key_down914drivers/sbus/char/sunkbd.cif(test_bit(k, key_down)) {