Home
last modified time | relevance | path

Searched refs:KT_BRL (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dkeyboard.h43 #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 …]
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dkeyboard.h43 #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 …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dkeyboard.h43 #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 …]
/OK3568_Linux_fs/kernel/drivers/tty/vt/
H A Dkeyboard.c1453 keysym = U(K(KT_BRL, keycode - KEY_BRL_DOT1 + 1)); in kbd_keycode()