tag | line | file | source code |
KT_SLOCK | 562 | drivers/char/keyboard.c | if (type != KT_SLOCK) |
KT_SLOCK | 411 | include/linux/keyboard.h | #define K_SHIFT_SLOCK K(KT_SLOCK,KG_SHIFT) |
KT_SLOCK | 412 | include/linux/keyboard.h | #define K_CTRL_SLOCK K(KT_SLOCK,KG_CTRL) |
KT_SLOCK | 413 | include/linux/keyboard.h | #define K_ALT_SLOCK K(KT_SLOCK,KG_ALT) |
KT_SLOCK | 414 | include/linux/keyboard.h | #define K_ALTGR_SLOCK K(KT_SLOCK,KG_ALTGR) |
KT_SLOCK | 415 | include/linux/keyboard.h | #define K_SHIFTL_SLOCK K(KT_SLOCK,KG_SHIFTL) |
KT_SLOCK | 416 | include/linux/keyboard.h | #define K_SHIFTR_SLOCK K(KT_SLOCK,KG_SHIFTR) |
KT_SLOCK | 417 | include/linux/keyboard.h | #define K_CTRLL_SLOCK K(KT_SLOCK,KG_CTRLL) |
KT_SLOCK | 418 | include/linux/keyboard.h | #define K_CTRLR_SLOCK K(KT_SLOCK,KG_CTRLR) |