/linux-6.12.1/arch/m68k/68000/ |
D | screen.h | 6 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 7 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 8 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 9 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 10 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 11 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 12 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 13 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 14 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 15 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, [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 192 "\x90\xEF\xA0\x0D\xF3\x77\x4A\x25\x9F\x2E\x62\xB4\xC5\xD9\x9C\xB5" 194 "\x9C\xE6\x16\xCE\x62\x4A\x11\xE0\x08\x6D\x34\x1E\xBC\xAC\xA0\xA1" 201 "\xDF\x8E\x8A\xE5\x9D\x73\x3D\x9F\x33\xB3\x01\x62\x4A\xFD\x1D\x51" 289 "\x59\x89\xaf\xf0\xba\x44\xd7\xf1\x1a\x50\x72\xef\x5e\x4a\xb6\xb7" 337 "\x77\xE7\x11\x21\xCD\x4A\xF8\xA4\x3F\x0F\xEF\x31\xE3\xF3\x55\xA0" 341 "\xD7\xFB\x99\xF5\x4A\xA5\x21\x1F\x2B\xEA\x93\xE8\x98\x26\xC4\x6E" 353 "\x73\x87\x95\x05\x07\xBE\x45\x07\x17\x7E\x4A\x69\x22\xF3\xDB\x05" 367 "\x49\x69\x9A\x82\xCC\x79\x4A\x43\xEB\x4D\x8B\x2D\xF2\x43\xD5\xA5" [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/Documentation/devicetree/bindings/iio/light/ |
D | maxim,max44009.yaml | 18 description: Default address is 0x4a 35 #size-cells = <0>; 39 reg = <0x4a>;
|
/linux-6.12.1/include/linux/mfd/ |
D | max14577-private.h | 16 #define I2C_ADDR_PMIC (0x46 >> 1) 17 #define I2C_ADDR_MUIC (0x4A >> 1) 18 #define I2C_ADDR_FG (0x6C >> 1) 21 MAXIM_DEVICE_TYPE_UNKNOWN = 0, 28 /* Slave addr = 0x4A: MUIC and Charger */ 30 MAX14577_REG_DEVICEID = 0x00, 31 MAX14577_REG_INT1 = 0x01, 32 MAX14577_REG_INT2 = 0x02, 33 MAX14577_REG_INT3 = 0x03, 34 MAX14577_REG_STATUS1 = 0x04, [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() 290 "\xac\x61\x9d\x18\xc8\x4a\x3f\x47" 294 "\xb1\x18\x02\x4d\xb8\x67\x4a\x14"; 366 "\xac\x61\x9d\x18\xc8\x4a\x3f\x47" 420 "\xae\x4a\x50\x73\x1f\x66\x1c\x5c" 432 "\xa8\x5a\x4a\x9e\xcb\x03\xe7\x2a" 441 "\xf9\x53\x4a\xbf\x31\xce\x57\x15" [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-6.12.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-6.12.1/arch/arm64/boot/dts/xilinx/ |
D | zynqmp-zc1232-revA.dts | 30 memory@0 { 32 reg = <0x0 0x0 0x0 0x80000000>; 42 flash@0 { 46 reg = <0x0>; 56 ceva,p0-cominit-params = /bits/ 8 <0x18 0x40 0x18 0x28>; 57 ceva,p0-comwake-params = /bits/ 8 <0x06 0x14 0x08 0x0E>; 58 ceva,p0-burst-params = /bits/ 8 <0x13 0x08 0x4A 0x06>; 59 ceva,p0-retry-params = /bits/ 16 <0x96A4 0x3FFC>; 60 ceva,p1-cominit-params = /bits/ 8 <0x18 0x40 0x18 0x28>; 61 ceva,p1-comwake-params = /bits/ 8 <0x06 0x14 0x08 0x0E>; [all …]
|
D | zynqmp-zc1751-xm017-dc3.dts | 37 memory@0 { 39 reg = <0x0 0x0 0x0 0x80000000>, <0x8 0x00000000 0x0 0x80000000>; 44 #clock-cells = <0>; 50 #clock-cells = <0>; 93 #size-cells = <0>; 94 phy0: ethernet-phy@0 { /* VSC8211 */ 95 reg = <0>; 111 reg = <0x20>; 119 reg = <0x68>; 150 ceva,p0-cominit-params = /bits/ 8 <0x1B 0x4D 0x18 0x28>; [all …]
|
/linux-6.12.1/drivers/gpu/drm/panel/ |
D | panel-samsung-db7430.c | 24 #define DB7430_ACCESS_PROT_OFF 0xb0 25 #define DB7430_UNKNOWN_B4 0xb4 26 #define DB7430_USER_SELECT 0xb5 27 #define DB7430_UNKNOWN_B7 0xb7 28 #define DB7430_UNKNOWN_B8 0xb8 29 #define DB7430_PANEL_DRIVING 0xc0 30 #define DB7430_SOURCE_CONTROL 0xc1 31 #define DB7430_GATE_INTERFACE 0xc4 32 #define DB7430_DISPLAY_H_TIMING 0xc5 33 #define DB7430_RGB_SYNC_OPTION 0xc6 [all …]
|
D | panel-leadtek-ltk500hd1829.c | 47 { 0xE0, 0x00 }, 49 { 0xE1, 0x93 }, 50 { 0xE2, 0x65 }, 51 { 0xE3, 0xF8 }, 52 { 0x80, 0x03 }, /* 0X03:4-LANE; 0X02:3-LANE; 0X01:2-LANE */ 54 { 0xE0, 0x01 }, 56 { 0x00, 0x00 }, 57 { 0x01, 0x6F }, 59 { 0x17, 0x00 }, 60 { 0x18, 0xAF }, /* 4.3V */ [all …]
|
D | panel-feixin-k101-im2ba02.c | 42 /* Switch to page 0 */ 43 { .data = { 0xE0, 0x00 } }, 46 { .data = { 0xE1, 0x93} }, 47 { .data = { 0xE2, 0x65 } }, 48 { .data = { 0xE3, 0xF8 } }, 50 /* Lane number, 0x02 - 3 lanes, 0x03 - 4 lanes */ 51 { .data = { 0x80, 0x03 } }, 54 { .data = { 0x70, 0x02 } }, 55 { .data = { 0x71, 0x23 } }, 56 { .data = { 0x72, 0x06 } }, [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/drivers/ata/ |
D | pata_radisys.c | 45 int control = 0; in radisys_set_piomode() 50 * timing port at 0x44. The Radisys is a relative of the PIIX in radisys_set_piomode() 55 u8 timings[][2] = { { 0, 0 }, /* Check me */ in radisys_set_piomode() 56 { 0, 0 }, in radisys_set_piomode() 61 if (pio > 0) in radisys_set_piomode() 66 pci_read_config_word(dev, 0x40, &idetm_data); in radisys_set_piomode() 70 idetm_data &= 0xCCCC; in radisys_set_piomode() 72 idetm_data |= (timings[pio][0] << 12) | in radisys_set_piomode() 74 pci_write_config_word(dev, 0x40, idetm_data); in radisys_set_piomode() 98 u8 timings[][2] = { { 0, 0 }, in radisys_set_dmamode() [all …]
|
/linux-6.12.1/sound/soc/codecs/ |
D | es8326.c | 58 crosstalk_h &= 0x20; in es8326_crosstalk1_get() 59 crosstalk_l &= 0xf0; in es8326_crosstalk1_get() 61 ucontrol->value.integer.value[0] = crosstalk; in es8326_crosstalk1_get() 63 return 0; in es8326_crosstalk1_get() 74 crosstalk = ucontrol->value.integer.value[0]; in es8326_crosstalk1_set() 76 crosstalk_h = (crosstalk & 0x10) << 1; in es8326_crosstalk1_set() 77 crosstalk_l &= 0x0f; in es8326_crosstalk1_set() 78 crosstalk_l |= (crosstalk & 0x0f) << 4; in es8326_crosstalk1_set() 80 0x20, crosstalk_h); in es8326_crosstalk1_set() 83 return 0; in es8326_crosstalk1_set() [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/dvb-frontends/cxd2880/ |
D | cxd2880_tnrdmd_dvbt2.c | 16 {0x00, 0x00}, {0x31, 0x02}, 20 {0x00, 0x04}, {0x5d, 0x0b}, 30 static const u8 tsif_settings[2] = { 0x01, 0x01 }; in x_tune_dvbt2_demod_setting() 32 0x07, 0x06, 0x01, 0xf0, 0x00, 0x00, 0x04, 0xb0, 0x00, 0x00, in x_tune_dvbt2_demod_setting() 33 0x09, 0x9c, 0x0e, 0x4c in x_tune_dvbt2_demod_setting() 36 0x52, 0x49, 0x2c, 0x51, 0x51, 0x3d, 0x15, 0x29, 0x0c in x_tune_dvbt2_demod_setting() 40 0x5d, 0x55, 0x32, 0x5c, 0x5c, 0x45, 0x17, 0x2e, 0x0d in x_tune_dvbt2_demod_setting() 44 0x60, 0x00, 0x34, 0x5e, 0x5e, 0x47, 0x18, 0x2f, 0x0e in x_tune_dvbt2_demod_setting() 48 0x04, 0xe7, 0x94, 0x92, 0x09, 0xcf, 0x7e, 0xd0, 0x49, in x_tune_dvbt2_demod_setting() 49 0xcd, 0xcd, 0x1f, 0x5b in x_tune_dvbt2_demod_setting() [all …]
|
D | cxd2880_tnrdmd_dvbt.c | 16 {0x00, 0x00}, {0x31, 0x01}, 20 {0x00, 0x04}, {0x5c, 0xfb}, {0x00, 0x10}, {0xa4, 0x03}, 21 {0x00, 0x14}, {0xb0, 0x00}, {0x00, 0x25}, 25 {0x00, 0x12}, {0x44, 0x00}, 29 {0x00, 0x11}, {0x87, 0xd2}, 33 {0x00, 0x00}, {0xfd, 0x01}, 37 {0x00, 0x04}, {0x5c, 0xd8}, {0x00, 0x10}, {0xa4, 0x00}, 41 {0x00, 0x11}, {0x87, 0x04}, 51 static const u8 clk_mode_ckffrq_a[2] = { 0x52, 0x49 }; in x_tune_dvbt_demod_setting() 52 static const u8 clk_mode_ckffrq_b[2] = { 0x5d, 0x55 }; in x_tune_dvbt_demod_setting() [all …]
|
/linux-6.12.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-6.12.1/net/bluetooth/ |
D | selftest.c | 36 0xbd, 0x1a, 0x3c, 0xcd, 0xa6, 0xb8, 0x99, 0x58, 37 0x99, 0xb7, 0x40, 0xeb, 0x7b, 0x60, 0xff, 0x4a, 38 0x50, 0x3f, 0x10, 0xd2, 0xe3, 0xb3, 0xc9, 0x74, 39 0x38, 0x5f, 0xc5, 0xa3, 0xd4, 0xf6, 0x49, 0x3f, 42 0xfd, 0xc5, 0x7f, 0xf4, 0x49, 0xdd, 0x4f, 0x6b, 43 0xfb, 0x7c, 0x9d, 0xf1, 0xc2, 0x9a, 0xcb, 0x59, 44 0x2a, 0xe7, 0xd4, 0xee, 0xfb, 0xfc, 0x0a, 0x90, 45 0x9a, 0xbb, 0xf6, 0x32, 0x3d, 0x8b, 0x18, 0x55, 48 0xe6, 0x9d, 0x35, 0x0e, 0x48, 0x01, 0x03, 0xcc, 49 0xdb, 0xfd, 0xf4, 0xac, 0x11, 0x91, 0xf4, 0xef, [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 …]
|
/linux-6.12.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-6.12.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 …]
|