Searched refs:KT_BRL (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A 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, [all...] |
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A 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, [all...] |
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | keyboard.h | 51 #define KT_BRL 14 macro 441 #define K_BRL_BLANK K(KT_BRL, 0) 442 #define K_BRL_DOT1 K(KT_BRL, 1) 443 #define K_BRL_DOT2 K(KT_BRL, 2) 444 #define K_BRL_DOT3 K(KT_BRL, 3) 445 #define K_BRL_DOT4 K(KT_BRL, 4) 446 #define K_BRL_DOT5 K(KT_BRL, 5) 447 #define K_BRL_DOT6 K(KT_BRL, 6) 448 #define K_BRL_DOT7 K(KT_BRL, 7) 449 #define K_BRL_DOT8 K(KT_BRL, [all...] |
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | keyboard.h | 51 #define KT_BRL 14 macro 441 #define K_BRL_BLANK K(KT_BRL, 0) 442 #define K_BRL_DOT1 K(KT_BRL, 1) 443 #define K_BRL_DOT2 K(KT_BRL, 2) 444 #define K_BRL_DOT3 K(KT_BRL, 3) 445 #define K_BRL_DOT4 K(KT_BRL, 4) 446 #define K_BRL_DOT5 K(KT_BRL, 5) 447 #define K_BRL_DOT6 K(KT_BRL, 6) 448 #define K_BRL_DOT7 K(KT_BRL, 7) 449 #define K_BRL_DOT8 K(KT_BRL, [all...] |
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | keyboard.h | 38 #define KT_BRL 14 macro 428 #define K_BRL_BLANK K(KT_BRL, 0) 429 #define K_BRL_DOT1 K(KT_BRL, 1) 430 #define K_BRL_DOT2 K(KT_BRL, 2) 431 #define K_BRL_DOT3 K(KT_BRL, 3) 432 #define K_BRL_DOT4 K(KT_BRL, 4) 433 #define K_BRL_DOT5 K(KT_BRL, 5) 434 #define K_BRL_DOT6 K(KT_BRL, 6) 435 #define K_BRL_DOT7 K(KT_BRL, 7) 436 #define K_BRL_DOT8 K(KT_BRL, [all...] |
/kernel/linux/linux-6.6/drivers/tty/vt/ |
H A D | keyboard.c | 129 [ KT_BRL ] = NR_BRL - 1, 1488 keysym = U(K(KT_BRL, keycode - KEY_BRL_DOT1 + 1)); in kbd_keycode()
|
/kernel/linux/linux-5.10/drivers/tty/vt/ |
H A D | keyboard.c | 1453 keysym = U(K(KT_BRL, keycode - KEY_BRL_DOT1 + 1)); in kbd_keycode()
|
Completed in 15 milliseconds