Searched refs:KT_BRL (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/include/uapi/linux/ |
D | keyboard.h | 43 #define KT_BRL 14 macro 450 #define K_BRL_BLANK K(KT_BRL, 0) 451 #define K_BRL_DOT1 K(KT_BRL, 1) 452 #define K_BRL_DOT2 K(KT_BRL, 2) 453 #define K_BRL_DOT3 K(KT_BRL, 3) 454 #define K_BRL_DOT4 K(KT_BRL, 4) 455 #define K_BRL_DOT5 K(KT_BRL, 5) 456 #define K_BRL_DOT6 K(KT_BRL, 6) 457 #define K_BRL_DOT7 K(KT_BRL, 7) 458 #define K_BRL_DOT8 K(KT_BRL, 8) [all …]
|
/linux-6.1.9/drivers/tty/vt/ |
D | keyboard.c | 129 [ KT_BRL ] = NR_BRL - 1, 1488 keysym = U(K(KT_BRL, keycode - KEY_BRL_DOT1 + 1)); in kbd_keycode()
|