/Linux-v6.1/arch/s390/include/uapi/asm/ |
D | sie.h | 6 { 0x10, "DIAG (0x10) release pages" }, \ 7 { 0x44, "DIAG (0x44) time slice end" }, \ 8 { 0x9c, "DIAG (0x9c) time slice end directed" }, \ 9 { 0x204, "DIAG (0x204) logical-cpu utilization" }, \ 10 { 0x258, "DIAG (0x258) page-reference services" }, \ 11 { 0x288, "DIAG (0x288) watchdog functions" }, \ 12 { 0x308, "DIAG (0x308) ipl functions" }, \ 13 { 0x500, "DIAG (0x500) KVM virtio functions" }, \ 14 { 0x501, "DIAG (0x501) KVM breakpoint" } 17 { 0x01, "SIGP sense" }, \ [all …]
|
/Linux-v6.1/tools/arch/s390/include/uapi/asm/ |
D | sie.h | 6 { 0x10, "DIAG (0x10) release pages" }, \ 7 { 0x44, "DIAG (0x44) time slice end" }, \ 8 { 0x9c, "DIAG (0x9c) time slice end directed" }, \ 9 { 0x204, "DIAG (0x204) logical-cpu utilization" }, \ 10 { 0x258, "DIAG (0x258) page-reference services" }, \ 11 { 0x288, "DIAG (0x288) watchdog functions" }, \ 12 { 0x308, "DIAG (0x308) ipl functions" }, \ 13 { 0x500, "DIAG (0x500) KVM virtio functions" }, \ 14 { 0x501, "DIAG (0x501) KVM breakpoint" } 17 { 0x01, "SIGP sense" }, \ [all …]
|
/Linux-v6.1/arch/s390/crypto/ |
D | chacha-s390.S | 20 .long 0x61707865,0x3320646e,0x79622d32,0x6b206574 # endian-neutral 21 .long 1,0,0,0 22 .long 2,0,0,0 23 .long 3,0,0,0 24 .long 0x03020100,0x07060504,0x0b0a0908,0x0f0e0d0c # byte swap 26 .long 0,1,2,3 27 .long 0x61707865,0x61707865,0x61707865,0x61707865 # smashed sigma 28 .long 0x3320646e,0x3320646e,0x3320646e,0x3320646e 29 .long 0x79622d32,0x79622d32,0x79622d32,0x79622d32 30 .long 0x6b206574,0x6b206574,0x6b206574,0x6b206574 [all …]
|
/Linux-v6.1/crypto/ |
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 …]
|
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 219 "\xA9\x43\xE1\x1D\x10\xB2\x4D\x24\x9F\x2D\xEA\xFE\xF8\x0C\x18\x26", 239 "\x84\xEE\x6A\x64\x9D\x06\x09\x53\x74\x88\x34\xB2\x45\x45\x98\x39" 247 "\xB2\x94\x10\xB3\xC7\x99\x8D\x6B\xC4\x65\x74\x5E\x5C\x39\x26\x69" 286 "\xed\xa3\x6b\xc9\x29\xee\xb2\x2c\x80\xc3\x39\x3b\x8c\x62\x45\x72" 303 "\xC6\x67\xFF\x1D\x1E\x3C\x1D\xC1\xB5\x5F\x6C\xC0\xB2\x07\x3A\x6D" 320 "\x93\x6C\xCC\x9D\xC1\xB2\xFB\xFD\xAE\x40\x31\xAC\x69\x52\x21\x92" 372 "\x13\xA3\x0C\xB2\xAD\xEC\x6C\x0F\x8D\x27\x12\x7B\x48\xB2\xDB\x31" 386 "\xb2\x97\x76\xb4\xae\x3e\x38\x3c\x7e\x64\x1f\xcc\xa2\x7f\xf6\xbe" [all …]
|
D | kdf_sp800108.c | 25 int err = 0; in crypto_kdf108_ctr_generate() 39 for (i = 0; i < info_nvec; i++) { in crypto_kdf108_ctr_generate() 103 "\x13\x85\x33\xce\x92\xb2\x72\xfb" 108 .ikmlen = 0, 114 "\x64\xa1\x45\xfa\xb2\x5e\x51\x7b" 128 int ret = kdf_test(&kdf_ctr_hmac_sha256_tv_template[0], "hmac(sha256)", in crypto_kdf108_init()
|
/Linux-v6.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 …]
|
D | panel-boe-himax8279d.c | 63 gpiod_set_value(pinfo->enable_gpio, 0); in disable_gpios() 64 gpiod_set_value(pinfo->pp33_gpio, 0); in disable_gpios() 65 gpiod_set_value(pinfo->pp18_gpio, 0); in disable_gpios() 71 unsigned int i = 0; in send_mipi_cmds() 74 for (i = 0; i < pinfo->desc->on_cmds_num; i++) { in send_mipi_cmds() 78 if (err < 0) in send_mipi_cmds() 82 return 0; in send_mipi_cmds() 91 return 0; in boe_panel_disable() 94 if (err < 0) { in boe_panel_disable() 101 return 0; in boe_panel_disable() [all …]
|
/Linux-v6.1/crypto/asymmetric_keys/ |
D | selftest.c | 39 "\x00\xcc\xac\x49\xdd\x3b\xca\xb0\x15\x7e\x84\x6a\xb2\x0a\x69\x5f" 42 "\x7b\x4d\xb5\x95\x58\xb2\x52\x2e\xc6\x24\x4b\x71\x63\x80\x32\x77" 48 "\x43\xfd\x24\xb2\x49\x3c\xa5\xf7\x7a\x7c\xd4\x45\x3d\x97\x75\x68" 62 "\x72\xbc\x0f\x41\x2f\x07\x82\xc6\xe3\xb2\x13\x91\xc4\x6d\x14\x95" 90 "\x63\x58\x2a\xb3\xc6\xb2\x76\xe2\x3c\x82\x59\x04\xae\x5a\xc4\x99" 91 "\x7b\x2e\x4b\x46\x57\xb8\x29\x24\xb2\xfd\xee\x2c\x0d\xa4\x83\xfa" 93 "\xb6\x6c\x76\x65\xb5\xb2\x62\xda\x8b\xe9\x73\xe3\xdb\x33\xdd\x13" 141 "\x89\xee\xd3\xc8\xc1\xe7\xa7\xf6\xb2\xa2\xf8\x65\xb8\x35\x20\x33" 144 "\x23\x99\xcf\x7d\x20\xb2\x39\x01\xc0\x12\xce\xd7\x5d\x2f\xb6\xab" 146 "\x88\xe0\xa4\xe2\xcd\x73\x2b\x9e\xb2\x05\x7e\x12\xf8\xd0\x66\x41" [all …]
|
/Linux-v6.1/drivers/media/dvb-frontends/ |
D | m88rs2000.c | 45 } while (0) 47 #define deb_info(args...) dprintk(0x01, args) 58 .flags = 0, in m88rs2000_writereg() 66 deb_info("%s: writereg error (reg == 0x%02x, val == 0x%02x, ret == %i)\n", in m88rs2000_writereg() 69 return (ret != 1) ? -EREMOTEIO : 0; in m88rs2000_writereg() 76 u8 b1[] = { 0 }; in m88rs2000_readreg() 81 .flags = 0, in m88rs2000_readreg() 95 deb_info("%s: readreg error (reg == 0x%02x, ret == %i)\n", in m88rs2000_readreg() 98 return b1[0]; in m88rs2000_readreg() 106 /* Must not be 0x00 or 0xff */ in m88rs2000_get_mclk() [all …]
|
/Linux-v6.1/drivers/media/usb/dvb-usb/ |
D | vp702x.h | 9 #define deb_info(args...) dprintk(dvb_usb_vp702x_debug,0x01,args) 10 #define deb_xfer(args...) dprintk(dvb_usb_vp702x_debug,0x02,args) 11 #define deb_rc(args...) dprintk(dvb_usb_vp702x_debug,0x04,args) 12 #define deb_fe(args...) dprintk(dvb_usb_vp702x_debug,0x08,args) 17 #define REQUEST_OUT 0xB2 18 #define REQUEST_IN 0xB3 20 /* the out-buffer of these consecutive operations contain sub-commands when b[0] = 0 21 * request: 0xB2; i: 0; v: 0; b[0] = 0, b[1] = subcmd, additional buffer 23 * request: 0xB3; i: 0; v: 0; b[0] = 0xB3, additional buffer */ 25 #define GET_TUNER_STATUS 0x05 [all …]
|
/Linux-v6.1/drivers/video/backlight/ |
D | apple_bl.c | 52 outb(0x04 | (intensity << 4), 0xb3); in intel_chipset_set_brightness() 53 outb(0xbf, 0xb2); in intel_chipset_set_brightness() 64 return 0; in intel_chipset_send_intensity() 71 outb(0x03, 0xb3); in intel_chipset_get_intensity() 72 outb(0xbf, 0xb2); in intel_chipset_get_intensity() 73 intensity = inb(0xb3) >> 4; in intel_chipset_get_intensity() 82 .iostart = 0xb2, 97 outb(0x04 | (intensity << 4), 0x52f); in nvidia_chipset_set_brightness() 98 outb(0xbf, 0x52e); in nvidia_chipset_set_brightness() 109 return 0; in nvidia_chipset_send_intensity() [all …]
|
/Linux-v6.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-v6.1/Documentation/devicetree/bindings/powerpc/fsl/ |
D | mpic-msgr.txt | 38 Numbers shall start at 0. 49 reg = <0x41400 0x200>; 50 // Message registers 0 and 2 in this block can receive interrupts on 51 // sources 0xb0 and 0xb2, respectively. 52 interrupts = <0xb0 2 0xb2 2>; 53 mpic-msgr-receive-mask = <0x5>; 58 reg = <0x42400 0x200>; 59 // Message registers 0 and 2 in this block can receive interrupts on 60 // sources 0xb4 and 0xb6, respectively. 61 interrupts = <0xb4 2 0xb6 2>; [all …]
|
/Linux-v6.1/drivers/scsi/aic7xxx/ |
D | aic79xx_seq.h_shipped | 9 0xff, 0x02, 0x06, 0x78, 10 0x00, 0xea, 0x6e, 0x59, 11 0x01, 0xea, 0x04, 0x30, 12 0xff, 0x04, 0x0c, 0x78, 13 0x19, 0xea, 0x6e, 0x59, 14 0x19, 0xea, 0x04, 0x00, 15 0x33, 0xea, 0x68, 0x59, 16 0x33, 0xea, 0x00, 0x00, 17 0x60, 0x3a, 0x3a, 0x68, 18 0x04, 0x4d, 0x35, 0x78, [all …]
|
/Linux-v6.1/lib/crypto/ |
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 | curve25519-selftest.c | 16 .private = { 0x77, 0x07, 0x6d, 0x0a, 0x73, 0x18, 0xa5, 0x7d, 17 0x3c, 0x16, 0xc1, 0x72, 0x51, 0xb2, 0x66, 0x45, 18 0xdf, 0x4c, 0x2f, 0x87, 0xeb, 0xc0, 0x99, 0x2a, 19 0xb1, 0x77, 0xfb, 0xa5, 0x1d, 0xb9, 0x2c, 0x2a }, 20 .public = { 0xde, 0x9e, 0xdb, 0x7d, 0x7b, 0x7d, 0xc1, 0xb4, 21 0xd3, 0x5b, 0x61, 0xc2, 0xec, 0xe4, 0x35, 0x37, 22 0x3f, 0x83, 0x43, 0xc8, 0x5b, 0x78, 0x67, 0x4d, 23 0xad, 0xfc, 0x7e, 0x14, 0x6f, 0x88, 0x2b, 0x4f }, 24 .result = { 0x4a, 0x5d, 0x9d, 0x5b, 0xa4, 0xce, 0x2d, 0xe1, 25 0x72, 0x8e, 0x3b, 0xf4, 0x80, 0x35, 0x0f, 0x25, [all …]
|
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-v6.1/drivers/media/usb/gspca/ |
D | topro.c | 22 0xff, 0xd8, /* jpeg */ 25 0xff, 0xdb, 0x00, 0x84, /* DQT */ 26 0, 28 0x10, 0x0b, 0x0c, 0x0e, 0x0c, 0x0a, 0x10, 0x0e, 29 0x0d, 0x0e, 0x12, 0x11, 0x10, 0x13, 0x18, 0x28, 30 0x1a, 0x18, 0x16, 0x16, 0x18, 0x31, 0x23, 0x25, 31 0x1d, 0x28, 0x3a, 0x33, 0x3d, 0x3c, 0x39, 0x33, 32 0x38, 0x37, 0x40, 0x48, 0x5c, 0x4e, 0x40, 0x44, 33 0x57, 0x45, 0x37, 0x38, 0x50, 0x6d, 0x51, 0x57, 34 0x5f, 0x62, 0x67, 0x68, 0x67, 0x3e, 0x4d, 0x71, [all …]
|
/Linux-v6.1/sound/isa/es1688/ |
D | es1688_lib.c | 29 if ((inb(ES1688P(chip, STATUS)) & 0x80) == 0) { in snd_es1688_dsp_command() 34 printk(KERN_DEBUG "snd_es1688_dsp_command: timeout (0x%x)\n", val); in snd_es1688_dsp_command() 36 return 0; in snd_es1688_dsp_command() 44 if (inb(ES1688P(chip, DATA_AVAIL)) & 0x80) in snd_es1688_dsp_get_byte() 46 …snd_printd("es1688 get byte failed: 0x%lx = 0x%x!!!\n", ES1688P(chip, DATA_AVAIL), inb(ES1688P(chi… in snd_es1688_dsp_get_byte() 54 return 0; in snd_es1688_write() 61 if (!snd_es1688_dsp_command(chip, 0xc0)) in snd_es1688_read() 94 outb(0, ES1688P(chip, RESET)); in snd_es1688_reset() 96 for (i = 0; i < 1000 && !(inb(ES1688P(chip, DATA_AVAIL)) & 0x80); i++); in snd_es1688_reset() 97 if (inb(ES1688P(chip, READ)) != 0xaa) { in snd_es1688_reset() [all …]
|
/Linux-v6.1/tools/perf/pmu-events/arch/x86/skylakex/ |
D | uncore-memory.json | 4 "Counter": "0,1,2,3", 5 "EventCode": "0x1", 8 "UMask": "0x2", 13 "Counter": "0,1,2,3", 14 "EventCode": "0x4", 17 "UMask": "0x1", 22 "Counter": "0,1,2,3", 23 "EventCode": "0x4", 26 "UMask": "0x2", 31 "Counter": "0,1,2,3", [all …]
|
/Linux-v6.1/drivers/hid/ |
D | hid-uclogic-params-test.c | 29 .str_desc_size = 0, 35 .res = 0, 37 0x0E, 0x03, 38 0x70, 0xB2, 39 0x10, 0x77, 40 0x08, 41 0x00, 42 0xFF, 0x1F, 43 0x00, 0x00, 47 [UCLOGIC_RDESC_PEN_PH_ID_X_LM] = 0xB270, [all …]
|
/Linux-v6.1/lib/ |
D | crc7.c | 18 0x00, 0x12, 0x24, 0x36, 0x48, 0x5a, 0x6c, 0x7e, 19 0x90, 0x82, 0xb4, 0xa6, 0xd8, 0xca, 0xfc, 0xee, 20 0x32, 0x20, 0x16, 0x04, 0x7a, 0x68, 0x5e, 0x4c, 21 0xa2, 0xb0, 0x86, 0x94, 0xea, 0xf8, 0xce, 0xdc, 22 0x64, 0x76, 0x40, 0x52, 0x2c, 0x3e, 0x08, 0x1a, 23 0xf4, 0xe6, 0xd0, 0xc2, 0xbc, 0xae, 0x98, 0x8a, 24 0x56, 0x44, 0x72, 0x60, 0x1e, 0x0c, 0x3a, 0x28, 25 0xc6, 0xd4, 0xe2, 0xf0, 0x8e, 0x9c, 0xaa, 0xb8, 26 0xc8, 0xda, 0xec, 0xfe, 0x80, 0x92, 0xa4, 0xb6, 27 0x58, 0x4a, 0x7c, 0x6e, 0x10, 0x02, 0x34, 0x26, [all …]
|
/Linux-v6.1/drivers/media/usb/dvb-usb-v2/ |
D | lmedm04.h | 39 #define LME_ST_ON_W {0x06, 0x00} 40 #define LME_CLEAR_PID {0x03, 0x02, 0x20, 0xa0} 41 #define LME_ZERO_PID {0x03, 0x06, 0x00, 0x00, 0x01, 0x00, 0x20, 0x9c} 42 #define LME_ALL_PIDS {0x03, 0x06, 0x00, 0xff, 0x01, 0x1f, 0x20, 0x81} 54 #define LME_VOLTAGE_L {0x07, 0x01, 0x00} 55 #define LME_VOLTAGE_H {0x07, 0x01, 0x01} 56 #define LNB_ON {0x3a, 0x01, 0x00} 57 #define LNB_OFF {0x3a, 0x01, 0x01} 61 0x01, 0x15, 62 0x02, 0x20, [all …]
|
/Linux-v6.1/arch/s390/lib/ |
D | probes.c | 16 switch (insn[0] >> 8) { in probe_is_prohibited_opcode() 17 case 0x0c: /* bassm */ in probe_is_prohibited_opcode() 18 case 0x0b: /* bsm */ in probe_is_prohibited_opcode() 19 case 0x83: /* diag */ in probe_is_prohibited_opcode() 20 case 0x44: /* ex */ in probe_is_prohibited_opcode() 21 case 0xac: /* stnsm */ in probe_is_prohibited_opcode() 22 case 0xad: /* stosm */ in probe_is_prohibited_opcode() 24 case 0xc6: in probe_is_prohibited_opcode() 25 switch (insn[0] & 0x0f) { in probe_is_prohibited_opcode() 26 case 0x00: /* exrl */ in probe_is_prohibited_opcode() [all …]
|