Home
last modified time | relevance | path

Searched +full:0 +full:xde (Results 1 – 25 of 772) sorted by relevance

12345678910>>...31

/kernel/linux/linux-5.10/drivers/media/i2c/
Dbt856.c32 module_param(debug, int, 0);
33 MODULE_PARM_DESC(debug, "Debug level (0-1)");
38 #define BT856_REG_OFFSET 0xDA
67 (value ? (1 << bit) : 0)); in bt856_setbit()
75 for (i = 0; i < BT856_NR_REG; i += 2) in bt856_dump()
88 bt856_write(encoder, 0xdc, 0x18); in bt856_init()
89 bt856_write(encoder, 0xda, 0); in bt856_init()
90 bt856_write(encoder, 0xde, 0); in bt856_init()
92 bt856_setbit(encoder, 0xdc, 3, 1); in bt856_init()
93 /*bt856_setbit(encoder, 0xdc, 6, 0);*/ in bt856_init()
[all …]
/kernel/linux/linux-6.6/drivers/media/i2c/
Dbt856.c32 module_param(debug, int, 0);
33 MODULE_PARM_DESC(debug, "Debug level (0-1)");
38 #define BT856_REG_OFFSET 0xDA
67 (value ? (1 << bit) : 0)); in bt856_setbit()
75 for (i = 0; i < BT856_NR_REG; i += 2) in bt856_dump()
88 bt856_write(encoder, 0xdc, 0x18); in bt856_init()
89 bt856_write(encoder, 0xda, 0); in bt856_init()
90 bt856_write(encoder, 0xde, 0); in bt856_init()
92 bt856_setbit(encoder, 0xdc, 3, 1); in bt856_init()
93 /*bt856_setbit(encoder, 0xdc, 6, 0);*/ in bt856_init()
[all …]
/kernel/linux/linux-6.6/crypto/
Dtestmgr.h33 * @ksize: Length of @key in bytes (0 if no key)
103 * @crypt_error: When @novrfy=0, the expected error from encrypt(). When
222 "\x63\x1c\xcd\x7b\xe1\x7e\xe4\xde\xc9\xa8\x89\xa1\x74\xcb\x3c\x63"
307 "\x8C\x33\xE4\x36\xB8\x43\xEB\x19\x2A\x81\x8D\xDE\x81\x0A\x99\x48"
330 "\xA6\xFF\x46\x83\x97\xDE\xE9\xE2\x17\x03\x06\x14\xE2\xD7\xB1\x1D"
343 "\xAF\xE2\x75\x36\x04\xAC\x56\xA0\xAB\x52\xDE\xCE\xDD\x2C\x28\x77"
375 "\x46\x79\xAF\x5C\xDE\x30\xA4\x6C\x20\x38\xE6\x97\x39\xB8\x7A\x70"
376 "\x0D\x8B\x6C\x6D\x13\x74\xD5\x1C\xDE\xA9\xF4\x60\x37\xFE\x68\x77"
379 "\x28\x05\xE2\xC6\x24\x8F\xDD\x61\x64\xD8\x09\xDE\x7E\xD3\x4A\x61"
414 "\x8C\x33\xE4\x36\xB8\x43\xEB\x19\x2A\x81\x8D\xDE\x81\x0A\x99\x48"
[all …]
Ddh.c27 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, &params) < 0) in dh_set_secret()
83 if (dh_set_params(ctx, &params) < 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 …]
/kernel/linux/linux-5.10/crypto/
Dtestmgr.h33 * @ksize: Length of @key in bytes (0 if no key)
101 * @crypt_error: When @novrfy=0, the expected error from encrypt(). When
207 "\x63\x1c\xcd\x7b\xe1\x7e\xe4\xde\xc9\xa8\x89\xa1\x74\xcb\x3c\x63"
269 "\x8C\x33\xE4\x36\xB8\x43\xEB\x19\x2A\x81\x8D\xDE\x81\x0A\x99\x48"
292 "\xA6\xFF\x46\x83\x97\xDE\xE9\xE2\x17\x03\x06\x14\xE2\xD7\xB1\x1D"
333 "\x8C\x33\xE4\x36\xB8\x43\xEB\x19\x2A\x81\x8D\xDE\x81\x0A\x99\x48"
385 "\x67\x7E\x6C\x79\x07\xDE\xFC\xED\xE7\x96\xE3\x6C\xE0\x2C\x87\xF8"
424 "\x87\xCB\x46\xDE\x97\xA7\xB3\xA2\x54\x5B\xD7\xAF\xAB\xEB\xC8\xF3"
431 "\x14\x14\xD1\x79\x7D\x8E\x76\xF2\xE0\xEB\xDD\x0F\xDE\xC2\xEC\x80"
433 "\x0C\x45\xEB\xE1\x00\xDE\x72\x50\xB1\xA6\x0B\x76\xC5\x8D\xFC\x82"
[all …]
/kernel/linux/linux-6.6/lib/crypto/
Daesgcm.c43 * 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()
101 while (len > 0) { in aesgcm_crypt()
365 "\xc6\x6a\x63\x39\x8a\x5b\xde\xcb"
379 "\x8b\xe6\x53\xde\xd2\x6e\x18\x21"
387 "\x93\x67\xa8\x2d\xde\xac\x41\xa9"
423 "\x0b\x63\xde\x87\x42\x79\x8a\x68"
477 "\xde\x6b\x52\x98\x01\xef\x36\x3d"
508 "\x93\x77\xde\x48\xc4\xfa\x30\x4a"
[all …]
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/pmu/ebb/
Dbusy_loop.S31 li r3, 0x3030
33 li r4, 0x4040
35 li r5, 0x5050
37 li r6, 0x6060
39 li r7, 0x7070
41 li r8, 0x0808
43 li r9, 0x0909
45 li r10, 0x1010
47 li r11, 0x1111
49 li r14, 0x1414
[all …]
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/pmu/ebb/
Dbusy_loop.S31 li r3, 0x3030
33 li r4, 0x4040
35 li r5, 0x5050
37 li r6, 0x6060
39 li r7, 0x7070
41 li r8, 0x0808
43 li r9, 0x0909
45 li r10, 0x1010
47 li r11, 0x1111
49 li r14, 0x1414
[all …]
/kernel/linux/linux-5.10/drivers/ide/
Dtrm290.c46 * bit1 1=legacy_compatible_mode, 0=native_pci_mode
47 * bit0 1=test_mode, 0=normal(default)
51 * bit1 channel0 busmaster interrupt status 0=none, 1=asserted
52 * bit0 channel0 interrupt status 0=none, 1=asserted
56 * bit4 legacy_header: 1=present, 0=absent
57 * bit3 channel1 busmaster interrupt status 0=none, 1=asserted (read only)
58 * bit2 channel1 interrupt status 0=none, 1=asserted (read only)
59 * bit1 channel1 interrupt mask: 1=masked, 0=unmasked(default)
60 * bit0 channel0 interrupt mask: 1=masked, 0=unmasked(default)
63 * bit7 1=autoincrement CPR bits 2-0 after each access of CDR
[all …]
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/
Dnand_ids.c10 #define LP_OPTIONS 0
20 * If page size and eraseblock size are 0, the sizes are taken from the
30 { .id = {0x98, 0xd1, 0x90, 0x15, 0x76, 0x14, 0x01, 0x00} },
31 SZ_2K, SZ_128, SZ_128K, 0, 8, 64, NAND_ECC_INFO(1, SZ_512), },
33 { .id = {0x98, 0xdc, 0x90, 0x26, 0x76, 0x15, 0x01, 0x08} },
34 SZ_4K, SZ_512, SZ_256K, 0, 8, 224, NAND_ECC_INFO(4, SZ_512) },
36 { .id = {0x98, 0xdc, 0x90, 0x26, 0x76, 0x16, 0x08, 0x00} },
37 SZ_4K, SZ_512, SZ_256K, 0, 8, 256, NAND_ECC_INFO(8, SZ_512) },
39 { .id = {0x98, 0xd3, 0x90, 0x26, 0x76, 0x15, 0x02, 0x08} },
40 SZ_4K, SZ_1K, SZ_256K, 0, 8, 232, NAND_ECC_INFO(4, SZ_512) },
[all …]
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/regulator/
Dqcom-labibb-regulator.yaml89 interrupts = <0x3 0xde 0x1 IRQ_TYPE_EDGE_RISING>,
90 <0x3 0xde 0x0 IRQ_TYPE_LEVEL_LOW>;
95 interrupts = <0x3 0xdc 0x2 IRQ_TYPE_EDGE_RISING>,
96 <0x3 0xdc 0x0 IRQ_TYPE_LEVEL_LOW>;
/kernel/linux/linux-6.6/arch/arm64/boot/dts/qcom/
Dpmi8998.dtsi8 reg = <0x2 SPMI_USID>;
10 #size-cells = <0>;
14 reg = <0x1000>;
16 interrupts = <0x2 0x13 0x4 IRQ_TYPE_EDGE_BOTH>,
17 <0x2 0x12 0x2 IRQ_TYPE_EDGE_BOTH>,
18 <0x2 0x16 0x1 IRQ_TYPE_EDGE_RISING>,
19 <0x2 0x13 0x6 IRQ_TYPE_EDGE_RISING>;
34 reg = <0xc000>;
36 gpio-ranges = <&pmi8998_gpios 0 0 14>;
44 reg = <0x4500>;
[all …]
/kernel/linux/linux-6.6/tools/testing/selftests/mm/
Dmigration.c36 ASSERT_EQ(numa_available(), 0); in FIXTURE_SETUP()
41 for (n = 0; n < numa_max_possible_node(); n++) in FIXTURE_SETUP()
66 int status = 0; in migrate()
77 return 0; in migrate()
79 ret = move_pages(0, 1, (void **) &ptr, &n2, &status, in migrate()
82 if (ret > 0) in migrate()
94 return 0; in migrate()
99 volatile uint64_t y = 0; in access_mem()
123 if (self->nthreads < 2 || self->n1 < 0 || self->n2 < 0)
127 MAP_PRIVATE | MAP_ANONYMOUS, -1, 0);
[all …]
/kernel/linux/linux-6.6/drivers/media/usb/gspca/
Dtopro.c22 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 …]
/kernel/linux/linux-5.10/drivers/media/usb/gspca/
Dtopro.c22 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 …]
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
Dnand_ids.c10 #define LP_OPTIONS 0
20 * If page size and eraseblock size are 0, the sizes are taken from the
30 { .id = {0x98, 0xd1, 0x90, 0x15, 0x76, 0x14, 0x01, 0x00} },
31 SZ_2K, SZ_128, SZ_128K, 0, 8, 64, NAND_ECC_INFO(1, SZ_512), },
33 { .id = {0x98, 0xdc, 0x90, 0x26, 0x76, 0x15, 0x01, 0x08} },
34 SZ_4K, SZ_512, SZ_256K, 0, 8, 224, NAND_ECC_INFO(4, SZ_512) },
36 { .id = {0x98, 0xdc, 0x90, 0x26, 0x76, 0x16, 0x08, 0x00} },
37 SZ_4K, SZ_512, SZ_256K, 0, 8, 256, NAND_ECC_INFO(8, SZ_512) },
39 { .id = {0x98, 0xd3, 0x90, 0x26, 0x76, 0x15, 0x02, 0x08} },
40 SZ_4K, SZ_1K, SZ_256K, 0, 8, 232, NAND_ECC_INFO(4, SZ_512) },
[all …]
/kernel/linux/linux-5.10/lib/crypto/
Dblake2s-selftest.c26 * for (i = 0; i < len; i++) {
27 * if (i && (i % 12) == 0)
29 * printf("0x%02x, ", vec[i]);
41 * key[0] = key[1] = 1;
45 * for (i = 0; i < BLAKE2S_TESTVEC_COUNT; ++i)
50 * for (i = 0; i < BLAKE2S_TESTVEC_COUNT; ++i) {
60 * return 0;
64 { 0xa1, },
65 { 0x7c, 0x89, },
66 { 0x74, 0x0e, 0xd4, },
[all …]
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
Dtest_tc_neigh.c21 #define ip4_src 0xac100164 /* 172.16.1.100 */
22 #define ip4_dst 0xac100264 /* 172.16.2.100 */
24 #define ip6_src { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, \
25 0x00, 0x01, 0xde, 0xad, 0xbe, 0xef, 0xca, 0xfe }
26 #define ip6_dst { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, \
27 0x00, 0x02, 0xde, 0xad, 0xbe, 0xef, 0xca, 0xfe }
30 # define v6_equal(a, b) (a.s6_addr32[0] == b.s6_addr32[0] && \
83 return !raw[0] && !raw[1] && !raw[2] ? TC_ACT_SHOT : TC_ACT_OK; in tc_chk()
104 __builtin_memset(&zero, 0, sizeof(zero)); in tc_dst()
105 if (bpf_skb_store_bytes(skb, 0, &zero, sizeof(zero), 0) < 0) in tc_dst()
[all …]
/kernel/linux/linux-6.6/crypto/asymmetric_keys/
Dselftest.c50 "\xf1\xed\x4c\x42\x0b\x70\xca\x85\xf3\xde\xe5\x88\x2c\xc5\xbe\xb6"
55 "\xe8\xde\x09\x31\x89\xed\x0e\x11\xa1\xfa\x8a\xe9\xe9\x64\x59\x62"
56 "\x53\xda\xd1\x70\xbe\x11\xd4\x99\x97\x11\xcf\x99\xde\x0b\x9d\x94"
95 "\x3a\x17\x63\x6a\x76\xde\x8d\x8f\xe0\x47\x61\x28\x3a\x83\xff\x8f"
199 if (ret < 0) in fips_signature_selftest()
202 for (i = 0; i < ARRAY_SIZE(certs_tests); i++) { in fips_signature_selftest()
213 if (ret < 0) in fips_signature_selftest()
217 if (ret < 0) in fips_signature_selftest()
224 return 0; in fips_signature_selftest()
/kernel/linux/linux-6.6/fs/nls/
Dnls_euc-jp.c17 #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 …]
/kernel/linux/linux-5.10/fs/nls/
Dnls_euc-jp.c17 #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 …]
/kernel/linux/linux-5.10/lib/
Dcrc7.c18 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 …]
/kernel/linux/linux-6.6/lib/
Dcrc7.c18 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 …]
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
Dtest_tc_neigh.c21 #define ip4_src 0xac100164 /* 172.16.1.100 */
22 #define ip4_dst 0xac100264 /* 172.16.2.100 */
24 #define ip6_src { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, \
25 0x00, 0x01, 0xde, 0xad, 0xbe, 0xef, 0xca, 0xfe }
26 #define ip6_dst { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, \
27 0x00, 0x02, 0xde, 0xad, 0xbe, 0xef, 0xca, 0xfe }
30 # define v6_equal(a, b) (a.s6_addr32[0] == b.s6_addr32[0] && \
86 return ifindex ? *ifindex : 0; in get_dev_ifindex()
98 return !raw[0] && !raw[1] && !raw[2] ? TC_ACT_SHOT : TC_ACT_OK; in tc_chk()
118 __builtin_memset(&zero, 0, sizeof(zero)); in tc_dst()
[all …]
/kernel/linux/linux-6.6/drivers/media/usb/uvc/
Duvc_isight.c26 * 0x00 1 Header length
27 * 0x01 1 Flags (UVC-compliant)
28 * 0x02 4 Always equal to '11223344'
29 * 0x06 8 Always equal to 'deadbeefdeadface'
30 * 0x0e 16 Unknown
39 0x11, 0x22, 0x33, 0x44, in isight_decode()
40 0xde, 0xad, 0xbe, 0xef, in isight_decode()
41 0xde, 0xad, 0xfa, 0xce in isight_decode()
47 int is_header = 0; in isight_decode()
50 return 0; in isight_decode()
[all …]

12345678910>>...31