/Linux-v6.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 225 "\x9f\x6e\xbd\x4c\x55\x84\x0c\x9b\xcf\x1a\x4b\x51\x1e\x9e\x0c\x06", 252 "\xAF\x94\x28\xC2\xB7\xB8\x88\x3F\xE4\x46\x3A\x4B\xC8\x5B\x1C\xB3" 327 "\x19\xB8\x73\xA2\xAC\x4B\x1E\x66\x48\xD8\x72\x1F\xAC\xF6\xCB\xBC" 349 "\x09\xA6\x39\x3A\xEA\xA8\xB4\x45\x4B\x36\x10\x4C\xE4\x00\x66\x71" 357 "\x3E\xDB\xA7\x9B\x82\xBB\x73\x81\xFC\xE8\x77\x4B\x15\xBE\x17\x73" 380 "\x1A\xD3\x73\x58\x4B\xD8\xA0\x54\x25\x48\x83\x6F\x82\x6C\xAF\x36" 464 "\xDD\x4B\xB2\xE7\x20\x0A\x57\xF9\xB4\x94\xC3\x08\x33\x22\x6F\x8B" 498 "\x4B\x5B\x01\xAD\x35\xF9\x48\x53\xB3\x86\x35\x66\xD7\xE7\x29\xC0" [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() 120 if (mpi_cmp_ui(y, 1) < 1 || mpi_cmp(y, ctx->p) >= 0) in dh_is_pubkey_valid() 132 val = mpi_alloc(0); in dh_is_pubkey_valid() 159 if (ret != 0) in dh_is_pubkey_valid() [all …]
|
/Linux-v6.1/drivers/staging/fbtft/ |
D | fb_hx8357d.c | 34 write_reg(par, HX8357D_SETC, 0xFF, 0x83, 0x57); in init_display() 38 write_reg(par, HX8357_SETRGB, 0x00, 0x00, 0x06, 0x06); in init_display() 41 write_reg(par, HX8357D_SETCOM, 0x25); in init_display() 44 write_reg(par, HX8357_SETOSC, 0x68); in init_display() 47 write_reg(par, HX8357_SETPANEL, 0x05); in init_display() 50 0x00, /* Not deep standby */ in init_display() 51 0x15, /* BT */ in init_display() 52 0x1C, /* VSPR */ in init_display() 53 0x1C, /* VSNR */ in init_display() 54 0x83, /* AP */ in init_display() [all …]
|
/Linux-v6.1/arch/sparc/kernel/ |
D | traps_64.c | 54 /* When an irrecoverable trap occurs at tl > 0, the trap entry 73 printk(KERN_EMERG "TRAPLOG: Error at trap level 0x%lx, " in dump_tl1_traplog() 77 for (i = 0; i < limit; i++) { in dump_tl1_traplog() 93 0, lvl, SIGTRAP) == NOTIFY_STOP) in bad_trap() 96 if (lvl < 0x100) { in bad_trap() 101 lvl -= 0x100; in bad_trap() 107 regs->tpc &= 0xffffffff; in bad_trap() 108 regs->tnpc &= 0xffffffff; in bad_trap() 119 0, lvl, SIGTRAP) == NOTIFY_STOP) in bad_trap_tl1() 124 sprintf (buffer, "Bad trap %lx at tl>0", lvl); in bad_trap_tl1() [all …]
|
/Linux-v6.1/crypto/asymmetric_keys/ |
D | selftest.c | 40 "\x1c\x0a\x61\x82\x3b\x4f\x2c\xa3\x95\x2c\x08\x58\x4b\xb1\x5d\x99" 42 "\x7b\x4d\xb5\x95\x58\xb2\x52\x2e\xc6\x24\x4b\x71\x63\x80\x32\x77" 64 "\x4c\x53\x3a\xa2\xb5\x84\x1d\x4b\x65\x7e\xdc\xf7\xdb\x36\x7d\xbe" 70 "\x31\xf3\x1c\xc7\x4b\xe6\x93\xcd\x42\xa2\xe4\x68\x10\x47\x9d\xfc" 91 "\x7b\x2e\x4b\x46\x57\xb8\x29\x24\xb2\xfd\xee\x2c\x0d\xa4\x83\xfa" 140 "\x4b\x46\x11\xf3\xfa\x50\x8e\x19\x89\xa2\x4c\xda\x4c\x89\x01\x11" 154 "\x12\x7c\x49\x87\xfb\xf7\xed\xdd\x95\x71\xec\x4b\x1a\x85\x08\xb0" 198 if (ret < 0) in fips_signature_selftest() 201 for (i = 0; i < ARRAY_SIZE(certs_tests); i++) { in fips_signature_selftest() 212 if (ret < 0) in fips_signature_selftest() [all …]
|
/Linux-v6.1/drivers/media/pci/saa7134/ |
D | saa7134-dvb.c | 64 MODULE_PARM_DESC(use_frontend,"for cards with multiple frontends (0: terrestrial, 1: satellite)"); 79 return 0; in pinnacle_antenna_pwr() 101 static u8 clock_config [] = { CLOCK_CTL, 0x3d, 0x28 }; in mt352_pinnacle_init() 102 static u8 reset [] = { RESET, 0x80 }; in mt352_pinnacle_init() 103 static u8 adc_ctl_1_cfg [] = { ADC_CTL_1, 0x40 }; in mt352_pinnacle_init() 104 static u8 agc_cfg [] = { AGC_TARGET, 0x28, 0xa0 }; in mt352_pinnacle_init() 105 static u8 capt_range_cfg[] = { CAPT_RANGE, 0x31 }; in mt352_pinnacle_init() 106 static u8 fsm_ctl_cfg[] = { 0x7b, 0x04 }; in mt352_pinnacle_init() 107 static u8 gpp_ctl_cfg [] = { GPP_CTL, 0x0f }; in mt352_pinnacle_init() 108 static u8 scan_ctl_cfg [] = { SCAN_CTL, 0x0d }; in mt352_pinnacle_init() [all …]
|
/Linux-v6.1/drivers/gpu/drm/tiny/ |
D | hx8357d.c | 29 #define HX8357D_SETOSC 0xb0 30 #define HX8357D_SETPOWER 0xb1 31 #define HX8357D_SETRGB 0xb3 32 #define HX8357D_SETCYC 0xb3 33 #define HX8357D_SETCOM 0xb6 34 #define HX8357D_SETEXTC 0xb9 35 #define HX8357D_SETSTBA 0xc0 36 #define HX8357D_SETPANEL 0xcc 37 #define HX8357D_SETGAMMA 0xe0 39 #define HX8357D_MADCTL_MY 0x80 [all …]
|
/Linux-v6.1/tools/perf/pmu-events/arch/x86/amdzen1/ |
D | memory.json | 4 "EventCode": "0x25", 6 "UMask": "0x01" 10 "EventCode": "0x29", 12 "UMask": "0x04" 16 "EventCode": "0x29", 18 "UMask": "0x02" 22 "EventCode": "0x29", 24 "UMask": "0x01" 28 "EventCode": "0x35", 33 "EventCode": "0x40", [all …]
|
/Linux-v6.1/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
D | ctxnv40.c | 31 * - On context save, NVIDIA set 0x400314 bit 0 to 1 if the "3D state" 35 * opcode 0x60000d is called before resuming normal operation. 37 * checks: ((nsource & 0x0857) || (0x400718 & 0x0100) || (intr & 0x0001)) 38 * and calls 0x60000d before resuming normal operation. 40 * and if true 0x800001 is called with count=0, pos=0, the flag is cleared 44 * flag 10. If it's set, they only transfer the small 0x300 byte block 50 * - There's a number of places where context offset 0 (where we place 51 * the PRAMIN offset of the context) is loaded into either 0x408000, 52 * 0x408004 or 0x408008. Not sure what's up there either. 53 * - The ctxprogs for some cards save 0x400a00 again during the cleanup [all …]
|
/Linux-v6.1/Documentation/hwmon/ |
D | tmp464.rst | 12 Addresses scanned: I2C 0x48, 0x49, 0x4a and 0x4b 20 Addresses scanned: I2C 0x48, 0x49, 0x4a and 0x4b
|
D | w83793.rst | 10 Addresses scanned: I2C 0x2c - 0x2f 23 (default 0) 30 a certain chip. Typical usage is `force_subclients=0,0x2f,0x4a,0x4b` 31 to force the subclients of chip 0x2f on bus 0 to i2c addresses 32 0x4a and 0x4b. 77 sure bit 0 is cleared in the 6 values. And then set the pwm1 value to 102 by writing 0 to the sysfs file "intrusion0_alarm".
|
/Linux-v6.1/Documentation/devicetree/bindings/hwmon/ |
D | ti,tmp464.yaml | 30 const: 0 39 "^channel@([0-8])$": 47 The channel number. 0 is local channel, 1-8 are remote channels. 49 minimum: 0 73 #size-cells = <0>; 77 reg = <0x4b>; 83 #size-cells = <0>; 87 reg = <0x4b>; 89 #size-cells = <0>; 91 channel@0 { [all …]
|
/Linux-v6.1/tools/perf/pmu-events/arch/x86/amdzen2/ |
D | memory.json | 4 "EventCode": "0x24", 7 "UMask": "0x02" 11 "EventCode": "0x25", 13 "UMask": "0x08" 17 "EventCode": "0x25", 19 "UMask": "0x04" 23 "EventCode": "0x25", 25 "UMask": "0x02" 29 "EventCode": "0x25", 31 "UMask": "0x01" [all …]
|
/Linux-v6.1/lib/crypto/ |
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 …]
|
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 …]
|
/Linux-v6.1/drivers/media/i2c/ |
D | imx355.c | 14 #define IMX355_REG_MODE_SELECT 0x0100 15 #define IMX355_MODE_STANDBY 0x00 16 #define IMX355_MODE_STREAMING 0x01 19 #define IMX355_REG_CHIP_ID 0x0016 20 #define IMX355_CHIP_ID 0x0355 23 #define IMX355_REG_FLL 0x0340 24 #define IMX355_FLL_MAX 0xffff 27 #define IMX355_REG_EXPOSURE 0x0202 30 #define IMX355_EXPOSURE_DEFAULT 0x0282 33 #define IMX355_REG_ANALOG_GAIN 0x0204 [all …]
|
/Linux-v6.1/tools/perf/pmu-events/arch/x86/amdzen3/ |
D | memory.json | 4 "EventCode": "0x24", 7 "UMask": "0x02" 11 "EventCode": "0x25", 13 "UMask": "0x08" 17 "EventCode": "0x25", 19 "UMask": "0x04" 23 "EventCode": "0x25", 25 "UMask": "0x02" 29 "EventCode": "0x25", 31 "UMask": "0x01" [all …]
|
/Linux-v6.1/block/partitions/ |
D | efi.h | 22 #define MSDOS_MBR_SIGNATURE 0xaa55 23 #define EFI_PMBR_OSTYPE_EFI 0xEF 24 #define EFI_PMBR_OSTYPE_EFI_GPT 0xEE 29 #define GPT_HEADER_SIGNATURE 0x5452415020494645ULL 30 #define GPT_HEADER_REVISION_V1 0x00010000 34 EFI_GUID( 0xC12A7328, 0xF81F, 0x11d2, \ 35 0xBA, 0x4B, 0x00, 0xA0, 0xC9, 0x3E, 0xC9, 0x3B) 37 EFI_GUID( 0x024DEE41, 0x33E7, 0x11d3, \ 38 0x9D, 0x69, 0x00, 0x08, 0xC7, 0x81, 0xF3, 0x9F) 40 EFI_GUID( 0xE3C9E316, 0x0B5C, 0x4DB8, \ [all …]
|
/Linux-v6.1/lib/ |
D | crc32test.c | 15 * There are various incantations of crc32(). Some use a seed of 0 or ~0. 16 * Some xor at the end with ~0. The generic crc32() function takes 19 * drivers/net/smc9194.c uses seed ~0, doesn't xor with ~0. 20 * fs/jffs2 uses seed 0, doesn't xor with ~0. 21 * fs/partitions/efi.c uses seed ~0, xor's with ~0. 36 0x5b, 0x85, 0x21, 0xcb, 0x09, 0x68, 0x7d, 0x30, 37 0xc7, 0x69, 0xd7, 0x30, 0x92, 0xde, 0x59, 0xe4, 38 0xc9, 0x6e, 0x8b, 0xdb, 0x98, 0x6b, 0xaa, 0x60, 39 0xa8, 0xb5, 0xbc, 0x6c, 0xa9, 0xb1, 0x5b, 0x2c, 40 0xea, 0xb4, 0x92, 0x6a, 0x3f, 0x79, 0x91, 0xe4, [all …]
|
/Linux-v6.1/drivers/media/dvb-frontends/ |
D | m88ds3103_priv.h | 23 #define M88RS6000_CHIP_ID 0x74 24 #define M88DS3103_CHIP_ID 0x70 26 #define M88DS3103_CHIPTYPE_3103 0 60 {0x23, 0x07}, 61 {0x08, 0x03}, 62 {0x0c, 0x02}, 63 {0x21, 0x54}, 64 {0x25, 0x8a}, 65 {0x27, 0x31}, 66 {0x30, 0x08}, [all …]
|
/Linux-v6.1/drivers/media/v4l2-core/ |
D | v4l2-i2c.c | 76 if (info->addr == 0 && probe_addrs) in v4l2_i2c_new_subdev_board() 131 memset(&info, 0, sizeof(info)); in v4l2_i2c_new_subdev() 157 0x10, in v4l2_i2c_tuner_addrs() 159 0x60, in v4l2_i2c_tuner_addrs() 163 0x42, 0x43, 0x4a, 0x4b, in v4l2_i2c_tuner_addrs() 167 0x42, 0x43, 0x4a, 0x4b, /* tda8290 */ in v4l2_i2c_tuner_addrs() 168 0x60, 0x61, 0x62, 0x63, 0x64, in v4l2_i2c_tuner_addrs()
|
/Linux-v6.1/drivers/gpu/drm/bridge/adv7511/ |
D | adv7511.h | 21 #define ADV7511_REG_CHIP_REVISION 0x00 22 #define ADV7511_REG_N0 0x01 23 #define ADV7511_REG_N1 0x02 24 #define ADV7511_REG_N2 0x03 25 #define ADV7511_REG_SPDIF_FREQ 0x04 26 #define ADV7511_REG_CTS_AUTOMATIC1 0x05 27 #define ADV7511_REG_CTS_AUTOMATIC2 0x06 28 #define ADV7511_REG_CTS_MANUAL0 0x07 29 #define ADV7511_REG_CTS_MANUAL1 0x08 30 #define ADV7511_REG_CTS_MANUAL2 0x09 [all …]
|
/Linux-v6.1/drivers/gpu/drm/panel/ |
D | panel-feixin-k101-im2ba02.c | 43 /* Switch to page 0 */ 44 { .data = { 0xE0, 0x00 } }, 47 { .data = { 0xE1, 0x93} }, 48 { .data = { 0xE2, 0x65 } }, 49 { .data = { 0xE3, 0xF8 } }, 51 /* Lane number, 0x02 - 3 lanes, 0x03 - 4 lanes */ 52 { .data = { 0x80, 0x03 } }, 55 { .data = { 0x70, 0x02 } }, 56 { .data = { 0x71, 0x23 } }, 57 { .data = { 0x72, 0x06 } }, [all …]
|
/Linux-v6.1/drivers/net/wireless/broadcom/b43/ |
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-v6.1/drivers/gpu/drm/tegra/ |
D | gr2d.h | 9 #define GR2D_UA_BASE_ADDR 0x1a 10 #define GR2D_VA_BASE_ADDR 0x1b 11 #define GR2D_PAT_BASE_ADDR 0x26 12 #define GR2D_DSTA_BASE_ADDR 0x2b 13 #define GR2D_DSTB_BASE_ADDR 0x2c 14 #define GR2D_DSTC_BASE_ADDR 0x2d 15 #define GR2D_SRCA_BASE_ADDR 0x31 16 #define GR2D_SRCB_BASE_ADDR 0x32 17 #define GR2D_PATBASE_ADDR 0x47 18 #define GR2D_SRC_BASE_ADDR_SB 0x48 [all …]
|