| /linux/drivers/input/keyboard/ |
| H A D | pinephone-keyboard.c | 46 KEY(0, 0, KEY_ESC), 47 KEY(0, 1, KEY_1), 48 KEY(0, 2, KEY_2), 49 KEY(0, 3, KEY_3), 50 KEY(0, 4, KEY_4), 51 KEY(0, 5, KEY_5), 52 KEY(0, 6, KEY_6), 53 KEY(0, 7, KEY_7), 54 KEY(0, 8, KEY_8), 55 KEY(0, 9, KEY_9), [all …]
|
| /linux/arch/arm/mach-omap1/ |
| H A D | board-ams-delta.c | 48 KEY(0, 0, KEY_F1), /* Advert */ 50 KEY(0, 3, KEY_COFFEE), /* Games */ 51 KEY(0, 2, KEY_QUESTION), /* Directory */ 52 KEY(2, 3, KEY_CONNECT), /* Internet */ 53 KEY(1, 2, KEY_SHOP), /* Services */ 54 KEY(1, 1, KEY_PHONE), /* VoiceMail */ 56 KEY(0, 1, KEY_DELETE), /* Delete */ 57 KEY(2, 2, KEY_PLAY), /* Play */ 58 KEY(1, 0, KEY_PAGEUP), /* Up */ 59 KEY(1, 3, KEY_PAGEDOWN), /* Down */ [all …]
|
| H A D | board-sx1.c | 165 KEY(3, 5, GROUP_0 | 117), /* camera Qt::Key_F17 */ 166 KEY(4, 0, GROUP_0 | 114), /* voice memo Qt::Key_F14 */ 167 KEY(4, 1, GROUP_2 | 114), /* voice memo */ 168 KEY(4, 2, GROUP_3 | 114), /* voice memo */ 169 KEY(0, 0, GROUP_1 | KEY_F12), /* red button Qt::Key_Hangup */ 170 KEY(3, 4, GROUP_1 | KEY_LEFT), 171 KEY(3, 2, GROUP_1 | KEY_DOWN), 172 KEY(3, 1, GROUP_1 | KEY_RIGHT), 173 KEY(3, 0, GROUP_1 | KEY_UP), 174 KEY(3, 3, GROUP_1 | KEY_POWER), /* joystick press or Qt::Key_Select */ [all …]
|
| H A D | board-palmte.c | 56 KEY(0, 0, KEY_F1), /* Calendar */ 57 KEY(1, 0, KEY_F2), /* Contacts */ 58 KEY(2, 0, KEY_F3), /* Tasks List */ 59 KEY(3, 0, KEY_F4), /* Note Pad */ 60 KEY(4, 0, KEY_POWER), 61 KEY(0, 1, KEY_LEFT), 62 KEY(1, 1, KEY_DOWN), 63 KEY(2, 1, KEY_UP), 64 KEY(3, 1, KEY_RIGHT), 65 KEY(4, 1, KEY_ENTER),
|
| /linux/arch/arm/mach-pxa/ |
| H A D | spitz.c | 315 KEY(0, 0, KEY_LEFTCTRL), 316 KEY(0, 1, KEY_1), 317 KEY(0, 2, KEY_3), 318 KEY(0, 3, KEY_5), 319 KEY(0, 4, KEY_6), 320 KEY(0, 5, KEY_7), 321 KEY(0, 6, KEY_9), 322 KEY(0, 7, KEY_0), 323 KEY(0, 8, KEY_BACKSPACE), 324 KEY(0, 9, SPITZ_KEY_EXOK), /* EXOK */ [all …]
|
| /linux/arch/x86/crypto/ |
| H A D | aes-xts-avx-x86_64.S | 152 .set KEY, %rdi // Initially points to crypto_aes_ctx, then is define 477 _vbroadcast128 OFFS(KEY), KEY0 499 lea OFFS-16(KEY, KEYLEN64, 4), KEY 506 vbroadcasti32x4 -6*16(KEY), KEY1 507 vbroadcasti32x4 -5*16(KEY), KEY2 509 vbroadcasti32x4 -4*16(KEY), KEY3 510 vbroadcasti32x4 -3*16(KEY), KEY4 512 vbroadcasti32x4 -2*16(KEY), KEY5 513 vbroadcasti32x4 -1*16(KEY), KEY6 514 vbroadcasti32x4 0*16(KEY), KEY7 [all …]
|
| H A D | aes-ctr-avx-x86_64.S | 228 mov KEY, %rax 281 .set KEY, %rdi // Initially points to the start of the define 358 movl 480(KEY), %eax 361 lea 6*16(KEY, %rax, 4), RNDKEYLAST_PTR 364 _vbroadcast128 (KEY), RNDKEY0 368 add $16, KEY 501 _load_partial_block SRC, AESDATA1_XMM, KEY, KEY32 504 _store_partial_block AESDATA0_XMM, DST, KEY, KEY32
|
| /linux/arch/arm/mach-s3c/ |
| H A D | mach-crag6410.c | 181 KEY(0, 0, KEY_VOLUMEUP), 182 KEY(0, 1, KEY_HOME), 183 KEY(0, 2, KEY_VOLUMEDOWN), 184 KEY(0, 3, KEY_HELP), 185 KEY(0, 4, KEY_MENU), 186 KEY(0, 5, KEY_MEDIA), 187 KEY(1, 0, 232), 188 KEY(1, 1, KEY_DOWN), 189 KEY(1, 2, KEY_LEFT), 190 KEY(1, 3, KEY_UP), [all …]
|
| /linux/include/linux/ |
| H A D | key.h | 479 #define dereference_key_rcu(KEY) \ argument 480 (rcu_dereference((KEY)->payload.rcu_data0)) 482 #define dereference_key_locked(KEY) \ argument 483 (rcu_dereference_protected((KEY)->payload.rcu_data0, \ 484 rwsem_is_locked(&((struct key *)(KEY))->sem))) 486 #define rcu_assign_keypointer(KEY, PAYLOAD) \ argument 488 rcu_assign_pointer((KEY)->payload.rcu_data0, (PAYLOAD)); \
|
| /linux/tools/testing/selftests/net/ |
| H A D | toeplitz.sh | |
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-uevent | 11 ACTION [UUID [KEY=VALUE ...] 18 You need to pass UUID first before any KEY=VALUE pairs. 31 The KEY=VALUE pairs can contain alphanumeric characters only. 35 synthetic uevent as ``SYNTH_ARG_KEY=VALUE``. That means the KEY
|
| /linux/net/openvswitch/ |
| H A D | datapath.h | 338 #define OVS_MASKED(OLD, KEY, MASK) ((KEY) | ((OLD) & ~(MASK))) argument 339 #define OVS_SET_MASKED(OLD, KEY, MASK) ((OLD) = OVS_MASKED(OLD, KEY, MASK)) argument
|
| /linux/arch/powerpc/include/asm/ |
| H A D | jump_label.h | 49 #define ARCH_STATIC_BRANCH(LABEL, KEY) \ argument 53 FTR_ENTRY_LONG KEY - .; \
|
| /linux/arch/riscv/crypto/ |
| H A D | ghash-riscv64-zvkg.S | 51 #define KEY a1 macro 62 vle32.v v2, (KEY)
|
| /linux/arch/sh/boards/mach-r2d/ |
| H A D | irq.c | 28 KEY, /* Key input (R2D-PLUS board) */ enumerator 84 INTC_IRQ(KEY, IRQ_KEY), INTC_IRQ(SDCARD, IRQ_SDCARD), 99 SM501, CF_IDE, CF_CD, SDCARD, KEY,
|
| /linux/tools/testing/selftests/sgx/ |
| H A D | sign_key.pem | 1 -----BEGIN RSA PRIVATE KEY----- 39 -----END RSA PRIVATE KEY-----
|
| /linux/Documentation/translations/zh_CN/core-api/ |
| H A D | assoc_array.rst | 354 KEY PREFIX NODE 366 INDEX KEY PREFIX NODE 390 SLOT CONTENT INDEX KEY (PREFIX)
|
| /linux/drivers/md/bcache/ |
| H A D | bcache_ondisk.h | 71 #define KEY(inode, offset, size) \ macro 77 #define ZERO_KEY KEY(0, 0, 0) 81 #define MAX_KEY KEY(MAX_KEY_INODE, MAX_KEY_OFFSET, 0) 84 #define START_KEY(k) KEY(KEY_INODE(k), KEY_START(k), 0)
|
| H A D | request.c | 127 &KEY(op->inode, in bch_data_invalidate() 534 if (bkey_cmp(k, &KEY(s->iop.inode, bio->bi_iter.bi_sector, 0)) <= 0) in cache_lookup_fn() 571 bch_cut_front(&KEY(s->iop.inode, n->bi_iter.bi_sector, 0), bio_key); in cache_lookup_fn() 572 bch_cut_back(&KEY(s->iop.inode, bio_end_sector(n), 0), bio_key); in cache_lookup_fn() 602 &KEY(s->iop.inode, bio->bi_iter.bi_sector, 0), in CLOSURE_CALLBACK() 913 s->iop.replace_key = KEY(s->iop.inode, in cached_dev_cache_miss() 985 struct bkey start = KEY(dc->disk.id, bio->bi_iter.bi_sector, 0); in cached_dev_write() 986 struct bkey end = KEY(dc->disk.id, bio_end_sector(bio), 0); in cached_dev_write() 1307 &KEY(d->id, bio->bi_iter.bi_sector, 0), in flash_dev_submit_bio() 1308 &KEY(d->id, bio_end_sector(bio), 0)); in flash_dev_submit_bio()
|
| /linux/Documentation/translations/zh_CN/admin-guide/ |
| H A D | bootconfig.rst | 28 KEY[.WORD[...]] = VALUE[, VALUE2[...]][;] 146 KEY[.WORDS...] = "[VALUE]"[,"VALUE2"...]
|
| /linux/Documentation/translations/zh_TW/admin-guide/ |
| H A D | bootconfig.rst | 28 KEY[.WORD[...]] = VALUE[, VALUE2[...]][;] 146 KEY[.WORDS...] = "[VALUE]"[,"VALUE2"...]
|
| /linux/include/linux/input/ |
| H A D | matrix_keypad.h | 13 #define KEY(row, col, val) ((((row) & (MATRIX_MAX_ROWS - 1)) << 24) |\ macro
|
| /linux/lib/crypto/s390/ |
| H A D | chacha-s390.S | 46 #define KEY %r5 macro 90 VL K1,0,,KEY # load key 91 VL K2,16,,KEY 412 #undef KEY 430 #define KEY %r5 macro 488 VLM K1,K2,0,KEY,0 # load key
|
| /linux/tools/testing/selftests/ntb/ |
| H A D | ntb_test.sh | 315 KEY=$1 317 sed -n "s/^\(${KEY}\)[ \t]*\(0x[0-9a-fA-F]*\)\(\[p\]\)\?$/\2/p"
|
| /linux/drivers/char/xilinx_hwicap/ |
| H A D | xilinx_hwicap.h | 137 u32 KEY; member
|