/linux-6.12.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-6.12.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-6.12.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-6.12.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() 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 …]
|
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" 131 return 0; in crypto_kdf108_init() 133 ret = kdf_test(&kdf_ctr_hmac_sha256_tv_template[0], "hmac(sha256)", in crypto_kdf108_init()
|
/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 …]
|
D | panel-boe-himax8279d.c | 59 gpiod_set_value(pinfo->enable_gpio, 0); in disable_gpios() 60 gpiod_set_value(pinfo->pp33_gpio, 0); in disable_gpios() 61 gpiod_set_value(pinfo->pp18_gpio, 0); in disable_gpios() 67 unsigned int i = 0; in send_mipi_cmds() 70 for (i = 0; i < pinfo->desc->on_cmds_num; i++) { in send_mipi_cmds() 74 if (err < 0) in send_mipi_cmds() 78 return 0; in send_mipi_cmds() 87 if (err < 0) { in boe_panel_disable() 92 return 0; in boe_panel_disable() 101 if (err < 0) in boe_panel_unprepare() [all …]
|
D | panel-leadtek-ltk050h3146w.c | 42 { 0x22, 0x0A }, /* BGR SS GS */ 43 { 0x31, 0x00 }, /* column inversion */ 44 { 0x53, 0xA2 }, /* VCOM1 */ 45 { 0x55, 0xA2 }, /* VCOM2 */ 46 { 0x50, 0x81 }, /* VREG1OUT=5V */ 47 { 0x51, 0x85 }, /* VREG2OUT=-5V */ 48 { 0x62, 0x0D }, /* EQT Time setting */ 53 { 0xA0, 0x00 }, 54 { 0xA1, 0x1A }, 55 { 0xA2, 0x28 }, [all …]
|
/linux-6.12.1/drivers/hid/ |
D | hid-uclogic-core-test.c | 22 .event = { 0xA1, 0xB2, 0xC3, 0xD4 }, 26 .event = { 0x1F, 0x2E, 0x3D, 0x4C, 0x5B, 0x6A }, 33 .event = { 0xA1, 0xB2, 0xC3, 0xD4 }, 38 .event = { 0x1F, 0x2E, 0x3D, 0x4C, 0x5B, 0x6A }, 43 .event = { 0xA1, 0xB2, 0xC3 }, 48 .event = { 0xA1, 0xB2, 0xC3, 0xD4, 0x00 }, 53 .event = { 0x2E, 0x3D, 0x4C, 0x5B, 0x6A, 0x1F }, 66 struct uclogic_params p = {0, }; in hid_test_uclogic_exec_event_hook_test() 76 for (n = 0; n < ARRAY_SIZE(hook_events); n++) { in hid_test_uclogic_exec_event_hook_test() 83 memcpy(filter->event, &hook_events[n].event[0], filter->size); in hid_test_uclogic_exec_event_hook_test() [all …]
|
/linux-6.12.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-6.12.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-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/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-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/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-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() 216 "\xf3\x28\xc2\xb9\x71\xb2\xfe\x78" 218 "\xf5\x3a\x67\xb2\x12\x57\xbd\xdf"; 235 "\x21\xd5\x14\xb2\x54\x66\x93\x1c" 257 "\x21\xd5\x14\xb2\x54\x66\x93\x1c" 265 "\xcd\x33\xb2\x8a\xc7\x73\xf7\x4b" 377 "\xcf\x59\x74\x1f\xb2\x85\xb4\x07" [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 | 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-6.12.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-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/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-6.12.1/sound/isa/es1688/ |
D | es1688_lib.c | 29 if ((inb(ES1688P(chip, STATUS)) & 0x80) == 0) { in snd_es1688_dsp_command() 33 dev_dbg(chip->card->dev, "%s: timeout (0x%x)\n", __func__, val); in snd_es1688_dsp_command() 34 return 0; in snd_es1688_dsp_command() 42 if (inb(ES1688P(chip, DATA_AVAIL)) & 0x80) in snd_es1688_dsp_get_byte() 44 dev_dbg(chip->card->dev, "es1688 get byte failed: 0x%lx = 0x%x!!!\n", in snd_es1688_dsp_get_byte() 53 return 0; in snd_es1688_write() 60 if (!snd_es1688_dsp_command(chip, 0xc0)) in snd_es1688_read() 93 outb(0, ES1688P(chip, RESET)); in snd_es1688_reset() 95 for (i = 0; i < 1000 && !(inb(ES1688P(chip, DATA_AVAIL)) & 0x80); i++); in snd_es1688_reset() 96 if (inb(ES1688P(chip, READ)) != 0xaa) { in snd_es1688_reset() [all …]
|
/linux-6.12.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 …]
|