/linux-6.12.1/sound/soc/codecs/ |
D | rt1320-sdw.c | 30 { 0xc003, 0xe0 }, 31 { 0xc01b, 0xfc }, 32 { 0xc5c3, 0xf2 }, 33 { 0xc5c2, 0x00 }, 34 { 0xc5c6, 0x10 }, 35 { 0xc5c4, 0x12 }, 36 { 0xc5c8, 0x03 }, 37 { 0xc5d8, 0x0a }, 38 { 0xc5f7, 0x22 }, 39 { 0xc5f6, 0x22 }, [all …]
|
/linux-6.12.1/crypto/ |
D | testmgr.h | 33 * @ksize: Length of @key in bytes (0 if no key) 103 * @crypt_error: When @novrfy=0, the expected error from encrypt(). When 193 "\xAD\xB3\x00\xA0\x28\x5E\x53\x01\x93\x0E\x0C\x70\xFB\x68\x76\x93" 251 "\x93\x99\x26\xED\x4F\x74\xA1\x3E\xDD\xFB\xE1\xA1\xCE\xCC\x48\x94" 256 "\x01\x99\xEB\x9F\x44\xAE\xF4\xFD\xA4\x93\xB8\x1A\x9E\x3D\x84\xF6" 278 "\xB3\x80\xF2\x71\xF7\x34\x53\x88\x50\x93\x07\x7F\xCD\x39\xE2\x11" 320 "\x93\x6C\xCC\x9D\xC1\xB2\xFB\xFD\xAE\x40\x31\xAC\x69\x52\x21\x92" 341 "\xD7\xFB\x99\xF5\x4A\xA5\x21\x1F\x2B\xEA\x93\xE8\x98\x26\xC4\x6E" 359 "\x1E\x9E\x48\x81\xDD\x2D\xE4\x6F\xC2\xCD\xCA\x93\x9E\x65\x7E\xD5" 369 "\x76\x10\x93\x77\x41\x04\xAB\x4C\xED\x6A\xCC\x14\x1B\x99\x8D\x0C" [all …]
|
D | dh.c | 27 memset(ctx, 0, sizeof(*ctx)); in dh_clear_ctx() 50 return (p_len < 2048) ? -EINVAL : 0; in dh_check_params_length() 52 return (p_len < 1536) ? -EINVAL : 0; in dh_check_params_length() 68 return 0; in dh_set_params() 80 if (crypto_dh_decode_key(buf, len, ¶ms) < 0) in dh_set_secret() 83 if (dh_set_params(ctx, ¶ms) < 0) in dh_set_secret() 90 return 0; in dh_set_secret() 113 return 0; in dh_is_pubkey_valid() 126 if (mpi_cmp_ui(y, 1) < 1 || mpi_cmp(y, ctx->p) >= 0) in dh_is_pubkey_valid() 134 val = mpi_alloc(0); in dh_is_pubkey_valid() [all …]
|
/linux-6.12.1/fs/unicode/ |
D | utf8data.c_shipped | 8 0, 9 0x10100, 10 0x20000, 11 0x20100, 12 0x30000, 13 0x30100, 14 0x30200, 15 0x40000, 16 0x40100, 17 0x50000, [all …]
|
/linux-6.12.1/drivers/gpu/drm/panel/ |
D | panel-samsung-s6e8aa0.c | 34 #define PANELCTL_SS_1_800 (0 << 5) 41 #define PANELCTL_CLK1_000 (0 << 3) 43 #define PANELCTL_CLK2_CON_MASK (7 << 0) 44 #define PANELCTL_CLK2_000 (0 << 0) 45 #define PANELCTL_CLK2_001 (1 << 0) 48 #define PANELCTL_INT1_000 (0 << 3) 50 #define PANELCTL_INT2_CON_MASK (7 << 0) 51 #define PANELCTL_INT2_000 (0 << 0) 52 #define PANELCTL_INT2_001 (1 << 0) 55 #define PANELCTL_BICTL_000 (0 << 3) [all …]
|
/linux-6.12.1/lib/crypto/ |
D | aesgcm.c | 43 * Returns: 0 on success, or -EINVAL if @keysize or @authsize contain values 60 return 0; in aesgcm_expandkey() 67 while (len > 0) { in aesgcm_ghash() 114 while (len > 0) { in aesgcm_crypt() 235 "\x21\xd5\x14\xb2\x54\x66\x93\x1c" 257 "\x21\xd5\x14\xb2\x54\x66\x93\x1c" 288 "\x62\x85\x93\xb4\x0c\xa1\xe1\x9c" 323 "\xc5\xf6\x1e\x63\x93\xba\x7a\x0a" 345 "\xc5\xf6\x1e\x63\x93\xba\x7a\x0a" 364 "\x62\x85\x93\xb4\x0c\xa1\xe1\x9c" [all …]
|
D | chacha20poly1305-selftest.c | 31 0x49, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x65, 0x74, 32 0x2d, 0x44, 0x72, 0x61, 0x66, 0x74, 0x73, 0x20, 33 0x61, 0x72, 0x65, 0x20, 0x64, 0x72, 0x61, 0x66, 34 0x74, 0x20, 0x64, 0x6f, 0x63, 0x75, 0x6d, 0x65, 35 0x6e, 0x74, 0x73, 0x20, 0x76, 0x61, 0x6c, 0x69, 36 0x64, 0x20, 0x66, 0x6f, 0x72, 0x20, 0x61, 0x20, 37 0x6d, 0x61, 0x78, 0x69, 0x6d, 0x75, 0x6d, 0x20, 38 0x6f, 0x66, 0x20, 0x73, 0x69, 0x78, 0x20, 0x6d, 39 0x6f, 0x6e, 0x74, 0x68, 0x73, 0x20, 0x61, 0x6e, 40 0x64, 0x20, 0x6d, 0x61, 0x79, 0x20, 0x62, 0x65, [all …]
|
D | aescfb.c | 48 while (len > 0) { in aescfb_encrypt() 76 aescfb_encrypt_block(ctx, ks[0], iv); in aescfb_decrypt() 78 for (int i = 0; len > 0; i ^= 1) { in aescfb_decrypt() 125 "\xe9\x3d\x7e\x11\x73\x93\x17\x2a" 149 "\xe9\x3d\x7e\x11\x73\x93\x17\x2a" 174 "\xe9\x3d\x7e\x11\x73\x93\x17\x2a" 197 "\xe9\x3d\x7e\x11\x73\x93\x17\x2a" 217 for (int i = 0; i < ARRAY_SIZE(aescfb_tv); i++) { in libaescfb_init() 249 return 0; in libaescfb_init()
|
D | blake2s-selftest.c | 28 * for (i = 0; i < len; i++) { 29 * if (i && (i % 12) == 0) 31 * printf("0x%02x, ", vec[i]); 43 * key[0] = key[1] = 1; 47 * for (i = 0; i < BLAKE2S_TESTVEC_COUNT; ++i) 52 * for (i = 0; i < BLAKE2S_TESTVEC_COUNT; ++i) { 62 * return 0; 66 { 0xa1, }, 67 { 0x7c, 0x89, }, 68 { 0x74, 0x0e, 0xd4, }, [all …]
|
/linux-6.12.1/drivers/staging/vt6656/ |
D | rf.c | 34 {0x03, 0xf7, 0x90}, 35 {0x03, 0x33, 0x31}, 36 {0x01, 0xb8, 0x02}, 37 {0x00, 0xff, 0xf3}, 38 {0x00, 0x05, 0xa4}, 39 {0x0f, 0x4d, 0xc5}, 40 {0x08, 0x05, 0xb6}, 41 {0x01, 0x47, 0xc7}, 42 {0x00, 0x06, 0x88}, 43 {0x04, 0x03, 0xb9}, [all …]
|
/linux-6.12.1/drivers/scsi/aic7xxx/ |
D | aic7xxx_seq.h_shipped | 9 0xb2, 0x00, 0x00, 0x08, 10 0xf7, 0x11, 0x22, 0x08, 11 0x00, 0x65, 0xee, 0x59, 12 0xf7, 0x01, 0x02, 0x08, 13 0xff, 0x6a, 0x24, 0x08, 14 0x40, 0x00, 0x40, 0x68, 15 0x08, 0x1f, 0x3e, 0x10, 16 0x40, 0x00, 0x40, 0x68, 17 0xff, 0x40, 0x3c, 0x60, 18 0x08, 0x1f, 0x3e, 0x10, [all …]
|
/linux-6.12.1/drivers/media/i2c/ |
D | ov2640.c | 35 #define R_BYPASS 0x05 /* Bypass DSP */ 36 #define R_BYPASS_DSP_BYPAS 0x01 /* Bypass DSP, sensor out directly */ 37 #define R_BYPASS_USE_DSP 0x00 /* Use the internal DSP */ 38 #define QS 0x44 /* Quantization Scale Factor */ 39 #define CTRLI 0x50 40 #define CTRLI_LP_DP 0x80 41 #define CTRLI_ROUND 0x40 42 #define CTRLI_V_DIV_SET(x) VAL_SET(x, 0x3, 0, 3) 43 #define CTRLI_H_DIV_SET(x) VAL_SET(x, 0x3, 0, 0) 44 #define HSIZE 0x51 /* H_SIZE[7:0] (real/4) */ [all …]
|
/linux-6.12.1/fs/nls/ |
D | nls_cp932.c | 17 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x00-0x07 */ 18 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x08-0x0F */ 19 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x10-0x17 */ 20 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x18-0x1F */ 21 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x20-0x27 */ 22 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x28-0x2F */ 23 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x30-0x37 */ 24 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x38-0x3F */ 25 0x3000,0x3001,0x3002,0xFF0C,0xFF0E,0x30FB,0xFF1A,0xFF1B,/* 0x40-0x47 */ 26 0xFF1F,0xFF01,0x309B,0x309C,0x00B4,0xFF40,0x00A8,0xFF3E,/* 0x48-0x4F */ [all …]
|
D | nls_cp936.c | 17 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x00-0x07 */ 18 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x08-0x0F */ 19 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x10-0x17 */ 20 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x18-0x1F */ 21 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x20-0x27 */ 22 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x28-0x2F */ 23 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x30-0x37 */ 24 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x38-0x3F */ 25 0x4E02,0x4E04,0x4E05,0x4E06,0x4E0F,0x4E12,0x4E17,0x4E1F,/* 0x40-0x47 */ 26 0x4E20,0x4E21,0x4E23,0x4E26,0x4E29,0x4E2E,0x4E2F,0x4E31,/* 0x48-0x4F */ [all …]
|
D | nls_cp949.c | 17 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x00-0x07 */ 18 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x08-0x0F */ 19 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x10-0x17 */ 20 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x18-0x1F */ 21 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x20-0x27 */ 22 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x28-0x2F */ 23 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x30-0x37 */ 24 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x38-0x3F */ 25 0x0000,0xAC02,0xAC03,0xAC05,0xAC06,0xAC0B,0xAC0C,0xAC0D,/* 0x40-0x47 */ 26 0xAC0E,0xAC0F,0xAC18,0xAC1E,0xAC1F,0xAC21,0xAC22,0xAC23,/* 0x48-0x4F */ [all …]
|
/linux-6.12.1/net/wireless/certs/ |
D | sforshee.hex | 2 0x30, 0x82, 0x02, 0xa4, 0x30, 0x82, 0x01, 0x8c, 3 0x02, 0x09, 0x00, 0xb2, 0x8d, 0xdf, 0x47, 0xae, 4 0xf9, 0xce, 0xa7, 0x30, 0x0d, 0x06, 0x09, 0x2a, 5 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x0b, 6 0x05, 0x00, 0x30, 0x13, 0x31, 0x11, 0x30, 0x0f, 7 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x08, 0x73, 8 0x66, 0x6f, 0x72, 0x73, 0x68, 0x65, 0x65, 0x30, 9 0x20, 0x17, 0x0d, 0x31, 0x37, 0x31, 0x30, 0x30, 10 0x36, 0x31, 0x39, 0x34, 0x30, 0x33, 0x35, 0x5a, 11 0x18, 0x0f, 0x32, 0x31, 0x31, 0x37, 0x30, 0x39, [all …]
|
/linux-6.12.1/arch/x86/crypto/ |
D | blake2s-core.S | 11 IV: .octa 0xA54FF53A3C6EF372BB67AE856A09E667 12 .octa 0x5BE0CD191F83D9AB9B05688C510E527F 15 ROT16: .octa 0x0D0C0F0E09080B0A0504070601000302 18 ROR328: .octa 0x0C0F0E0D080B0A090407060500030201 22 .byte 0, 2, 4, 6, 1, 3, 5, 7, 14, 8, 10, 12, 15, 9, 11, 13 23 .byte 14, 4, 9, 13, 10, 8, 15, 6, 5, 1, 0, 11, 3, 12, 2, 7 24 .byte 11, 12, 5, 15, 8, 0, 2, 13, 9, 10, 3, 7, 4, 14, 6, 1 25 .byte 7, 3, 13, 11, 9, 1, 12, 14, 15, 2, 5, 4, 8, 6, 10, 0 26 .byte 9, 5, 2, 10, 0, 7, 4, 15, 3, 14, 11, 6, 13, 1, 12, 8 27 .byte 2, 6, 0, 8, 12, 10, 11, 3, 1, 4, 7, 15, 9, 13, 5, 14 [all …]
|
/linux-6.12.1/include/linux/mfd/ |
D | axp20x.h | 14 AXP152_ID = 0, 31 #define AXP192_DATACACHE(m) (0x06 + (m)) 32 #define AXP20X_DATACACHE(m) (0x04 + (m)) 35 #define AXP152_PWR_OP_MODE 0x01 36 #define AXP152_LDO3456_DC1234_CTRL 0x12 37 #define AXP152_ALDO_OP_MODE 0x13 38 #define AXP152_LDO0_CTRL 0x15 39 #define AXP152_DCDC2_V_OUT 0x23 40 #define AXP152_DCDC2_V_RAMP 0x25 41 #define AXP152_DCDC1_V_OUT 0x26 [all …]
|
/linux-6.12.1/sound/soc/sdw_utils/ |
D | soc_sdw_rt_amp_coeff_tables.h | 15 0xb0, 0xc5, 0x00, /* address: 0xc5b0; data: 0x00 */ 16 0xb1, 0xc5, 0x32, 17 0xb2, 0xc5, 0x44, 18 0xb3, 0xc5, 0x19, 19 0xc0, 0xc5, 0x04, 20 0xc1, 0xc5, 0x00, 21 0xc2, 0xc5, 0x00, 22 0xc3, 0xc5, 0x00, 23 0xd0, 0xc5, 0x02, 24 0xd1, 0xc5, 0x00, [all …]
|
/linux-6.12.1/fs/xfs/ |
D | xfs_dahash_test.c | 20 0x5b, 0x85, 0x21, 0xcb, 0x09, 0x68, 0x7d, 0x30, 21 0xc7, 0x69, 0xd7, 0x30, 0x92, 0xde, 0x59, 0xe4, 22 0xc9, 0x6e, 0x8b, 0xdb, 0x98, 0x6b, 0xaa, 0x60, 23 0xa8, 0xb5, 0xbc, 0x6c, 0xa9, 0xb1, 0x5b, 0x2c, 24 0xea, 0xb4, 0x92, 0x6a, 0x3f, 0x79, 0x91, 0xe4, 25 0xe9, 0x70, 0x51, 0x8c, 0x7f, 0x95, 0x6f, 0x1a, 26 0x56, 0xa1, 0x5c, 0x27, 0x03, 0x67, 0x9f, 0x3a, 27 0xe2, 0x31, 0x11, 0x29, 0x6b, 0x98, 0xfc, 0xc4, 28 0x53, 0x24, 0xc5, 0x8b, 0xce, 0x47, 0xb2, 0xb9, 29 0x32, 0xcb, 0xc1, 0xd0, 0x03, 0x57, 0x4e, 0xd4, [all …]
|
/linux-6.12.1/drivers/net/wireless/broadcom/b43/ |
D | radio_2059.c | 17 { 0x051, 0x70 }, { 0x05a, 0x03 }, { 0x079, 0x01 }, { 0x082, 0x70 }, 18 { 0x083, 0x00 }, { 0x084, 0x70 }, { 0x09a, 0x7f }, { 0x0b6, 0x10 }, 19 { 0x188, 0x05 }, 61 RADIOREGS(0x48, 0x16, 0x30, 0x1b, 0x0a, 0x0a, 0x30, 0x6c, 62 0x09, 0x0f, 0x0a, 0x00, 0x0a, 0x00, 0x61, 0x73, 63 0x00, 0x00, 0x00, 0xd0, 0x00), 64 PHYREGS(0x03c9, 0x03c5, 0x03c1, 0x043a, 0x043f, 0x0443), 68 RADIOREGS(0x4b, 0x16, 0x30, 0x1b, 0x0a, 0x0a, 0x30, 0x71, 69 0x09, 0x0f, 0x0a, 0x00, 0x0a, 0x00, 0x61, 0x73, 70 0x00, 0x00, 0x00, 0xd0, 0x00), [all …]
|
D | radio_2056.h | 9 #define B2056_SYN (0x0 << 12) 10 #define B2056_TX0 (0x2 << 12) 11 #define B2056_TX1 (0x3 << 12) 12 #define B2056_RX0 (0x6 << 12) 13 #define B2056_RX1 (0x7 << 12) 14 #define B2056_ALLTX (0xE << 12) 15 #define B2056_ALLRX (0xF << 12) 17 #define B2056_SYN_RESERVED_ADDR0 0x00 18 #define B2056_SYN_IDCODE 0x01 19 #define B2056_SYN_RESERVED_ADDR2 0x02 [all …]
|
/linux-6.12.1/arch/x86/entry/vdso/ |
D | vgetrandom-chacha.S | 11 CONSTANTS: .octa 0x6b20657479622d323320646e61707865 16 * of blocks of output with a nonce of 0, taking an input key and 8-byte 46 movups 0x00(key),copy1 47 movups 0x10(key),copy2 49 movq 0x00(counter),copy3 50 /* one = 1 || 0 */ 95 /* state1[0,1,2,3] = state1[1,2,3,0] */ 96 pshufd $0x39,state1,state1 97 /* state2[0,1,2,3] = state2[2,3,0,1] */ 98 pshufd $0x4e,state2,state2 [all …]
|
/linux-6.12.1/sound/ppc/ |
D | tumbler_volume.h | 4 /* 0 = -70 dB, 175 = 18.0 dB in 0.5 dB step */ 6 0x00000015, 0x00000016, 0x00000017, 7 0x00000019, 0x0000001a, 0x0000001c, 8 0x0000001d, 0x0000001f, 0x00000021, 9 0x00000023, 0x00000025, 0x00000027, 10 0x00000029, 0x0000002c, 0x0000002e, 11 0x00000031, 0x00000034, 0x00000037, 12 0x0000003a, 0x0000003e, 0x00000042, 13 0x00000045, 0x0000004a, 0x0000004e, 14 0x00000053, 0x00000057, 0x0000005d, [all …]
|
/linux-6.12.1/drivers/media/dvb-frontends/ |
D | s5h1409.c | 37 #define QAM_STATE_UNTUNED 0 57 { 0x00, 0x0071, }, 58 { 0x01, 0x3213, }, 59 { 0x09, 0x0025, }, 60 { 0x1c, 0x001d, }, 61 { 0x1f, 0x002d, }, 62 { 0x20, 0x001d, }, 63 { 0x22, 0x0022, }, 64 { 0x23, 0x0020, }, 65 { 0x29, 0x110f, }, [all …]
|