/linux/drivers/media/dvb-frontends/ |
H A D | s5h1432.c | 40 } while (0) 48 struct i2c_msg msg = {.addr = addr, .flags = 0, .buf = buf, .len = 2 }; in s5h1432_writereg() 53 printk(KERN_ERR "%s: writereg error 0x%02x 0x%02x 0x%04x, ret == %i)\n", in s5h1432_writereg() 56 return (ret != 1) ? -1 : 0; in s5h1432_writereg() 63 u8 b1[] = { 0 }; in s5h1432_readreg() 66 {.addr = addr, .flags = 0, .buf = b0, .len = 1}, in s5h1432_readreg() 75 return b1[0]; in s5h1432_readreg() 80 return 0; in s5h1432_sleep() 88 u8 reg = 0; in s5h1432_set_channel_bandwidth() 90 /* Register [0x2E] bit 3:2 : 8MHz = 0; 7MHz = 1; 6MHz = 2 */ in s5h1432_set_channel_bandwidth() [all …]
|
/linux/lib/crypto/ |
H A D | aescfb.c | 47 while (len > 0) { in aescfb_encrypt() 75 aescfb_encrypt_block(ctx, ks[0], iv); in aescfb_decrypt() 77 for (int i = 0; len > 0; i ^= 1) { in aescfb_decrypt() 128 "\xe5\xfb\xc1\x19\x1a\x0a\x52\xef" 134 "\xcd\xe3\xcd\xad\x9f\x1c\xe5\x8b" 142 "\xc8\x10\xf3\x2b\x80\x90\x79\xe5" 152 "\xe5\xfb\xc1\x19\x1a\x0a\x52\xef" 177 "\xe5\xfb\xc1\x19\x1a\x0a\x52\xef" 183 "\x32\x11\x3c\x63\x31\xe5\x40\x7b" 184 "\xdf\x10\x13\x24\x15\xe5\x4b\x92" [all …]
|
H A D | aesgcm.c | 42 * Returns: 0 on success, or -EINVAL if @keysize or @authsize contain values 59 return 0; in aesgcm_expandkey() 66 while (len > 0) { in aesgcm_ghash() 113 while (len > 0) { in aesgcm_crypt() 220 "\xd9\x31\x32\x25\xf8\x84\x06\xe5" 242 "\xd9\x31\x32\x25\xf8\x84\x06\xe5" 274 "\xd9\x31\x32\x25\xf8\x84\x06\xe5" 306 "\xd9\x31\x32\x25\xf8\x84\x06\xe5" 318 "\x64\x3a\x8c\xdc\xbf\xe5\xc0\xc9" 328 "\xd9\x31\x32\x25\xf8\x84\x06\xe5" [all …]
|
H A 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 …]
|
H A D | chacha20poly1305-selftest.c | 31 0x49, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x65, 0x74, 32 0x2d, 0x4 [all...] |
/linux/drivers/char/ |
H A D | toshiba.c | 11 * 0xfc02: Scott Eisert <scott.e@sky-eye.com> 12 * 0xfc04: Steve VanDevender <stevev@efn.org> 13 * 0xfc08: Garth Berry <garth@itsbruce.net> 14 * 0xfc0a: Egbert Eich <eich@xfree86.org> 15 * 0xfc10: Andrew Lofthouse <Andrew.Lofthouse@robins.af.mil> 16 * 0xfc11: Spencer Olson <solson@novell.com> 17 * 0xfc13: Claudius Frankewitz <kryp@gmx.de> 18 * 0xfc15: Tom May <tom@you-bastards.com> 19 * 0xfc17: Dave Konrad <konrad@xenia.it> 20 * 0xfc1a: George Betzos <betzos@engr.colostate.edu> [all …]
|
/linux/fs/unicode/ |
H A 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/tools/testing/selftests/bpf/progs/ |
H A D | verifier_iterating_callbacks.c | 29 __u8 choice_arr[2] = { 0, 1 }; 33 if (idx == 0) { in unsafe_on_2nd_iter_cb() 34 ctx->buf = (char *)(0xDEAD); in unsafe_on_2nd_iter_cb() 35 return 0; in unsafe_on_2nd_iter_cb() 38 if (bpf_probe_read_user(ctx->buf, 8, (void *)(0xBADC0FFEE))) in unsafe_on_2nd_iter_cb() 41 return 0; in unsafe_on_2nd_iter_cb() 51 bpf_loop(100, unsafe_on_2nd_iter_cb, &loop_ctx, 0); in unsafe_on_2nd_iter() 52 return 0; in unsafe_on_2nd_iter() 57 ctx->i = 0; in unsafe_on_zero_iter_cb() 58 return 0; in unsafe_on_zero_iter_cb() [all...] |
/linux/drivers/staging/fbtft/ |
H A D | fb_tinylcd.c | 24 write_reg(par, 0xB0, 0x80); in init_display() 25 write_reg(par, 0xC0, 0x0A, 0x0A); in init_display() 26 write_reg(par, 0xC1, 0x45, 0x07); in init_display() 27 write_reg(par, 0xC2, 0x33); in init_display() 28 write_reg(par, 0xC5, 0x00, 0x42, 0x80); in init_display() 29 write_reg(par, 0xB1, 0xD0, 0x11); in init_display() 30 write_reg(par, 0xB4, 0x02); in init_display() 31 write_reg(par, 0xB6, 0x00, 0x22, 0x3B); in init_display() 32 write_reg(par, 0xB7, 0x07); in init_display() 33 write_reg(par, MIPI_DCS_SET_ADDRESS_MODE, 0x58); in init_display() [all …]
|
/linux/arch/arm/boot/dts/nxp/imx/ |
H A D | imx51-digi-connectcore-som.dtsi | 15 reg = <0x90000000 0x08000000>; 21 pinctrl-0 = <&pinctrl_ecspi1>; 25 pmic: mc13892@0 { 27 pinctrl-0 = <&pinctrl_mc13892>; 31 reg = <0>; 130 pinctrl-0 = <&pinctrl_esdhc1>; 137 pinctrl-0 = <&pinctrl_esdhc2>; 150 pinctrl-0 = <&pinctrl_fec>; 158 pinctrl-0 = <&pinctrl_i2c2>; 167 pinctrl-0 = <&pinctrl_mma7455l>; [all …]
|
/linux/arch/s390/include/uapi/asm/ |
H A 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/tools/arch/s390/include/uapi/asm/ |
H A 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/lib/crypto/tests/ |
H A D | sha512-testvecs.h | 9 .data_len = 0, 11 0xcf, 0x83, 0xe1, 0x35, 0x7e, 0xef, 0xb8, 0xbd, 12 0xf1, 0x54, 0x28, 0x50, 0xd6, 0x6d, 0x80, 0x07, 13 0xd6, 0x20, 0xe4, 0x05, 0x0b, 0x57, 0x15, 0xdc, 14 0x83, 0xf4, 0xa9, 0x21, 0xd3, 0x6c, 0xe9, 0xce, 15 0x47, 0xd0, 0xd1, 0x3c, 0x5d, 0x85, 0xf2, 0xb0, 16 0xff, 0x83, 0x18, 0xd2, 0x87, 0x7e, 0xec, 0x2f, 17 0x63, 0xb9, 0x31, 0xbd, 0x47, 0x41, 0x7a, 0x81, 18 0xa5, 0x38, 0x32, 0x7a, 0xf9, 0x27, 0xda, 0x3e, 24 0x12, 0xf2, 0xb6, 0xec, 0x84, 0xa0, 0x8e, 0xcf, [all …]
|
H A D | sha384-testvecs.h | 9 .data_len = 0, 11 0x38, 0xb0, 0x60, 0xa7, 0x51, 0xac, 0x96, 0x38, 12 0x4c, 0xd9, 0x32, 0x7e, 0xb1, 0xb1, 0xe3, 0x6a, 13 0x21, 0xfd, 0xb7, 0x11, 0x14, 0xbe, 0x07, 0x43, 14 0x4c, 0x0c, 0xc7, 0xbf, 0x63, 0xf6, 0xe1, 0xda, 15 0x27, 0x4e, 0xde, 0xbf, 0xe7, 0x6f, 0x65, 0xfb, 16 0xd5, 0x1a, 0xd2, 0xf1, 0x48, 0x98, 0xb9, 0x5b, 22 0x07, 0x34, 0x9d, 0x74, 0x48, 0x76, 0xa5, 0x72, 23 0x78, 0x02, 0xb8, 0x6e, 0x21, 0x59, 0xb0, 0x75, 24 0x09, 0x68, 0x11, 0x39, 0x53, 0x61, 0xee, 0x8d, [all …]
|
H A D | sha256-testvecs.h | 9 .data_len = 0, 11 0xe3, 0xb0, 0xc4, 0x42, 0x98, 0xfc, 0x1c, 0x14, 12 0x9a, 0xfb, 0xf4, 0xc8, 0x99, 0x6f, 0xb9, 0x24, 13 0x27, 0xae, 0x41, 0xe4, 0x64, 0x9b, 0x93, 0x4c, 14 0xa4, 0x95, 0x99, 0x1b, 0x78, 0x52, 0xb8, 0x55, 20 0x45, 0xf8, 0x3d, 0x17, 0xe1, 0x0b, 0x34, 0xfc, 21 0xa0, 0x1e, 0xb8, 0xf4, 0x45, 0x4d, 0xac, 0x34, 22 0xa7, 0x77, 0xd9, 0x40, 0x4a, 0x46, 0x4e, 0x73, 23 0x2c, 0xf4, 0xab, 0xf2, 0xc0, 0xda, 0x94, 0xc4, 29 0xf9, 0xd3, 0x52, 0x2f, 0xd5, 0xe0, 0x99, 0x15, [all …]
|
H A D | sha1-testvecs.h | 9 .data_len = 0, 11 0xda, 0x39, 0xa3, 0xee, 0x5e, 0x6b, 0x4b, 0x0d, 12 0x32, 0x55, 0xbf, 0xef, 0x95, 0x60, 0x18, 0x90, 13 0xaf, 0xd8, 0x07, 0x09, 19 0x0a, 0xd0, 0x52, 0xdd, 0x9f, 0x32, 0x40, 0x55, 20 0x21, 0xe4, 0x3c, 0x6e, 0xbd, 0xc5, 0x2f, 0x5a, 21 0x02, 0x54, 0x93, 0xb2, 27 0x13, 0x83, 0x82, 0x03, 0x23, 0xff, 0x46, 0xd6, 28 0x12, 0x7f, 0xad, 0x05, 0x2b, 0xc3, 0x4a, 0x42, 29 0x49, 0x6a, 0xf8, 0x84, [all …]
|
/linux/crypto/ |
H A D | hkdf.c | 41 * Returns 0 on success with the pseudorandom key stored in @prk, 71 * Returns 0 on success with output keying material stored in @okm, 90 for (i = 0; i < okmlen; i += hashlen) { in hkdf_expand() 122 err = 0; in hkdf_expand() 163 "\x90\xb6\xc7\x3b\xb5\x0f\x9c\x31\x22\xec\x84\x4a\xd7\xc2\xb3\xe5", 186 "\xe0\xe1\xe2\xe3\xe4\xe5\xe6\xe7\xe8\xe9\xea\xeb\xec\xed\xee\xef" 205 .salt_size = 0, 207 .info_size = 0, 223 .prk = "\x82\x65\xf6\x9d\x7f\xf7\xe5\x01\x37\x93\x01\x5c\xa0\xef\x92\x0c" 239 .info_size = 0, [all …]
|
/linux/drivers/media/usb/gspca/ |
H A 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/fs/xfs/ |
H A 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/drivers/hid/ |
H A D | hid-picolcd_lcd.c | 32 if (!report || report->maxfield != 1 || report->field[0]->report_count != 1) in picolcd_set_contrast() 35 data->lcd_contrast = contrast & 0x0ff; in picolcd_set_contrast() 37 hid_set_field(report->field[0], 0, data->lcd_contrast); in picolcd_set_contrast() 41 return 0; in picolcd_set_contrast() 56 if (report->maxfield != 1 || report->field[0]->report_count != 1 || in picolcd_init_lcd() 57 report->field[0]->report_size != 8) { in picolcd_init_lcd() 67 ldev->props.max_contrast = 0x0ff; in picolcd_init_lcd() 68 data->lcd_contrast = 0xe5; in picolcd_init_lcd() 70 picolcd_set_contrast(ldev, 0xe5); in picolcd_init_lcd() 71 return 0; in picolcd_init_lcd() [all …]
|
/linux/fs/nls/ |
H A D | nls_euc-jp.c | 17 #define IS_SJIS_LOW_BYTE(l) ((0x40 <= (l)) && ((l) <= 0xFC) && ((l) != 0x7F)) 19 #define IS_SJIS_JISX0208(h, l) ((((0x81 <= (h)) && ((h) <= 0x9F)) \ 20 || ((0xE0 <= (h)) && ((h) <= 0xEA))) \ 22 #define IS_SJIS_JISX0201KANA(c) ((0xA1 <= (c)) && ((c) <= 0xDF)) 23 #define IS_SJIS_UDC_LOW(h, l) (((0xF0 <= (h)) && ((h) <= 0xF4)) \ 25 #define IS_SJIS_UDC_HI(h, l) (((0xF5 <= (h)) && ((h) <= 0xF9)) \ 27 #define IS_SJIS_IBM(h, l) (((0xFA <= (h)) && ((h) <= 0xFC)) \ 29 #define IS_SJIS_NECIBM(h, l) (((0xED <= (h)) && ((h) <= 0xEE)) \ 32 if ((sjis_lo) >= 0x9F) { \ 37 (euc_lo) = (sjis_lo) + ((sjis_lo) >= 0x7F ? 0x60 : 0x61); \ [all …]
|
H A 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 …]
|
H A 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 …]
|
/linux/arch/x86/kernel/cpu/microcode/ |
H A D | amd_shas.c | 3 { 0x8001227, { 4 0x99,0xc0,0x9b,0x2b,0xcc,0x9f,0x52,0x1b, 5 0x1a,0x5f,0x1d,0x83,0xa1,0x6c,0xc4,0x46, 6 0xe2,0x6c,0xda,0x73,0xfb,0x2d,0x23,0xa8, 7 0x77,0xdc,0x15,0x31,0x33,0x4a,0x46,0x18, 10 { 0x8001250, { 11 0xc0,0x0b,0x6b,0x19,0xfd,0x5c,0x39,0x60, 12 0xd5,0xc3,0x57,0x46,0x54,0xe4,0xd1,0xaa, 13 0xa8,0xf7,0x1f,0xa8,0x6a,0x60,0x3e,0xe3, 14 0x27,0x39,0x8e,0x53,0x30,0xf8,0x49,0x19, [all …]
|
/linux/lib/ |
H A D | test_uuid.c | 21 .le = GUID_INIT(0xc33f4995, 0x3701, 0x450e, 0x9f, 0xbf, 0x20, 0x6a, 0x2e, 0x98, 0xe5, 0x76), 22 .be = UUID_INIT(0xc33f4995, 0x3701, 0x450e, 0x9f, 0xbf, 0x20, 0x6a, 0x2e, 0x98, 0xe5, 0x76), 26 .le = GUID_INIT(0x64b4371c, 0x77c1, 0x48f9, 0x82, 0x21, 0x29, 0xf0, 0x54, 0xfc, 0x02, 0x3b), 27 .be = UUID_INIT(0x64b4371c, 0x77c1, 0x48f9, 0x82, 0x21, 0x29, 0xf0, 0x54, 0xfc, 0x02, 0x3b), 30 .uuid = "0cb4ddff-a545-4401-9d06-688af53e7f84", 31 .le = GUID_INIT(0x0cb4ddff, 0xa545, 0x4401, 0x9d, 0x06, 0x68, 0x8a, 0xf5, 0x3e, 0x7f, 0x84), 32 .be = UUID_INIT(0x0cb4ddff, 0xa545, 0x4401, 0x9d, 0x06, 0x68, 0x8a, 0xf5, 0x3e, 0x7f, 0x84), 39 "0cb4ddff-a545-4401-9d06-688af53e", /* not enough data */ 111 for (i = 0; i < ARRAY_SIZE(test_uuid_test_data); i++) in test_uuid_init() 114 for (i = 0; i < ARRAY_SIZE(test_uuid_wrong_data); i++) in test_uuid_init() [all …]
|