Home
last modified time | relevance | path

Searched refs:E (Results 1 – 200 of 386) sorted by relevance

12

/linux-4.4.14/net/netfilter/ipset/
Dpfxlen.c6 #define E(a, b, c, d) \ macro
16 E(0x00000000, 0x00000000, 0x00000000, 0x00000000),
17 E(0x80000000, 0x00000000, 0x00000000, 0x00000000),
18 E(0xC0000000, 0x00000000, 0x00000000, 0x00000000),
19 E(0xE0000000, 0x00000000, 0x00000000, 0x00000000),
20 E(0xF0000000, 0x00000000, 0x00000000, 0x00000000),
21 E(0xF8000000, 0x00000000, 0x00000000, 0x00000000),
22 E(0xFC000000, 0x00000000, 0x00000000, 0x00000000),
23 E(0xFE000000, 0x00000000, 0x00000000, 0x00000000),
24 E(0xFF000000, 0x00000000, 0x00000000, 0x00000000),
[all …]
/linux-4.4.14/arch/alpha/lib/
Dev6-memcpy.S33 mov $16, $0 # E : copy dest to return
35 xor $16, $17, $1 # E : are source and dest alignments the same?
36 and $1, 7, $1 # E : are they the same mod 8?
40 and $16, 7, $1 # E : Are both 0mod8?
42 nop # E :
52 subq $18, 1, $18 # E : count--
53 addq $17, 1, $17 # E : src++
55 addq $16, 1, $16 # E : dest++
56 and $16, 7, $1 # E : Are we at 0mod8 yet?
61 cmple $18, 127, $1 # E : Can we unroll the loop?
[all …]
Dev6-memset.S52 and $17,255,$1 # E : 00000000000000ch
54 bis $16,$16,$0 # E : return value
57 addq $18,$16,$6 # E : max address to write to
58 bis $1,$2,$17 # E : 000000000000chch
62 or $3,$4,$3 # E : 00000000chch0000
64 xor $16,$6,$1 # E : will complete write be within one quadword?
67 or $17,$3,$17 # E : 00000000chchchch
68 or $2,$5,$2 # E : chchchch00000000
69 bic $1,7,$1 # E : fit within a single quadword?
70 and $16,7,$3 # E : Target addr misalignment
[all …]
Dev6-memchr.S49 and $17, 0xff, $17 # E : L L U U : 00000000000000ch
52 cmpult $18, 9, $4 # E : small (< 1 quad) string?
53 or $2, $17, $17 # E : 000000000000chch
54 lda $3, -1($31) # E : U L L U
57 addq $16, $5, $5 # E : Max search address
58 or $2, $17, $17 # E : 00000000chchchch
61 or $2, $17, $17 # E : chchchchchchchch
67 mov $16, $0 # E :
68 nop # E :
69 or $7, $6, $1 # E : L U L U $1 = quadword starting at $16
[all …]
Dev6-clear_user.S65 and $6, 7, $4 # .. E .. .. : find dest head misalignment
68 addq $0, $4, $1 # .. .. .. E : bias counter
69 and $1, 7, $2 # .. .. E .. : number of misaligned bytes in tail
72 srl $1, 3, $1 # .. E .. .. : number of quadwords to clear
82 addq $6, 8, $6 # E .. .. .. : L U U L
85 subq $1, 1, $1 # .. .. E .. :
86 addq $0, $4, $0 # .. E .. .. : bytes left -= 8 - misalignment
87 subq $0, 8, $0 # E .. .. .. : U L U L
98 subq $1, 16, $4 # .. .. .. E : If < 16, we can not use the huge loop
99 and $6, 0x3f, $2 # .. .. E .. : Forward work for huge loop
[all …]
Dev6-divide.S107 subq $30,STACK,$30 # E :
112 bis $25,$25,divisor # E :
115 bis $24,$24,modulus # E :
117 bis $31,$31,quotient # E :
118 LONGIFY(divisor) # E : U L L U
121 LONGIFY(modulus) # E :
122 bis $31,1,mask # E :
142 1: cmpult divisor,modulus,compare # E :
143 s8addq divisor,$31,divisor # E :
144 s8addq mask,$31,mask # E :
[all …]
Dev6-copy_user.S62 subq $0, 32, $1 # .. E .. .. : Is this going to be a small copy?
65 and $6,7,$3 # .. .. .. E : is leading dest misalignment
68 subq $3, 8, $3 # E .. .. .. : L U U L : trip counter
76 addq $6,1,$6 # .. .. E .. : Section 3.8 in the CWG
77 addq $3,1,$3 # .. E .. .. :
78 nop # E .. .. .. : U L U L
85 addq $7,1,$7 # .. .. E .. : Section 3.8 in the CWG
86 subq $0,1,$0 # .. E .. .. :
94 and $7,7,$1 # .. .. .. E : Check _current_ source alignment
95 bic $0,7,$4 # .. .. E .. : number bytes as a quadword loop
[all …]
Dev6-csum_ipv6_magic.S67 and $16,7,$6 # E : src misalignment
77 cmoveq $6,$31,$22 # E : src aligned?
80 addl $19,$7,$19 # E : U L U L : <sign bits>bbaabb00
82 or $0,$22,$0 # E : 1st src word complete
84 or $18,$4,$18 # E : 000000CCDDAABBCC
87 and $17,7,$6 # E : dst misalignment
89 or $1,$5,$1 # E : 2nd src word complete
92 cmoveq $6,$31,$22 # E : dst aligned?
94 addq $20,$0,$20 # E : begin summing the words
98 or $2,$22,$2 # E : 1st dst word complete
[all …]
Dev67-strncat.S37 lda $2, -1($31) # E :
40 andnot $16, 7, $16 # E :
41 nop # E :
42 or $2, $1, $1 # E :
44 nop # E :
45 nop # E :
46 cmpbge $31, $1, $2 # E : bits set iff byte == 0
50 addq $16, 8, $16 # E :
51 cmpbge $31, $1, $2 # E :
55 addq $16, $3, $16 # E :
[all …]
Dev6-stxcpy.S57 lda t2, -1 # E : build a mask against false zero
60 ornot t1, t2, t2 # E : (stall)
63 cmpbge zero, t2, t8 # E : bits set iff null found
64 or t0, t3, t1 # E : (stall)
74 addq a0, 8, a0 # E :
79 addq a1, 8, a1 # E :
80 cmpbge zero, t1, t8 # E : (3 cycle stall)
88 negq t8, t6 # E : find low bit set
89 and t8, t6, t12 # E : (stall)
92 and t12, 0x80, t6 # E : (stall)
[all …]
Dev6-stxncpy.S65 lda t2, -1 # E : build a mask against false zero
68 ornot t1, t2, t2 # E : (stall)
71 cmpbge zero, t2, t8 # E : bits set iff null found
72 or t0, t3, t0 # E : (stall)
90 addq a0, 8, a0 # E :
91 subq a2, 1, a2 # E :
95 addq a1, 8, a1 # E :
96 cmpbge zero, t0, t8 # E :
112 negq t8, t12 # E : find low bit set
113 and t8, t12, t12 # E : (stall)
[all …]
Dev67-strrchr.S34 and a1, 0xff, t2 # E : 00000000000000ch
39 mov zero, t6 # E : t6 is last match aligned addr
40 or t2, t4, a1 # E : 000000000000chch
42 mov zero, t8 # E : t8 is last match byte compare mask
44 andnot a0, 7, v0 # E : align source addr
45 or t5, t3, t3 # E : 00000000chch0000
49 or t4, a1, a1 # E : chch00000000chch
50 or t2, t3, t2 # E : 0000chchchch0000
51 or a1, t2, a1 # E : chchchchchchchch
52 lda t5, -1 # E : build garbage mask
[all …]
Dev67-strchr.S32 and a1, 0xff, t3 # E : 00000000000000ch
37 or t5, t3, a1 # E : 000000000000chch
38 andnot a0, 7, v0 # E : align our loop pointer
39 lda t4, -1 # E : build garbage mask
42 or a2, a3, a2 # E : chch000000000000
43 inswl a1, 2, t5 # E : 00000000chch0000
44 inswl a1, 4, a3 # E : 0000chch00000000
46 or a1, a2, a1 # E : chch00000000chch
47 or a3, t5, t5 # E : 0000chchchch0000
48 cmpbge zero, t0, t2 # E : bits set iff byte == zero
[all …]
Dev67-strlen.S29 lda $2, -1($31) # E :
31 andnot $16, 7, $0 # E :
33 or $2, $1, $1 # E :
34 cmpbge $31, $1, $2 # E : $2 <- bitmask: bit i == 1 <==> i-th byte == 0
35 nop # E :
39 addq $0, 8, $0 # E : addr += 8
40 cmpbge $31, $1, $2 # E :
45 addq $0, $3, $0 # E :
46 subq $0, $16, $0 # E :
Dev67-strcat.S32 mov $16, $0 # E : set up return value
35 lda $2, -1 # E :
38 andnot $16, 7, $16 # E :
39 or $2, $1, $1 # E :
40 cmpbge $31, $1, $2 # E : bits set iff byte == 0
44 addq $16, 8, $16 # E :
45 cmpbge $31, $1, $2 # E :
49 addq $16, $3, $16 # E :
51 mov $26, $23 # E :
Dmemchr.S73 # in $1. E.g.:
/linux-4.4.14/lib/
Dsha1.c54 #define SHA_ROUND(t, input, fn, constant, A, B, C, D, E) do { \ argument
56 E += TEMP + rol32(A,5) + (fn) + (constant); \
59 #define T_0_15(t, A, B, C, D, E) SHA_ROUND(t, SHA_SRC, (((C^D)&B)^D) , 0x5a827999, A, B, C, D, E ) argument
60 #define T_16_19(t, A, B, C, D, E) SHA_ROUND(t, SHA_MIX, (((C^D)&B)^D) , 0x5a827999, A, B, C, D, E ) argument
61 #define T_20_39(t, A, B, C, D, E) SHA_ROUND(t, SHA_MIX, (B^C^D) , 0x6ed9eba1, A, B, C, D, E ) argument
62 #define T_40_59(t, A, B, C, D, E) SHA_ROUND(t, SHA_MIX, ((B&C)+(D&(B^C))) , 0x8f1bbcdc, A, B, C, D,… argument
63 #define T_60_79(t, A, B, C, D, E) SHA_ROUND(t, SHA_MIX, (B^C^D) , 0xca62c1d6, A, B, C, D, E ) argument
83 __u32 A, B, C, D, E; in sha_transform() local
89 E = digest[4]; in sha_transform()
92 T_0_15( 0, A, B, C, D, E); in sha_transform()
[all …]
Dlocking-selftest.c226 static void name(void) { E(); }
246 #define E() \ macro
267 #undef E in GENERATE_TESTCASE()
327 #define E() \ macro
348 #undef E in GENERATE_TESTCASE()
354 #define E() \ in GENERATE_TESTCASE() macro
376 #undef E
382 #define E() \ macro
404 #undef E
410 #define E() \ macro
[all …]
/linux-4.4.14/scripts/coccinelle/null/
Dbadzero.cocci26 expression *E;
31 (E = f(...)) ==
35 (E = f(...)) !=
41 == (E = f(...))
45 != (E = f(...))
50 expression *E;
56 (E = f(...)) ==
59 (E = f(...)) !=
63 == (E = f(...))
66 != (E = f(...))
[all …]
Dderef_null.cocci18 expression *E;
23 if@p1 ((E == NULL && ...) || ...) S1 else S2
28 expression *ifm.E;
33 (E != NULL && ...) ? <+...E->f@p1...+> : ...
36 expression *ifm.E;
42 (E != NULL) && ... && <+...E->f@p2...+>
44 (E == NULL) || ... || <+...E->f@p2...+>
46 sizeof(<+...E->f@p2...+>)
52 expression subE <= ifm.E;
53 expression *ifm.E;
[all …]
Deno.cocci17 expression x,E;
21 ... when != x = E
26 expression x,E;
31 ... when != x = E
/linux-4.4.14/arch/x86/crypto/
Daes-x86_64-asm_64.S58 movl (r7),r5 ## E; \
59 movl 4(r7),r1 ## E; \
60 movl 8(r7),r6 ## E; \
61 movl 12(r7),r7 ## E; \
62 movl 480(r8),r10 ## E; \
63 xorl -48(r9),r5 ## E; \
64 xorl -44(r9),r1 ## E; \
65 xorl -40(r9),r6 ## E; \
66 xorl -36(r9),r7 ## E; \
67 cmpl $24,r10 ## E; \
[all …]
Dsha1_ssse3_asm.S122 mov 16(HASH_PTR), E
132 RR F1,A,B,C,D,E,0
133 RR F1,D,E,A,B,C,2
134 RR F1,B,C,D,E,A,4
135 RR F1,E,A,B,C,D,6
136 RR F1,C,D,E,A,B,8
138 RR F1,A,B,C,D,E,10
139 RR F1,D,E,A,B,C,12
140 RR F1,B,C,D,E,A,14
141 RR F1,E,A,B,C,D,16
[all …]
Dsha1_avx2_x86_64_asm.S104 .set E, REG_E define
324 .set T_REG, E
325 .set E, D define
384 add WK(\r), E
387 lea (RE,RTB), E /* Add F from the previous round */
401 lea (RE,RTA), E /* E += A >>> 5 */
405 add WK(\r), E
406 lea (RE,RTB), E /* Add F from the previous round */
419 add TA, E /* E += A >>> 5 */
427 add WK(\r), E
[all …]
/linux-4.4.14/scripts/coccinelle/misc/
Darray_size.cocci29 T[] E;
32 * (sizeof(E)/sizeof(*E))
34 * (sizeof(E)/sizeof(E[...]))
36 * (sizeof(E)/sizeof(T))
45 T[] E;
48 - (sizeof(E)/sizeof(*E))
49 + ARRAY_SIZE(E)
51 - (sizeof(E)/sizeof(E[...]))
52 + ARRAY_SIZE(E)
54 - (sizeof(E)/sizeof(T))
[all …]
Dof_table.cocci14 expression E;
20 .var = E,
26 * { ..., E, ... },
32 expression E;
38 .var = E,
46 { ..., E, ... },
54 expression E;
60 .var = E,
67 { ..., E, ... }
Ddoubleinit.cocci19 expression E;
22 struct I s =@p0 { ..., .fld@p = E, ...};
27 expression E;
30 struct I s =@p0 { ..., .fld@p = E, ...};
/linux-4.4.14/scripts/coccinelle/free/
Dkfree.cocci19 expression E;
23 kfree@p1(E)
27 expression free.E,E2;
34 f(...,c,...,(T)E@p,...)
36 E@p == E2
38 E@p != E2
40 E2 == E@p
42 E2 != E@p
44 !E@p
46 E@p || ...
[all …]
Difnullfree.cocci17 expression E;
19 - if (E != NULL)
21 kfree(E);
23 debugfs_remove(E);
25 debugfs_remove_recursive(E);
27 usb_free_urb(E);
29 kmem_cache_destroy(E);
31 mempool_destroy(E);
33 dma_pool_destroy(E);
37 expression E;
[all …]
/linux-4.4.14/
DCREDITS4 scripts. The fields are: name (N), email (E), web-address
13 E: mpm@selenic.com
17 E: mea@nic.funet.fi
24 E: thomas.ab@samsung.com
28 E: dragos@iname.com
36 E: madler@alumni.caltech.edu
41 E: magrawal@nortelnetworks.com
48 E: airlied@linux.ie
56 E: tigran@aivazian.fsnet.co.uk
64 E: werner@almesberger.net
[all …]
/linux-4.4.14/arch/arm/crypto/
Dsha1-armv4-large.S75 add r7,r8,r7,ror#2 @ E+=K_00_19
80 add r7,r7,r3,ror#27 @ E+=ROR(A,27)
84 add r7,r8,r7,ror#2 @ E+=K_00_19
86 add r7,r7,r3,ror#27 @ E+=ROR(A,27)
92 add r7,r7,r9 @ E+=X[i]
95 add r7,r7,r10 @ E+=F_00_19(B,C,D)
100 add r6,r8,r6,ror#2 @ E+=K_00_19
105 add r6,r6,r7,ror#27 @ E+=ROR(A,27)
109 add r6,r8,r6,ror#2 @ E+=K_00_19
111 add r6,r6,r7,ror#27 @ E+=ROR(A,27)
[all …]
Dsha256-armv4.pl51 $E="r8";
55 @V=($A,$B,$C,$D,$E,$F,$G,$H);
223 ldmia $ctx,{$A,$B,$C,$D,$E,$F,$G,$H}
257 add $E,$E,$t1
264 stmia $t3,{$A,$B,$C,$D,$E,$F,$G,$H}
550 add $E,$E,$t0
558 stmia $t1,{$E-$H}
/linux-4.4.14/scripts/coccinelle/tests/
Ddoublebitand.cocci20 expression E;
25 * E@p
26 & ... & E
28 * E@p
29 | ... | E
31 * E@p
32 & ... & !E
34 * E@p
35 | ... | !E
37 * !E@p
[all …]
Ddoubletest.cocci18 expression E;
23 * E@p
24 || ... || E
26 * E@p
27 && ... && E
/linux-4.4.14/Documentation/arm/nwfpe/
DREADME.FPE7 <S|D|E> = <single|double|extended>, no default
18 <LDF|STF>{cond}<S|D|E> Fd, Rn
19 <LDF|STF>{cond}<S|D|E> Fd, [Rn, #<expression>]{!}
20 <LDF|STF>{cond}<S|D|E> Fd, [Rn], #<expression>
27 <LFM|SFM>{cond}<S|D|E> Fd, <count>, [Rn]
28 <LFM|SFM>{cond}<S|D|E> Fd, <count>, [Rn, #<expression>]{!}
29 <LFM|SFM>{cond}<S|D|E> Fd, <count>, [Rn], #<expression>
45 FLT{cond}<S,D,E>{P,M,Z} Fn, Rd Convert integer to floating point
74 ADF{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - add
75 SUF{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - subtract
[all …]
DTODO4 POW{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - power
5 RPW{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - reverse power
6 POL{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - polar angle (arctan2)
8 LOG{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - logarithm to base 10
9 LGN{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - logarithm to base e
10 EXP{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - exponent
11 SIN{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - sine
12 COS{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - cosine
13 TAN{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - tangent
14 ASN{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - arcsine
[all …]
/linux-4.4.14/scripts/coccinelle/iterators/
Dfen.cocci19 expression np,E;
27 ... when != np = E
32 expression np,E;
40 ... when != np = E
45 expression np,E;
53 ... when != np = E
58 expression np,E;
66 ... when != np = E
76 expression np,E;
106 ... when != np = E
Dlist_entry_update.cocci20 expression x,E;
24 list_for_each_entry@p1(x,...) { <... x =@p2 E ...> }
27 expression x,E;
32 *x =@p2 E
39 expression x,E;
44 x =@p2 E
Ditnull.cocci23 expression x,E,E1,E2;
35 E
38 E
66 expression x,E;
71 { ... when != x = E
Duse_after_iter.cocci22 expression E,x;
128 c = E
/linux-4.4.14/drivers/pinctrl/sunxi/
Dpinctrl-sun8i-a83t.c306 SUNXI_PIN(SUNXI_PINCTRL_PIN(E, 0),
311 SUNXI_PIN(SUNXI_PINCTRL_PIN(E, 1),
316 SUNXI_PIN(SUNXI_PINCTRL_PIN(E, 2),
321 SUNXI_PIN(SUNXI_PINCTRL_PIN(E, 3),
326 SUNXI_PIN(SUNXI_PINCTRL_PIN(E, 4),
330 SUNXI_PIN(SUNXI_PINCTRL_PIN(E, 5),
334 SUNXI_PIN(SUNXI_PINCTRL_PIN(E, 6),
339 SUNXI_PIN(SUNXI_PINCTRL_PIN(E, 7),
344 SUNXI_PIN(SUNXI_PINCTRL_PIN(E, 8),
349 SUNXI_PIN(SUNXI_PINCTRL_PIN(E, 9),
[all …]
Dpinctrl-sun8i-a33.c265 SUNXI_PIN(SUNXI_PINCTRL_PIN(E, 0),
269 SUNXI_PIN(SUNXI_PINCTRL_PIN(E, 1),
273 SUNXI_PIN(SUNXI_PINCTRL_PIN(E, 2),
277 SUNXI_PIN(SUNXI_PINCTRL_PIN(E, 3),
281 SUNXI_PIN(SUNXI_PINCTRL_PIN(E, 4),
285 SUNXI_PIN(SUNXI_PINCTRL_PIN(E, 5),
289 SUNXI_PIN(SUNXI_PINCTRL_PIN(E, 6),
293 SUNXI_PIN(SUNXI_PINCTRL_PIN(E, 7),
297 SUNXI_PIN(SUNXI_PINCTRL_PIN(E, 8),
301 SUNXI_PIN(SUNXI_PINCTRL_PIN(E, 9),
[all …]
Dpinctrl-sun8i-a23.c343 SUNXI_PIN(SUNXI_PINCTRL_PIN(E, 0),
347 SUNXI_PIN(SUNXI_PINCTRL_PIN(E, 1),
351 SUNXI_PIN(SUNXI_PINCTRL_PIN(E, 2),
355 SUNXI_PIN(SUNXI_PINCTRL_PIN(E, 3),
359 SUNXI_PIN(SUNXI_PINCTRL_PIN(E, 4),
363 SUNXI_PIN(SUNXI_PINCTRL_PIN(E, 5),
367 SUNXI_PIN(SUNXI_PINCTRL_PIN(E, 6),
371 SUNXI_PIN(SUNXI_PINCTRL_PIN(E, 7),
375 SUNXI_PIN(SUNXI_PINCTRL_PIN(E, 8),
379 SUNXI_PIN(SUNXI_PINCTRL_PIN(E, 9),
[all …]
Dpinctrl-sun5i-a13.c246 SUNXI_PIN(SUNXI_PINCTRL_PIN(E, 0),
251 SUNXI_PIN(SUNXI_PINCTRL_PIN(E, 1),
256 SUNXI_PIN(SUNXI_PINCTRL_PIN(E, 2),
260 SUNXI_PIN(SUNXI_PINCTRL_PIN(E, 3),
265 SUNXI_PIN(SUNXI_PINCTRL_PIN(E, 4),
270 SUNXI_PIN(SUNXI_PINCTRL_PIN(E, 5),
275 SUNXI_PIN(SUNXI_PINCTRL_PIN(E, 6),
280 SUNXI_PIN(SUNXI_PINCTRL_PIN(E, 7),
285 SUNXI_PIN(SUNXI_PINCTRL_PIN(E, 8),
290 SUNXI_PIN(SUNXI_PINCTRL_PIN(E, 9),
[all …]
Dpinctrl-sun9i-a80.c395 SUNXI_PIN(SUNXI_PINCTRL_PIN(E, 0),
401 SUNXI_PIN(SUNXI_PINCTRL_PIN(E, 1),
407 SUNXI_PIN(SUNXI_PINCTRL_PIN(E, 2),
413 SUNXI_PIN(SUNXI_PINCTRL_PIN(E, 3),
419 SUNXI_PIN(SUNXI_PINCTRL_PIN(E, 4),
426 SUNXI_PIN(SUNXI_PINCTRL_PIN(E, 5),
433 SUNXI_PIN(SUNXI_PINCTRL_PIN(E, 6),
440 SUNXI_PIN(SUNXI_PINCTRL_PIN(E, 7),
447 SUNXI_PIN(SUNXI_PINCTRL_PIN(E, 8),
453 SUNXI_PIN(SUNXI_PINCTRL_PIN(E, 9),
[all …]
Dpinctrl-sun6i-a31s.c473 SUNXI_PIN(SUNXI_PINCTRL_PIN(E, 0),
479 SUNXI_PIN(SUNXI_PINCTRL_PIN(E, 1),
485 SUNXI_PIN(SUNXI_PINCTRL_PIN(E, 2),
491 SUNXI_PIN(SUNXI_PINCTRL_PIN(E, 3),
497 SUNXI_PIN(SUNXI_PINCTRL_PIN(E, 4),
503 SUNXI_PIN(SUNXI_PINCTRL_PIN(E, 5),
509 SUNXI_PIN(SUNXI_PINCTRL_PIN(E, 6),
515 SUNXI_PIN(SUNXI_PINCTRL_PIN(E, 7),
521 SUNXI_PIN(SUNXI_PINCTRL_PIN(E, 8),
527 SUNXI_PIN(SUNXI_PINCTRL_PIN(E, 9),
[all …]
Dpinctrl-sun6i-a31.c550 SUNXI_PIN(SUNXI_PINCTRL_PIN(E, 0),
556 SUNXI_PIN(SUNXI_PINCTRL_PIN(E, 1),
562 SUNXI_PIN(SUNXI_PINCTRL_PIN(E, 2),
568 SUNXI_PIN(SUNXI_PINCTRL_PIN(E, 3),
574 SUNXI_PIN(SUNXI_PINCTRL_PIN(E, 4),
580 SUNXI_PIN(SUNXI_PINCTRL_PIN(E, 5),
586 SUNXI_PIN(SUNXI_PINCTRL_PIN(E, 6),
592 SUNXI_PIN(SUNXI_PINCTRL_PIN(E, 7),
598 SUNXI_PIN(SUNXI_PINCTRL_PIN(E, 8),
604 SUNXI_PIN(SUNXI_PINCTRL_PIN(E, 9),
[all …]
Dpinctrl-sun5i-a10s.c476 SUNXI_PIN(SUNXI_PINCTRL_PIN(E, 0),
482 SUNXI_PIN(SUNXI_PINCTRL_PIN(E, 1),
488 SUNXI_PIN(SUNXI_PINCTRL_PIN(E, 2),
493 SUNXI_PIN(SUNXI_PINCTRL_PIN(E, 3),
499 SUNXI_PIN(SUNXI_PINCTRL_PIN(E, 4),
505 SUNXI_PIN(SUNXI_PINCTRL_PIN(E, 5),
511 SUNXI_PIN(SUNXI_PINCTRL_PIN(E, 6),
517 SUNXI_PIN(SUNXI_PINCTRL_PIN(E, 7),
523 SUNXI_PIN(SUNXI_PINCTRL_PIN(E, 8),
529 SUNXI_PIN(SUNXI_PINCTRL_PIN(E, 9),
[all …]
Dpinctrl-sun7i-a20.c516 SUNXI_PIN(SUNXI_PINCTRL_PIN(E, 0),
521 SUNXI_PIN(SUNXI_PINCTRL_PIN(E, 1),
526 SUNXI_PIN(SUNXI_PINCTRL_PIN(E, 2),
531 SUNXI_PIN(SUNXI_PINCTRL_PIN(E, 3),
536 SUNXI_PIN(SUNXI_PINCTRL_PIN(E, 4),
541 SUNXI_PIN(SUNXI_PINCTRL_PIN(E, 5),
547 SUNXI_PIN(SUNXI_PINCTRL_PIN(E, 6),
552 SUNXI_PIN(SUNXI_PINCTRL_PIN(E, 7),
557 SUNXI_PIN(SUNXI_PINCTRL_PIN(E, 8),
562 SUNXI_PIN(SUNXI_PINCTRL_PIN(E, 9),
[all …]
Dpinctrl-sun4i-a10.c497 SUNXI_PIN(SUNXI_PINCTRL_PIN(E, 0),
502 SUNXI_PIN(SUNXI_PINCTRL_PIN(E, 1),
507 SUNXI_PIN(SUNXI_PINCTRL_PIN(E, 2),
512 SUNXI_PIN(SUNXI_PINCTRL_PIN(E, 3),
517 SUNXI_PIN(SUNXI_PINCTRL_PIN(E, 4),
522 SUNXI_PIN(SUNXI_PINCTRL_PIN(E, 5),
528 SUNXI_PIN(SUNXI_PINCTRL_PIN(E, 6),
533 SUNXI_PIN(SUNXI_PINCTRL_PIN(E, 7),
538 SUNXI_PIN(SUNXI_PINCTRL_PIN(E, 8),
543 SUNXI_PIN(SUNXI_PINCTRL_PIN(E, 9),
[all …]
/linux-4.4.14/drivers/mtd/devices/
Dslram.c52 #define E(fmt, args...) printk(KERN_NOTICE fmt, ## args) macro
144 E("slram: Cannot allocate new MTD device.\n"); in register_device()
161 E("slram: Cannot allocate new MTD device.\n"); in register_device()
167 E("slram: ioremap failed\n"); in register_device()
188 E("slram: Failed to register new device\n"); in register_device()
264 E("slram: Illegal length parameter.\n"); in parse_cmdline()
289 E("slram: not enough parameters.\n"); in init_slram()
296 E("slram: No devicename specified.\n"); in init_slram()
301 E("slram: No devicestart specified.\n"); in init_slram()
305 E("slram: No devicelength / -end specified.\n"); in init_slram()
[all …]
/linux-4.4.14/Documentation/ABI/stable/
Dsysfs-class-tpm97 PCR-00: 3A 3F 78 0F 11 A4 B4 99 69 FC AA 80 CD 6E 39 57 C3 3B 22 75
98 PCR-01: 3A 3F 78 0F 11 A4 B4 99 69 FC AA 80 CD 6E 39 57 C3 3B 22 75
99 PCR-02: 3A 3F 78 0F 11 A4 B4 99 69 FC AA 80 CD 6E 39 57 C3 3B 22 75
100 PCR-03: 3A 3F 78 0F 11 A4 B4 99 69 FC AA 80 CD 6E 39 57 C3 3B 22 75
101 PCR-04: 3A 3F 78 0F 11 A4 B4 99 69 FC AA 80 CD 6E 39 57 C3 3B 22 75
132 1E E4 81 84 CE B2 F2 45 1C F0 85 99 61 02 4D EB
134 D7 0E 7D CA 41 BF 43 07 65 86 3C 8C 13 7A D0 8B
135 82 5E 96 0B F8 1F 5F 34 06 DA A2 52 C1 A9 D5 26
136 0F F4 04 4B D9 3F 2D F2 AC 2F 74 64 1F 8B CD 3E
137 1E 30 38 6C 70 63 69 AB E2 50 DF 49 05 2E E1 8D
[all …]
/linux-4.4.14/Documentation/networking/
Dfore200e.txt2 FORE Systems PCA-200E/SBA-200E ATM NIC driver
5 This driver adds support for the FORE Systems 200E-series ATM adapters
6 to the Linux operating system. It is based on the earlier PCA-200E driver
9 The driver simultaneously supports PCA-200E and SBA-200E adapters on
30 The FORE Systems 200E-series driver is shipped with firmware data being
44 Notice that different versions of the PCA-200E firmware exist, depending
Dpolicy-routing.txt96 3. OSPF classes (see RFC1583, RFC1812 E.3.3)
125 4. The Variant Router Requirements Algorithm (RFC1812 E.3.2)
D00-INDEX88 - FORE Systems PCA-200E/SBA-200E ATM NIC driver info.
/linux-4.4.14/crypto/
Dkhazad.c34 u64 E[KHAZAD_ROUNDS + 1]; member
771 ctx->E[r] = T0[(int)(K1 >> 56) ] ^ in khazad_setkey()
781 K1 = ctx->E[r]; in khazad_setkey()
784 ctx->D[0] = ctx->E[KHAZAD_ROUNDS]; in khazad_setkey()
786 K1 = ctx->E[KHAZAD_ROUNDS - r]; in khazad_setkey()
796 ctx->D[KHAZAD_ROUNDS] = ctx->E[0]; in khazad_setkey()
840 khazad_crypt(ctx->E, dst, src); in khazad_encrypt()
Danubis.c48 u32 E[ANUBIS_MAX_ROUNDS + 1][4]; member
524 ctx->E[r][0] = K0; in anubis_setkey()
525 ctx->E[r][1] = K1; in anubis_setkey()
526 ctx->E[r][2] = K2; in anubis_setkey()
527 ctx->E[r][3] = K3; in anubis_setkey()
557 ctx->D[0][i] = ctx->E[R][i]; in anubis_setkey()
558 ctx->D[R][i] = ctx->E[0][i]; in anubis_setkey()
562 u32 v = ctx->E[R - r][i]; in anubis_setkey()
665 anubis_crypt(ctx->E, dst, src, ctx->R); in anubis_encrypt()
/linux-4.4.14/firmware/radeon/
DRV610_me.bin.ihex120 :10077000000000000000000000204803000000000E
340 :10153000000010000060041100000315000000000E
520 :10207000000000240080362700000000000000213E
616 :10267000970000000020441100000000000000004E
842 :10349000002044110000000000000000002048113E
901 :10384000810000000020441100000000000000047E
1031 :10406000002044110000000000000000002048056E
1098 :10449000000000000000000600222630000000009E
1138 :10471000000000010020481100000000810000009E
1313 :10520000000000000000000000000000000000009E
[all …]
DRV620_me.bin.ihex120 :10077000000000000000000000204803000000000E
340 :10153000000010000060041100000315000000000E
520 :10207000000000240080362700000000000000213E
616 :10267000970000000020441100000000000000004E
842 :10349000002044110000000000000000002048113E
901 :10384000810000000020441100000000000000047E
1031 :10406000002044110000000000000000002048056E
1098 :10449000000000000000000600222630000000009E
1138 :10471000000000010020481100000000810000009E
1313 :10520000000000000000000000000000000000009E
[all …]
DR600_me.bin.ihex99 :10062000000000000000000200210227000000007E
118 :10075000000000000020480300000000000000002E
377 :10178000009016250000000000000000006000002E
387 :10182000000000000000000100204811000000003E
900 :10383000000000000000000100204811000000000E
1079 :10436000002044110000000001000000002048115E
1090 :10441000880000000020441100000000000000019E
1313 :10520000000000000000000000000000000000009E
1314 :10521000000000000000000000000000000000008E
1315 :10522000000000000000000000000000000000007E
[all …]
DRV730_me.bin.ihex293 :10124000000000000000000000000000000000009E
294 :10125000000000000000000000000000000000008E
295 :10126000000000000000000000000000000000007E
296 :10127000000000000000000000000000000000006E
297 :10128000000000000000000000000000000000005E
298 :10129000000000000000000000000000000000004E
DRV770_me.bin.ihex293 :10124000000000000000000000000000000000009E
294 :10125000000000000000000000000000000000008E
295 :10126000000000000000000000000000000000007E
296 :10127000000000000000000000000000000000006E
297 :10128000000000000000000000000000000000005E
298 :10129000000000000000000000000000000000004E
DRV710_me.bin.ihex293 :10124000000000000000000000000000000000009E
294 :10125000000000000000000000000000000000008E
295 :10126000000000000000000000000000000000007E
296 :10127000000000000000000000000000000000006E
297 :10128000000000000000000000000000000000005E
298 :10129000000000000000000000000000000000004E
DRS780_me.bin.ihex120 :10077000000000000000000000204803000000000E
340 :10153000000010000060041100000315000000000E
520 :10207000000000240080362700000000000000213E
616 :10267000970000000020441100000000000000004E
1113 :10458000000000008800000000204411000000002E
1170 :10491000000000000000000000204801000000002E
1313 :10520000000000000000000000000000000000009E
1314 :10521000000000000000000000000000000000008E
1315 :10522000000000000000000000000000000000007E
1316 :10523000000000000000000000000000000000006E
[all …]
DRV630_me.bin.ihex120 :10077000000000000000000000204803000000000E
340 :10153000000010000060041100000315000000000E
520 :10207000000000240080362700000000000000213E
616 :10267000970000000020441100000000000000004E
821 :10334000002044110000000000000001002048118E
1082 :10439000002044110000000000000001002048112E
1313 :10520000000000000000000000000000000000009E
1314 :10521000000000000000000000000000000000008E
1315 :10522000000000000000000000000000000000007E
1316 :10523000000000000000000000000000000000006E
[all …]
DRV635_me.bin.ihex120 :10077000000000000000000000204803000000000E
340 :10153000000010000060041100000315000000000E
520 :10207000000000240080362700000000000000213E
616 :10267000970000000020441100000000000000004E
821 :10334000002044110000000000000001002048118E
1082 :10439000002044110000000000000001002048112E
1313 :10520000000000000000000000000000000000009E
1314 :10521000000000000000000000000000000000008E
1315 :10522000000000000000000000000000000000007E
1316 :10523000000000000000000000000000000000006E
[all …]
DRV670_me.bin.ihex120 :10077000000000000000000000204803000000000E
340 :10153000000010000060041100000315000000000E
520 :10207000000000240080362700000000000000213E
616 :10267000970000000020441100000000000000004E
1129 :10468000810000000020441100000000000000062E
1313 :10520000000000000000000000000000000000009E
1314 :10521000000000000000000000000000000000008E
1315 :10522000000000000000000000000000000000007E
1316 :10523000000000000000000000000000000000006E
1317 :10524000000000000000000000000000000000005E
[all …]
DR200_cp.bin.ihex87 :10056000000000020000500000000002000078219E
97 :10060000000000022007700000000002012000002E
DR300_cp.bin.ihex40 :10027000000000280002205100000024000000516E
DR520_cp.bin.ihex40 :10027000000000280002205100000024000000516E
DRS690_cp.bin.ihex40 :10027000000000280002205100000024000000516E
DRS600_cp.bin.ihex40 :10027000000000280002205100000024000000516E
DR420_cp.bin.ihex40 :10027000000000280002205100000024000000516E
/linux-4.4.14/drivers/scsi/megaraid/
DKconfig.megaraid25 Dell PERC3/QC 101E:1960:1028:0471
26 Dell PERC3/DC 101E:1960:1028:0493
27 Dell PERC3/SC 101E:1960:1028:0475
28 Dell PERC3/Di 1028:000E:1028:0123
46 LSI MegaRAID SCSI 320-1E 1000:0408:1000:0001
47 LSI MegaRAID SCSI 320-2E 1000:0408:1000:0002
61 ACER MegaRAID ROMB-2E 1000:0408:1025:004D
/linux-4.4.14/firmware/tigon/
Dtg3.bin.ihex38 :10025000000000000000000000000000000000009E
39 :10026000000000000000000000000000000000008E
40 :10027000000000000000000000000000000000007E
41 :10028000000000000000000000000000000000006E
42 :10029000000000000000000000000000000000005E
Dtg3_tso5.bin.ihex97 :10060000904200000800418500026200246200025E
/linux-4.4.14/drivers/crypto/
Dpadlock-aes.c58 u32 E[AES_MAX_KEYLENGTH_U32] member
123 ctx->D = ctx->E; in aes_set_key()
125 ctx->E[0] = le32_to_cpu(key[0]); in aes_set_key()
126 ctx->E[1] = le32_to_cpu(key[1]); in aes_set_key()
127 ctx->E[2] = le32_to_cpu(key[2]); in aes_set_key()
128 ctx->E[3] = le32_to_cpu(key[3]); in aes_set_key()
152 memcpy(ctx->E, gen_aes.key_enc, AES_MAX_KEYLENGTH); in aes_set_key()
305 ecb_crypt(in, out, ctx->E, &ctx->cword.encrypt, 1); in aes_encrypt()
359 ctx->E, &ctx->cword.encrypt, in ecb_aes_encrypt()
438 walk.dst.virt.addr, ctx->E, in cbc_aes_encrypt()
/linux-4.4.14/arch/x86/crypto/sha-mb/
Dsha1_x8_avx2.S229 # ymm4 E
247 E = %ymm4 define
273 TMP_ = E
274 E = D define
313 vmovdqu 4*32(arg1), E
364 vmovdqu E,EE
373 SHA1_STEP_00_15 A,B,C,D,E, TMP,FUN, I, K, MAGIC_F0
382 SHA1_STEP_16_79 A,B,C,D,E, TMP,FUN, I, K, MAGIC_F0
390 SHA1_STEP_16_79 A,B,C,D,E, TMP,FUN, I, K, MAGIC_F1
398 SHA1_STEP_16_79 A,B,C,D,E, TMP,FUN, I, K, MAGIC_F2
[all …]
Dsha1_mb_mgr_flush_avx2.S182 vpminud %xmm3, %xmm2, %xmm2 # xmm2 has {x,x,E,F}
183 vpalignr $4, %xmm2, %xmm3, %xmm3 # xmm3 has {x,x,x,E}
268 vpminud %xmm3, %xmm2, %xmm2 # xmm2 has {x,x,E,F}
269 vpalignr $4, %xmm2, %xmm3, %xmm3 # xmm3 has {x,x,x,E}
Dsha1_mb_mgr_submit_avx2.S155 vpminud %xmm3, %xmm2, %xmm2 # xmm2 has {x,x,E,F}
156 vpalignr $4, %xmm2, %xmm3, %xmm3 # xmm3 has {x,x,x,E}
/linux-4.4.14/drivers/staging/rts5208/
DKconfig2 tristate "Realtek PCI-E Card Reader RTS5208/5288 support"
6 PCI-E card reader rts5208/rts5288.
/linux-4.4.14/scripts/coccinelle/api/
Dd_find_alias.cocci16 expression E, E1;
29 when != dent = E
30 when != E = dent
/linux-4.4.14/firmware/adaptec/
Dstarfire_rx.bin.ihex38 :10025000000000100000000000000010000000007E
39 :10026000000000100000000000000010000000006E
Dstarfire_tx.bin.ihex38 :10025000000000100000000000000010000000007E
39 :10026000000000100000000000000010000000006E
/linux-4.4.14/Documentation/RCU/
DRTFP.txt240 ,author="Udi Manber and Richard E. Ladner"
276 ,author="Udi Manber and Richard E. Ladner"
486 ,author="John D. Slingwine and Paul E. McKenney"
505 ,author="John D. Slingwine and Paul E. McKenney"
521 ,author="John D. Slingwine and Paul E. McKenney"
537 ,Author="Paul E. McKenney and John D. Slingwine"
609 ,Author="Paul E. McKenney and Dipankar Sarma"
622 ,author="John D. Slingwine and Paul E. McKenney"
637 ,Author="Paul E. McKenney and Jonathan Appavoo and Andi Kleen and
654 ,Author="Paul E. McKenney"
[all …]
/linux-4.4.14/Documentation/usb/
Dacm.txt78 E: Ad=81(I) Atr=03(Int.) MxPS= 8 Ivl=255ms
87 E: Ad=85(I) Atr=02(Bulk) MxPS= 64 Ivl= 0ms
88 E: Ad=04(O) Atr=02(Bulk) MxPS= 64 Ivl= 0ms
89 E: Ad=81(I) Atr=03(Int.) MxPS= 16 Ivl=128ms
92 E: Ad=81(I) Atr=03(Int.) MxPS= 16 Ivl=128ms
94 E: Ad=85(I) Atr=02(Bulk) MxPS= 64 Ivl= 0ms
95 E: Ad=04(O) Atr=02(Bulk) MxPS= 64 Ivl= 0ms
Dproc_usb_info.txt103 E = Endpoint descriptor info.
255 E: Ad=xx(s) Atr=xx(ssss) MxPS=dddd Ivl=dddss
315 E: Ad=81(I) Atr=03(Int.) MxPS= 8 Ivl=255ms
322 E: Ad=81(I) Atr=03(Int.) MxPS= 1 Ivl=255ms
329 E: Ad=81(I) Atr=03(Int.) MxPS= 3 Ivl= 10ms
338 E: Ad=81(I) Atr=02(Bulk) MxPS= 64 Ivl= 16ms
339 E: Ad=01(O) Atr=02(Bulk) MxPS= 16 Ivl= 16ms
340 E: Ad=82(I) Atr=03(Int.) MxPS= 8 Ivl= 8ms
Dgadget_serial.txt204 E: Ad=83(I) Atr=03(Int.) MxPS= 8 Ivl=32ms
206 E: Ad=81(I) Atr=02(Bulk) MxPS= 512 Ivl=0ms
207 E: Ad=02(O) Atr=02(Bulk) MxPS= 512 Ivl=0ms
236 E: Ad=81(I) Atr=02(Bulk) MxPS= 512 Ivl=0ms
237 E: Ad=02(O) Atr=02(Bulk) MxPS= 512 Ivl=0ms
DCREDITS19 David E. Nelson <dnelson@jump.net>
83 - Thanks to Y-E Data, Inc. for donating their FlashBuster-U
/linux-4.4.14/firmware/yamaha/
Dds1e_ctrl.fw.ihex548 :10223000000000000000000000000000000000009E
549 :10224000000000000000000000000000000000008E
550 :10225000000000000000000000000000000000007E
551 :10226000000000000000000000000000000000006E
552 :10227000000000000000000000000000000000005E
553 :10228000000000000000000000000000000000004E
554 :10229000000000000000000000000000000000003E
Dds1_ctrl.fw.ihex548 :10223000000000000000000000000000000000009E
549 :10224000000000000000000000000000000000008E
550 :10225000000000000000000000000000000000007E
551 :10226000000000000000000000000000000000006E
552 :10227000000000000000000000000000000000005E
553 :10228000000000000000000000000000000000004E
554 :10229000000000000000000000000000000000003E
/linux-4.4.14/Documentation/hwmon/
Dsmm66585 For SMM465 and SMM764, values for Channel E and F are reported but undefined.
93 in7_input Channel E voltage (mV)
104 in7_min Channel E minimum voltage (mV)
115 in7_max Channel E maximum voltage (mV)
126 in7_lcrit Channel E critical minimum voltage (mV)
137 in7_crit Channel E critical maximum voltage (mV)
148 in7_crit_alarm Channel E critical alarm
Dcoretemp70 i7 660UM/640/620, 640LM/620, 620M, 610E 105
72 i3 330E, 370M/350/330 90 rPGA, 105 BGA
161 T2700/2600/2450/2400/2350/2300E/2300/2250/2050 100
Dk8temp40 Temperature known as TCaseMax was specified for processors up to revision E.
/linux-4.4.14/arch/m68k/hp300/
Dhp300map.map161 string F5 = "\033[[E"
201 compose 'A' 'E' to '�'
205 compose '`' 'E' to '�'
207 compose '\'' 'E' to '�'
209 compose '^' 'E' to '�'
211 compose '"' 'E' to '�'
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/gr/
Dgm107.c298 int E = -1, X; in gm107_gr_init_bios() local
301 while (nvbios_P0260Ep(bios, ++E, &ver, &hdr, &infoE)) { in gm107_gr_init_bios()
302 if (X = -1, E < ARRAY_SIZE(regs)) { in gm107_gr_init_bios()
303 nvkm_wr32(device, regs[E].ctrl, infoE.data); in gm107_gr_init_bios()
305 nvkm_wr32(device, regs[E].data, infoX.data); in gm107_gr_init_bios()
/linux-4.4.14/firmware/emi62/
Dmidi.HEX47 :10070000010204000000000525010107090581021E
53 :10076000660069006700750072006100740069002E
56 :10079000610063006500200053007400720069006E
499 :10223000000000000000000000000000000000009E
500 :10224000000000000000000000000000000000008E
501 :10225000000000000000000000000000000000007E
502 :10226000000000000000000000000000000000006E
503 :10227000000000000000000000000000000000005E
504 :10228000000000000000000000000000000000004E
505 :10229000000000000000000000000000000000003E
Dspdif.HEX501 :10223000000000000000000000000000000000009E
502 :10224000000000000000000000000000000000008E
503 :10225000000000000000000000000000000000007E
504 :10226000000000000000000000000000000000006E
505 :10227000000000000000000000000000000000005E
506 :10228000000000000000000000000000000000004E
507 :10229000000000000000000000000000000000003E
/linux-4.4.14/scripts/coccinelle/locks/
Ddouble_lock.cocci45 expression E,locked.E1;
49 if (E) {
57 if (E) {
/linux-4.4.14/drivers/staging/comedi/
DKconfig485 tristate "NI AT-MIO E series ISA-PNP card support"
489 Enable support for National Instruments AT-MIO E series cards
490 National Instruments AT-MIO-16E-1 (ni_atmio),
491 AT-MIO-16E-2, AT-MIO-16E-10, AT-MIO-16DE-10, AT-MIO-64E-3,
774 PCI-1750, PCI-1751, PCI-1752, PCI-1753/E, PCI-1754, PCI-1756,
1047 tristate "NI PCI-MIO-E series and M series support"
1052 Enable support for National Instruments PCI-MIO-E series and M series
1053 (all boards): PCI-MIO-16XE-10, PXI-6030E, PCI-MIO-16E-1,
1054 PCI-MIO-16E-4, PCI-6014, PCI-6040E, PXI-6040E, PCI-6030E, PCI-6031E,
1055 PCI-6032E, PCI-6033E, PCI-6071E, PCI-6023E, PCI-6024E, PCI-6025E,
[all …]
/linux-4.4.14/Documentation/
Dinit.txt12 E) binary cannot be loaded
23 E.g. some serial consoles are unreliable due to serial IRQ issues (e.g.
29 E) make sure the binary's architecture matches your hardware.
30 E.g. i386 vs. x86_64 mismatch, or trying to load x86 on ARM hardware.
/linux-4.4.14/Documentation/leds/
Dleds-blinkm.txt35 E.g.:
53 E.g. below /sys/bus/i2c/devices/6-0009/blinkm
61 E.g.:
/linux-4.4.14/Documentation/filesystems/
Dcoda.txt438 NNOOTTEE It is questionable if we need CodaCreds in Venus. Finally Venus
547 NNOOTTEE The data structures and code are a mess. We need to clean this
620 NNOOTTEE The type of the vtype is currently wrong. It should be
652 EErrrroorrss Errors can occur if the object with fid does not exist, is
694 EErrrroorrss A variety of errors can occur. The object may not exist, may
725 EErrrroorrss The object may not exist, or the ACL describing the protection
771 EErrrroorrss A variety of errors can occur. Permissions may be insufficient.
775 NNOOTTEE The packing of parameters is very inefficient and appears to
821 EErrrroorrss As for create.
823 NNOOTTEE The input parameter should be changed to mode instead of
[all …]
Dsharedsubtree.txt431 D E F G
446 D' E'
852 E<-->K
857 other. 'A' has got 3 slave mounts 'E' 'F' and 'G' 'C' has got 2 slave
859 'E' is also shared with 'K' and they propagate to each other. And
864 A's ->mnt_slave_list links with ->mnt_slave of 'E', 'K', 'F' and 'G'
866 E's ->mnt_share links with ->mnt_share of K
867 'E', 'K', 'F', 'G' have their ->mnt_master point to struct
/linux-4.4.14/drivers/ntb/
DKconfig5 The PCI-E Non-transparent bridge hardware is a point-to-point PCI-E bus
/linux-4.4.14/Documentation/fb/
Dmetronomefb.txt7 is from E-Ink Corporation. It is intended to be used to drive the E-Ink
8 Vizplex display media. E-Ink hosts some details of this controller and the
Dframebuffer.txt99 easier and more portable. E.g. the X server works completely on /dev/fb* and
177 1/(28.37516E6 Hz) = 35.242E-9 s
181 640*35.242E-9 s = 22.555E-6 s
186 (640+272)*35.242E-9 s = 32.141E-6 s
190 1/(32.141E-6 s) = 31.113E3 Hz
195 (480+49)*32.141E-6 s = 17.002E-3 s
199 1/(17.002E-3 s) = 58.815 Hz
253 (in picoseconds, 1E-12 s), and vertical timings in number of scanlines.
Dintel810.txt17 Intel 810E
198 E. Module options
250 h. Load the driver as described in sections D and E.
/linux-4.4.14/drivers/eisa/
Deisa.ids75 AIR2001 "AIR SCSI-2E"
112 ASU4101 "EISA-486E Main Board"
118 ASU5101 "PCI/E-P5MP4 or PCI/E-P54NP4 Main Board V2.3"
119 ASU5201 "P/E-P55T2P4D Main Board (CFG File V1.2)"
127 ATT2402 "AT&T SCSI Host Adapter A (StarServer E)"
155 CNT2000 "900E/950E EISA Bus 32-bit Ethernet LAN Adapter"
227 CPQ3011 "Compaq QVision 1024/E Video Controller"
229 CPQ3111 "Compaq QVision 1024/E Graphics Controller"
230 CPQ3112 "Compaq QVision 1280/E Graphics Controller"
237 CPQ4030 "Compaq SMART-2/E Array Controller"
[all …]
/linux-4.4.14/drivers/tty/vt/
Ddefkeymap.map266 string F5 = "\033[[E"
306 compose 'A' 'E' to '�'
310 compose '`' 'E' to '�'
312 compose '\'' 'E' to '�'
314 compose '^' 'E' to '�'
316 compose '"' 'E' to '�'
Ddefkeymap.c_shipped161 '\033', '[', '[', 'E', 0,
234 {'A', 'E', 0306}, {'a', 'e', 0346},
236 {'`', 'E', 0310}, {'`', 'e', 0350},
237 {'\'', 'E', 0311}, {'\'', 'e', 0351},
238 {'^', 'E', 0312}, {'^', 'e', 0352},
239 {'"', 'E', 0313}, {'"', 'e', 0353},
/linux-4.4.14/arch/arm/boot/dts/
Domap3-igep0030.dts2 * Device Tree Source for IGEP COM MODULE Rev. E (TI OMAP AM/DM37x)
15 model = "IGEP COM MODULE Rev. E (TI OMAP AM/DM37x)";
Dstih416-b2020e.dts13 model = "STiH416 B2020 REV-E";
/linux-4.4.14/Documentation/devicetree/bindings/clock/st/
Dst,quadfs.txt16 "st,stih416-quadfs660-E", "st,quadfs"
40 compatible = "st,stih416-quadfs660-E", "st,quadfs";
/linux-4.4.14/Documentation/sound/oss/
DCMI833094 (INT 0 (IRQ 7 (MODE +E)))
104 (INT 0 (IRQ 11 (MODE +E)))
121 (INT 0 (IRQ 5 (MODE +E)))
DWaveArtist102 | /----->mute>--> Gain >--> E | |
146 -------*------>mute>--> Gain >--> E | |
DESS186828 (INT 0 (IRQ 5 (MODE +E)))
DVIBRA1638 (INT 0 (IRQ 5 (MODE +E)))
/linux-4.4.14/firmware/emi26/
Dfirmware.HEX506 :10223000000000000000000000000000000000009E
507 :10224000000000000000000000000000000000008E
508 :10225000000000000000000000000000000000007E
509 :10226000000000000000000000000000000000006E
510 :10227000000000000000000000000000000000005E
511 :10228000000000000000000000000000000000004E
512 :10229000000000000000000000000000000000003E
/linux-4.4.14/drivers/scsi/mvsas/
DKconfig34 This driver supports Marvell's SAS/SATA 3Gb/s PCI-E 88SE64XX and 6Gb/s
35 PCI-E 88SE94XX chip based host adapters.
/linux-4.4.14/drivers/net/ethernet/broadcom/
DKconfig174 tristate "Broadcom NetXtreme-C/E support"
180 This driver supports Broadcom NetXtreme-C/E 10/25/40/50 gigabit
185 bool "Broadcom NetXtreme-C/E SR-IOV support"
190 Virtualization support in the NetXtreme-C/E products. This
/linux-4.4.14/Documentation/devicetree/bindings/clock/ti/
Ddivider.txt8 the register is one less than the actual divisor value. E.g:
18 of 0. E.g:
24 ti,index-power-of-two - valid divisor values are powers of two. E.g:
Dmux.txt11 as they are programmed into the regster. E.g:
/linux-4.4.14/drivers/memstick/host/
DKconfig47 tristate "Realtek PCI-E Memstick Card Interface Driver"
51 of Realtek PCI-E card reader
/linux-4.4.14/Documentation/blockdev/
Dcpqarray.txt9 * SMART-2/E (EISA)
36 necessary to specify the IRQ). For example, if you had two SMART-2/E
/linux-4.4.14/drivers/usb/serial/
DMakefile-keyspan_pda_fw9 gcc -x assembler-with-cpp -P -E -o $@ $<
/linux-4.4.14/drivers/cpuidle/
DKconfig.arm53 bool "Cpu Idle Driver for the ST-E u8500 processors"
56 Select this to enable cpuidle for ST-E u8500 processors
/linux-4.4.14/Documentation/i2c/muxes/
Di2c-mux-gpio11 E.G.:
35 E.G. something like this for a MUX providing 4 bus segments
/linux-4.4.14/arch/cris/arch-v32/lib/
Dstrcmp.S3 ; Written by Edgar E. Iglesias
/linux-4.4.14/arch/mips/vr41xx/
DPlatform8 # CASIO CASSIPEIA E-55/65 (VR4111)
DKconfig7 bool "CASIO CASSIOPEIA E-10/15/55/65"
/linux-4.4.14/arch/arm/mach-cns3xxx/
DKconfig17 for USB, USB-OTG, MMC/SD/SDIO, SATA, PCI-E, etc.
/linux-4.4.14/Documentation/i2c/busses/
Di2c-i8015 '810' and '810E' chipsets)
6 * Intel 82801BA (ICH2 - part of the '815E' chipset)
64 Intel's '810' chipset for Celeron-based PCs, '810E' chipset for
65 Pentium-based PCs, '815E' chipset, and others.
Di2c-ocores26 E.G. something like:
/linux-4.4.14/Documentation/scsi/
Daacraid.txt34 9005:0285:9005:029a Adaptec 4805SAS (Marauder-E)
92 9005:0285:1014:034d IBM ServeRAID 8s (Marauder-E)
98 9005:0285:9005:02a5 ICP ICP5085BR (Marauder-E)
/linux-4.4.14/Documentation/s390/
Dmonreader.txt28 location of the monitor DCSS with the Class E privileged CP command Q NSS MAP
71 the same DCSS. The CP command Q MONITOR (Class E privileged) shows the name
75 DCSS if your z/VM doesn't have one already, you need Class E privileges to
88 (Class E privileged), see "CP Command and Utility Reference".
161 module. You can also use the (Class E privileged) CP command Q NSS MAP to
/linux-4.4.14/arch/avr32/include/asm/
Dmmu_context.h133 | SYSREG_BIT(E) in enable_mmu()
/linux-4.4.14/Documentation/device-mapper/
Ddm-service-time.txt79 test: 0 10 multipath 2 0 0 0 1 1 E 0 2 2 8:0 A 0 0 1 8:16 A 0 0 4
91 test: 0 10 multipath 2 0 0 0 1 1 E 0 2 2 8:0 A 0 0 2 8:16 A 0 0 8
Ddm-queue-length.txt39 test: 0 10 multipath 2 0 0 0 1 1 E 0 2 1 8:0 A 0 0 8:16 A 0 0
/linux-4.4.14/Documentation/video4linux/bttv/
DTHANKS17 components on their cards. (E.g. how the tuner type is detected)
DICs18 Philips SAA5246AGP/E: Videotext decoder chip, I2C 0x22-0x23
DCards157 LR51 Rev.E = Flyvideo 98 EZ (capture only)
162 LR99 Rev.E = Low profile card for OEM integration (only internal audio!) bt878
229 PixelView Play TV pro - (Model: PV-BT878P+ REV 8E)
237 PixelView Play TV PAK - (Model: PV-BT878P+ REV 4E)
240 PixelView PowerStudio PAK - (Model: PV-M3600 REV 4E)
436 Terra TV+ Version 1.1 (Bt878), "LR74 Rev.E" printed on the PCB, TDA9821
505 MXTV-9578CP (Bt878) (= Prolink PV-BT878P+4E)
816 TV Excel = Australian Name for "PV-BT878P+ 8E" or "878TV Rev.3_"
DPROBLEMS18 remap this. E.g.: insmod bttv vidmem=0xfb0 remap=0xfa0
/linux-4.4.14/Documentation/video4linux/
DCARDLIST.bttv51 50 -> Prolink PV-BT878P+4E / PixelView PlayTV PAK / Lenco MXTV-9578 CP
71 70 -> Prolink Pixelview PV-BT878P+ (Rev.4C,8E)
139 138 -> Prolink Pixelview PV-BT878P+ (Rev.2E)
DCARDLIST.tuner77 tuner=77 - TCL tuner MF02GIP-5N-E
/linux-4.4.14/drivers/net/wireless/cw1200/
DKconfig5 This is a driver for the ST-E CW1100 & CW1200 WLAN chipsets.
/linux-4.4.14/drivers/net/wan/
Dfarsync.c498 #define FST_RDB(C,E) readb ((C)->mem + WIN_OFFSET(E)) argument
499 #define FST_RDW(C,E) readw ((C)->mem + WIN_OFFSET(E)) argument
500 #define FST_RDL(C,E) readl ((C)->mem + WIN_OFFSET(E)) argument
502 #define FST_WRB(C,E,B) writeb ((B), (C)->mem + WIN_OFFSET(E)) argument
503 #define FST_WRW(C,E,W) writew ((W), (C)->mem + WIN_OFFSET(E)) argument
504 #define FST_WRL(C,E,L) writel ((L), (C)->mem + WIN_OFFSET(E)) argument
/linux-4.4.14/arch/arm/mach-realview/
DKconfig71 support for PCI-E and Compact Flash.
101 support for PCI-E and Compact Flash.
/linux-4.4.14/Documentation/sound/alsa/
DAudigy-mixer.txt240 4 - mono, E destination (FX-bus 0-63), default 0
248 12 - left, E destination (FX-bus 0-63), default 0
256 20 - right, E destination (FX-bus 0-63), default 0
273 4 - mono, E destination attn, default 0 (mute)
281 12 - left, E destination attn, default 0 (mute)
289 20 - right, E destination attn, default 0 (mute)
/linux-4.4.14/drivers/isdn/mISDN/
DKconfig23 E.g. it is required for PBX4Linux. Go to http://isdn.eversberg.eu
/linux-4.4.14/drivers/s390/char/
Ddefkeymap.map73 keycode 69 = aacute E
168 string F5 = "\033[[E"
/linux-4.4.14/Documentation/isdn/
DINTERFACE.fax64 (one of the constants ISDN_FAX_PHASE_[IDLE,A,B,C,D,E])
118 OK message, switching to phase E.
/linux-4.4.14/scripts/genksyms/
Dkeywords.hash.c_shipped2 /* Command-line: gperf -t --output-file scripts/genksyms/keywords.hash.c_shipped -a -C -E -g -k '1,…
12 && ('B' == 66) && ('C' == 67) && ('D' == 68) && ('E' == 69) \
/linux-4.4.14/drivers/parisc/
DKconfig9 were also used in servers from the E-class to the K-class. They
137 This has nothing to do with LED State support for A and E class.
146 That includes support for LED State front panel as found on E
/linux-4.4.14/Documentation/input/
Dxpad.txt198 E: Ad=81(I) Atr=03(Int.) MxPS= 32 Ivl= 10ms
199 E: Ad=02(O) Atr=03(Int.) MxPS= 32 Ivl= 10ms
209 E: Ad=82(I) Atr=03(Int.) MxPS= 32 Ivl=4ms
210 E: Ad=02(O) Atr=03(Int.) MxPS= 32 Ivl=4ms
Datarikbd.txt619 0E BS
623 12 E
635 1E A
651 2E C
667 3E F4
683 4E KEYPAD +
705 6E KEYPAD 2
Dwalkera0701.txt31 E
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/cpm_qe/
Dgpio.txt5 Ports A, C and D are 16bit ports and Ports B and E are 32bit ports.
/linux-4.4.14/samples/pktgen/
DREADME.rst29 The global variable being set is also listed. E.g. the required
/linux-4.4.14/Documentation/fault-injection/
Dprovoke-crashes.txt30 <mountpoint>/provoke-crash/<crashpoint>. E.g.,
/linux-4.4.14/drivers/staging/unisys/include/
Dchannel.h38 #define SIGNATURE_64(A, B, C, D, E, F, G, H) \ argument
39 (SIGNATURE_32(A, B, C, D) | ((u64)(SIGNATURE_32(E, F, G, H)) << 32))
/linux-4.4.14/arch/arm/mach-omap1/
DKconfig94 bool "Palm Tungsten E"
97 Support for the Palm Tungsten E PDA. To boot the kernel, you'll
/linux-4.4.14/drivers/staging/panel/
DKconfig161 (E, RS, sometimes RW), and 4 or 8 for the data. Use 0 here for a 8 bits
166 int "Parallel port pin number & polarity connected to the LCD E signal (-17...17) "
170 This describes the number of the parallel port pin to which the LCD 'E'
177 Default for the 'E' pin in custom profile is '14' (AUTOFEED).
/linux-4.4.14/Documentation/namespaces/
Dcompatibility-list.txt19 object inside the kernel. E.g. semaphore with IPCID or
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-module52 E - unsigned module
/linux-4.4.14/Documentation/parisc/
Dregisters53 E (Little-endian) 0
76 PSW default E value 0
/linux-4.4.14/Documentation/thermal/
Dpower_allocator.txt189 success, -E* on failure. This is currently used by the power
201 milliwatts and store it in @power. It should return 0 on success, -E*
213 -E* on failure. This is currently used by the thermal core to convert
/linux-4.4.14/Documentation/watchdog/
Dwdt.txt24 pass IO address and IRQ boot parameters. E.g.:
/linux-4.4.14/arch/powerpc/boot/dts/
Dac14xx.dts261 0A 12 01 03 80 1C 23 78 CA 88 FF 94 52 54 8E 27
262 1E 4C 50 00 00 00 01 01 01 01 01 01 01 01 01 01
/linux-4.4.14/Documentation/networking/caif/
DLinux-CAIF.txt49 I M P L E M E N T A T I O N
/linux-4.4.14/Documentation/auxdisplay/
Dcfag12864b80 Ground (20)---[GND] E A Values:
/linux-4.4.14/Documentation/devicetree/bindings/input/
Dcros-ec-keyb.txt66 /* E R W I */
/linux-4.4.14/drivers/video/fbdev/sis/
Dinit.c3545 int A, B, C, D, E, F, temp; in SiS_Generic_ConvertCRData() local
3555 E = HDE + 1; in SiS_Generic_ConvertCRData()
3559 F = HRS - E - 3; in SiS_Generic_ConvertCRData()
3575 temp = HBE - ((E - 1) & 255); in SiS_Generic_ConvertCRData()
3578 temp = HRE - ((E + F + 3) & 63); in SiS_Generic_ConvertCRData()
3583 if(writeres) var->xres = xres = E * 8; in SiS_Generic_ConvertCRData()
3604 E = VDE + 1; in SiS_Generic_ConvertCRData()
3611 F = VRS + 1 - E; in SiS_Generic_ConvertCRData()
3623 temp = VBE - ((E - 1) & 511); in SiS_Generic_ConvertCRData()
3628 temp = VRE - ((E + F - 1) & 31); in SiS_Generic_ConvertCRData()
[all …]
/linux-4.4.14/Documentation/locking/
Dlocktorture.txt115 (A) (B) (C) (D) (E)
126 (E): true/false values if there were errors acquiring the lock. This should
/linux-4.4.14/Documentation/power/regulator/
Doverview.txt57 +-> [Consumer D], [Consumer E]
61 Domain 1: Switch-1, Consumers D & E.
/linux-4.4.14/Documentation/nvdimm/
Dnvdimm.txt577 E: DEVPATH=/devices/platform/nfit_test.0/ndbus0/region0
578 E: DEVTYPE=nd_pmem
579 E: MODALIAS=nd:t2
580 E: SUBSYSTEM=nd
584 E: DEVPATH=/devices/platform/nfit_test.0/ndbus0/region4
585 E: DEVTYPE=nd_blk
586 E: MODALIAS=nd:t3
587 E: SUBSYSTEM=nd
/linux-4.4.14/Documentation/devicetree/bindings/net/
Dsh_eth.txt15 - reg: offset and length of (1) the E-DMAC/feLic register block (required),
/linux-4.4.14/drivers/net/ethernet/sfc/
Dnic.c195 #define REGISTER_DZ(name) REGISTER(name, E, D, Z)
337 #define REGISTER_TABLE_DZ(name) REGISTER_TABLE(name, E, D, Z)
/linux-4.4.14/scripts/kconfig/
Dzconf.hash.c_shipped2 /* Command-line: gperf -t --output-file scripts/kconfig/zconf.hash.c_shipped -a -C -E -g -k '1,3,$'…
12 && ('B' == 66) && ('C' == 67) && ('D' == 68) && ('E' == 69) \
/linux-4.4.14/Documentation/cpu-freq/
Duser-guide.txt6 U S E R G U I D E
/linux-4.4.14/arch/arm/include/debug/
Dtegra.S141 checkuart(\rp, \rv, U, 2, E)
/linux-4.4.14/Documentation/devicetree/bindings/clock/
Dzynq-7000.txt33 order to provide an optional (E)MIO clock source.
/linux-4.4.14/arch/cris/arch-v32/mach-fs/
DKconfig178 Configures the direction of general port E bits. 1 is out, 0 is in.
192 Configures the initial data for the general port E bits. Most
/linux-4.4.14/drivers/atm/
DKconfig329 tristate "FORE Systems 200E-series"
333 This is a driver for the FORE Systems 200E-series ATM adapter
334 cards. It simultaneously supports PCA-200E and SBA-200E models
/linux-4.4.14/Documentation/devicetree/bindings/sound/
Dnau8825.txt82 interrupts = <TEGRA_GPIO(E, 6) IRQ_TYPE_LEVEL_LOW>;
/linux-4.4.14/drivers/input/tablet/
DKconfig81 E.g. serial versions of the Cintiq, Graphire or Penpartner.
/linux-4.4.14/firmware/bnx2/
Dbnx2-rv2p-06-6.0.15.fw.ihex36 :10022000000000188000000000000018800000009E
Dbnx2-rv2p-09-6.0.17.fw.ihex36 :10022000000000188000000000000018800000009E
Dbnx2-rv2p-09ax-6.0.17.fw.ihex36 :10022000000000188000000000000018800000009E
/linux-4.4.14/Documentation/DocBook/media/
Dcrop.gif.b64101 8j//9F//9n//+E//oez47J/1SmHJEHDkpNVenPXm3X8wFEeyNM8RCFa2BVA4lme6tm8g13e+9/lW
/linux-4.4.14/drivers/usb/renesas_usbhs/
Dpipe.c139 CASE_PIPExTRN(E); in usbhsp_pipe_trn_set()
175 CASE_PIPExTRE(E); in usbhsp_pipe_tre_set()
/linux-4.4.14/Documentation/kbuild/
Dkbuild.txt201 to be included in the databases, separated by blank space. E.g.:
205 To get all available archs you can also specify all. E.g.:
/linux-4.4.14/arch/cris/arch-v32/
DKconfig193 Configures the direction of general port E bits. 1 is out, 0 is in.
207 Configures the initial data for the general port E bits. Most
/linux-4.4.14/arch/mips/loongson64/
DKconfig28 Lemote Fuloong(2e) mini-PC board based on the Chinese Loongson-2E CPU and
/linux-4.4.14/arch/powerpc/platforms/40x/
DKconfig26 This option enables support for the ESTEEM 195E Hotfoot board.
/linux-4.4.14/arch/m68k/fpsp040/
Dslogn.S343 |--WE DEFINE F = 1.XXXXXX1, I.E. FIRST 7 BITS OF Y AND ATTACH A 1.
360 movel #0x3FFF0000,X(%a6) | ...X IS NOW Y, I.E. 2^(-K)*X
/linux-4.4.14/tools/perf/Documentation/
Dperf-top.txt45 -E <entries>::
242 [E]::
/linux-4.4.14/drivers/staging/iio/Documentation/
Ddevice.txt53 Write the value associated with on sensor event detectors. E.g.
/linux-4.4.14/drivers/net/wireless/hostap/
DKconfig43 DWL-520 rev E and D-Link DWL-650 rev P.
/linux-4.4.14/drivers/isdn/hisax/
DKconfig29 The call control protocol E-DSS1 is used in most European countries.
71 before E-DSS1 was established. Nowadays, all new lines in Germany
72 use E-DSS1.

12