/linux-4.4.14/arch/cris/include/arch-v32/arch/hwregs/iop/ |
D | iop_mpu_macros.h | 96 #define MPU_ADD_RRR(S,N,D) (0x4000008C | ((S & ((1 << 5) - 1)) << 16)\ argument 100 #define MPU_ADD_RRS(S,N,D) (0x4000048C | ((S & ((1 << 5) - 1)) << 16)\ argument 104 #define MPU_ADD_RSR(S,N,D) (0x4000018C | ((S & ((1 << 5) - 1)) << 16)\ argument 108 #define MPU_ADD_RSS(S,N,D) (0x4000058C | ((S & ((1 << 5) - 1)) << 16)\ argument 112 #define MPU_ADD_SRR(S,N,D) (0x4000028C | ((S & ((1 << 5) - 1)) << 16)\ argument 116 #define MPU_ADD_SRS(S,N,D) (0x4000068C | ((S & ((1 << 5) - 1)) << 16)\ argument 120 #define MPU_ADD_SSR(S,N,D) (0x4000038C | ((S & ((1 << 5) - 1)) << 16)\ argument 124 #define MPU_ADD_SSS(S,N,D) (0x4000078C | ((S & ((1 << 5) - 1)) << 16)\ argument 128 #define MPU_ADDQ_RIR(S,N,D) (0x10000000 | ((S & ((1 << 5) - 1)) << 16)\ argument 132 #define MPU_ADDQ_IRR(S,N,D) (0x10000000 | ((S & ((1 << 16) - 1)) << 0)\ argument [all …]
|
/linux-4.4.14/ |
D | CREDITS | 6 snail-mail address (S). 20 S: (ask for current address) 21 S: Finland 31 S: C. Negri 6, bl. D3 32 S: Iasi 6600 33 S: Romania 43 S: 75 Donald St, Apt 42 44 S: Weymouth, MA 02188 45 S: USA 52 S: Longford, Ireland [all …]
|
D | MAINTAINERS | 80 S: Status, one of the following: 130 S: Maintained 137 S: Maintained 144 S: Supported 150 S: Maintained 158 S: Maintained 166 S: Maintained 172 S: Maintained 179 S: Maintained 186 S: Orphan / Obsolete [all …]
|
/linux-4.4.14/include/math-emu/ |
D | single.h | 63 #define FP_UNPACK_RAW_S(X,val) _FP_UNPACK_RAW_1(S,X,val) 64 #define FP_UNPACK_RAW_SP(X,val) _FP_UNPACK_RAW_1_P(S,X,val) 65 #define FP_PACK_RAW_S(val,X) _FP_PACK_RAW_1(S,val,X) 69 _FP_PACK_RAW_1_P(S,val,X); \ 74 _FP_UNPACK_RAW_1(S,X,val); \ 75 _FP_UNPACK_CANONICAL(S,1,X); \ 80 _FP_UNPACK_RAW_1_P(S,X,val); \ 81 _FP_UNPACK_CANONICAL(S,1,X); \ 86 _FP_PACK_CANONICAL(S,1,X); \ 87 _FP_PACK_RAW_1(S,val,X); \ [all …]
|
D | op-4.h | 29 #define _FP_FRAC_COPY_4(D,S) \ argument 30 (D##_f[0] = S##_f[0], D##_f[1] = S##_f[1], \ 31 D##_f[2] = S##_f[2], D##_f[3] = S##_f[3]) 429 #define _FP_SQRT_MEAT_4(R, S, T, X, q) \ argument 433 T##_f[3] = S##_f[3] + q; \ 436 S##_f[3] = T##_f[3] + q; \ 446 T##_f[2] = S##_f[2] + q; \ 447 T##_f[3] = S##_f[3]; \ 451 S##_f[2] = T##_f[2] + q; \ 452 S##_f[3] += (T##_f[2] > S##_f[2]); \ [all …]
|
D | op-2.h | 29 #define _FP_FRAC_COPY_2(D,S) (D##_f0 = S##_f0, D##_f1 = S##_f1) argument 529 #define _FP_SQRT_MEAT_2(R, S, T, X, q) \ argument 533 T##_f1 = S##_f1 + q; \ 536 S##_f1 = T##_f1 + q; \ 546 T##_f0 = S##_f0 + q; \ 547 T##_f1 = S##_f1; \ 551 S##_f0 = T##_f0 + q; \ 552 S##_f1 += (T##_f0 > S##_f0); \ 561 if (S##_f1 < X##_f1 || \ 562 (S##_f1 == X##_f1 && S##_f0 < X##_f0)) \ [all …]
|
D | op-1.h | 29 #define _FP_FRAC_COPY_1(D,S) (D##_f = S##_f) argument 253 #define _FP_SQRT_MEAT_1(R, S, T, X, q) \ argument 257 T##_f = S##_f + q; \ 260 S##_f = T##_f + q; \ 269 if (S##_f < X##_f) \ 288 #define _FP_FRAC_CONV_1_1(dfs, sfs, D, S) \ argument 290 D##_f = S##_f; \ 293 if (S##_c != FP_CLS_NAN) \
|
D | double.h | 115 #define _FP_SQRT_MEAT_D(R,S,T,X,Q) _FP_SQRT_MEAT_2(R,S,T,X,Q) argument 187 #define _FP_SQRT_MEAT_D(R,S,T,X,Q) _FP_SQRT_MEAT_1(R,S,T,X,Q) argument
|
D | quad.h | 121 #define _FP_SQRT_MEAT_Q(R,S,T,X,Q) _FP_SQRT_MEAT_4(R,S,T,X,Q) argument 194 #define _FP_SQRT_MEAT_Q(R,S,T,X,Q) _FP_SQRT_MEAT_2(R,S,T,X,Q) argument
|
D | op-common.h | 588 _FP_FRAC_DECL_##wc(T); _FP_FRAC_DECL_##wc(S); \ 629 _FP_FRAC_SET_##wc(S, _FP_ZEROFRAC_##wc); \ 632 _FP_SQRT_MEAT_##wc(R, S, T, X, q); \ 820 #define FP_CONV(dfs,sfs,dwc,swc,D,S) \ argument 822 _FP_FRAC_CONV_##dwc##_##swc(dfs, sfs, D, S); \ 823 D##_e = S##_e; \ 824 D##_c = S##_c; \ 825 D##_s = S##_s; \
|
/linux-4.4.14/crypto/ |
D | arc4.c | 25 u32 S[256]; member 39 ctx->S[i] = i; in arc4_set_key() 42 u32 a = ctx->S[i]; in arc4_set_key() 44 ctx->S[i] = ctx->S[j]; in arc4_set_key() 45 ctx->S[j] = a; in arc4_set_key() 56 u32 *const S = ctx->S; in arc4_crypt() local 66 a = S[x]; in arc4_crypt() 68 b = S[y]; in arc4_crypt() 71 S[y] = a; in arc4_crypt() 73 S[x] = b; in arc4_crypt() [all …]
|
D | blowfish_common.c | 306 #define bf_F(x) (((S[GET32_0(x)] + S[256 + GET32_1(x)]) ^ \ 307 S[512 + GET32_2(x)]) + S[768 + GET32_3(x)]) 318 const u32 *S = bctx->s; in encrypt_block() local 353 u32 *S = ctx->s; in blowfish_setkey() local 360 S[count] = bf_sbox[count]; in blowfish_setkey() 391 S[count] = data[0]; in blowfish_setkey() 392 S[count + 1] = data[1]; in blowfish_setkey()
|
D | khazad.c | 762 const u64 *S = T7; in khazad_setkey() local 787 ctx->D[r] = T0[(int)S[(int)(K1 >> 56) ] & 0xff] ^ in khazad_setkey() 788 T1[(int)S[(int)(K1 >> 48) & 0xff] & 0xff] ^ in khazad_setkey() 789 T2[(int)S[(int)(K1 >> 40) & 0xff] & 0xff] ^ in khazad_setkey() 790 T3[(int)S[(int)(K1 >> 32) & 0xff] & 0xff] ^ in khazad_setkey() 791 T4[(int)S[(int)(K1 >> 24) & 0xff] & 0xff] ^ in khazad_setkey() 792 T5[(int)S[(int)(K1 >> 16) & 0xff] & 0xff] ^ in khazad_setkey() 793 T6[(int)S[(int)(K1 >> 8) & 0xff] & 0xff] ^ in khazad_setkey() 794 T7[(int)S[(int)(K1 ) & 0xff] & 0xff]; in khazad_setkey()
|
D | blowfish_generic.c | 36 #define bf_F(x) (((S[GET32_0(x)] + S[256 + GET32_1(x)]) ^ \ 37 S[512 + GET32_2(x)]) + S[768 + GET32_3(x)]) 47 const u32 *S = ctx->s; in bf_encrypt() local 81 const u32 *S = ctx->s; in bf_decrypt() local
|
/linux-4.4.14/scripts/coccinelle/iterators/ |
D | use_after_iter.cocci | 36 statement S; 88 list_for_each_entry(c,...) S 90 list_for_each_entry_reverse(c,...) S 92 list_for_each_entry_continue(c,...) S 94 list_for_each_entry_continue_reverse(c,...) S 96 list_for_each_entry_from(c,...) S 98 list_for_each_entry_safe(c,...) S 100 list_for_each_entry_safe(x,c,...) S 102 list_for_each_entry_safe_continue(c,...) S 104 list_for_each_entry_safe_continue(x,c,...) S [all …]
|
D | device_node_continue.cocci | 24 statement S; 29 for_each_node_by_name(n,e1) S 31 for_each_node_by_type(n,e1) S 33 for_each_compatible_node(n,e1,e2) S 35 for_each_matching_node(n,e1) S 37 for_each_matching_node_and_match(n,e1,e2) S 39 for_each_child_of_node(e1,n) S 41 for_each_available_child_of_node(e1,n) S 43 for_each_node_with_property(n,e1) S 56 statement S; [all …]
|
D | list_entry_update.cocci | 29 statement S; 34 list_for_each_entry@p1(x,...) S 41 statement S; 46 list_for_each_entry@p1(x,...) S
|
D | itnull.cocci | 24 statement S,S1,S2; 29 - if (x == NULL && ...) S 32 S
|
/linux-4.4.14/arch/m68k/fpsp040/ |
D | ssin.S | 233 |--R' + R'*S*(A1 + S(A2 + S(A3 + S(A4 + ... + SA7)))), WHERE 268 fmulx %fp0,%fp2 | ...S(A2+T(A4+TA6)) 288 |--SGN + S'*(B1 + S(B2 + S(B3 + S(B4 + ... + SB8)))), WHERE 289 |--S=R*R AND S'=SGN*S. THIS CAN BE REWRITTEN AS 290 |--SGN + S'*([B1+T(B3+T(B5+TB7))] + [S(B2+T(B4+T(B6+TB8)))]) 291 |--WHERE T=S*S. 296 fmulx %fp0,%fp0 | ...FP0 IS S 304 fmovex %fp0,X(%a6) | ...X IS S 311 eorl %d0,X(%a6) | ...X IS NOW S'= SGN*S 446 |--FLOATING POINT FORMAT, THE TWO FMOVE'S FMOVE.L FP <--> N [all …]
|
D | setox.S | 137 | p = [ R + R*S*(A2 + S*A4) ] + 138 | [ S*(A1 + S*(A3 + S*A5)) ] 139 | where S = R*R. 514 |--TO FULLY UTILIZE THE PIPELINE, WE COMPUTE S = R*R 515 |--[R+R*S*(A2+S*A4)] + [S*(A1+S*(A3+S*A5))] 518 fmulx %fp1,%fp1 | ...fp1 IS S = R*R 523 fmulx %fp1,%fp2 | ...fp2 IS S*A5 525 fmuls #0x3C088895,%fp3 | ...fp3 IS S*A4 527 faddd EXPA3,%fp2 | ...fp2 IS A3+S*A5 528 faddd EXPA2,%fp3 | ...fp3 IS A2+S*A4 [all …]
|
D | stan.S | 215 fmulx %fp1,%fp1 | ...S = R*R 226 fmulx %fp1,%fp3 | ...S(Q3+SQ4) 227 fmulx %fp1,%fp2 | ...S(P2+SP3) 229 faddx TANQ2,%fp3 | ...Q2+S(Q3+SQ4) 230 faddx TANP1,%fp2 | ...P1+S(P2+SP3) 232 fmulx %fp1,%fp3 | ...S(Q2+S(Q3+SQ4)) 233 fmulx %fp1,%fp2 | ...S(P1+S(P2+SP3)) 235 faddx TANQ1,%fp3 | ...Q1+S(Q2+S(Q3+SQ4)) 236 fmulx %fp0,%fp2 | ...RS(P1+S(P2+SP3)) 238 fmulx %fp3,%fp1 | ...S(Q1+S(Q2+S(Q3+SQ4))) [all …]
|
/linux-4.4.14/Documentation/arm/nwfpe/ |
D | README.FPE | 7 <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 …]
|
D | TODO | 4 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/Documentation/video4linux/ |
D | CARDLIST.cx88 | 38 37 -> Hauppauge Nova-S-Plus DVB-S [0070:9201,0070:9202] 39 38 -> Hauppauge Nova-SE2 DVB-S [0070:9200] 40 39 -> KWorld DVB-S 100 [17de:08b2,1421:0341] 53 52 -> Geniatech DVB-S [14f1:0084] 54 53 -> Hauppauge WinTV-HVR3000 TriMode Analog/DVB-S/DVB-T [0070:1404,0070:1400,0070:1401,0070:1402] 69 68 -> Hauppauge WinTV-HVR4000 DVB-S/S2/T/Hybrid [0070:6900,0070:6904,0070:6902] 70 69 -> Hauppauge WinTV-HVR4000(Lite) DVB-S/S2 [0070:6905,0070:6906] 71 70 -> TeVii S460 DVB-S/S2 [d460:9022] 72 71 -> Omicom SS4 DVB-S/S2 PCI [A044:2011] 73 72 -> TBS 8920 DVB-S/S2 [8920:8888] [all …]
|
D | CARDLIST.saa7134 | 98 97 -> LifeView FlyDVB-S /Acorp TV134DS [5168:0300,4e42:0300] 110 109 -> Philips Tiger - S Reference design 134 133 -> NXP Snake DVB-S reference design 141 140 -> Avermedia DVB-S Pro A700 [1461:a7a1] 142 141 -> Avermedia DVB-S Hybrid+FM A700 [1461:a7a2]
|
D | vivid.txt | 11 Each input can be a webcam, TV capture device, S-Video capture device or an HDMI 12 capture device. Each output can be an S-Video output device or an HDMI output 47 Section 2.2: TV and S-Video Inputs 50 Section 3.1: S-Video Output 84 device with webcam, TV, S-Video and HDMI inputs, a video output device with 85 S-Video and HDMI outputs, one vbi capture device, one vbi output device, one 124 10: this is an S-Video input 128 tuner, inputs 1-3 are S-Video inputs and inputs 4-7 are HDMI inputs you 143 0: this is an S-Video output 147 S-Video outputs and outputs 4-7 are HDMI outputs you would use the [all …]
|
/linux-4.4.14/arch/arm/boot/compressed/ |
D | Makefile | 94 lib1funcs.o lib1funcs.S ashldi3.o ashldi3.S bswapsdi2.o \ 95 bswapsdi2.S font.o font.c head.o misc.o $(OBJS) 99 lib1funcs.S ashldi3.S bswapsdi2.S $(libfdt) $(libfdt_hdrs) \ 100 hyp-stub.S 135 $(obj)/lib1funcs.S: $(srctree)/arch/$(SRCARCH)/lib/lib1funcs.S 141 $(obj)/ashldi3.S: $(srctree)/arch/$(SRCARCH)/lib/ashldi3.S 147 $(obj)/bswapsdi2.S: $(srctree)/arch/$(SRCARCH)/lib/bswapsdi2.S 187 $(obj)/hyp-stub.S: $(srctree)/arch/$(SRCARCH)/kernel/hyp-stub.S
|
D | .gitignore | 1 ashldi3.S 2 bswapsdi2.S 4 lib1funcs.S 5 hyp-stub.S
|
/linux-4.4.14/samples/bpf/ |
D | tracex3_kern.c | 35 #define S(k) if (n >= (1ull << k)) { i += k; n >>= k; } in log2l() macro 37 S(32); S(16); S(8); S(4); S(2); S(1); in log2l() 39 #undef S in log2l()
|
D | trace_output_kern.c | 16 struct S { in bpf_prog1() struct
|
/linux-4.4.14/arch/ia64/lib/ |
D | Makefile | 28 $(obj)/__divdi3.o: $(src)/idiv64.S FORCE 31 $(obj)/__udivdi3.o: $(src)/idiv64.S FORCE 34 $(obj)/__moddi3.o: $(src)/idiv64.S FORCE 37 $(obj)/__umoddi3.o: $(src)/idiv64.S FORCE 40 $(obj)/__divsi3.o: $(src)/idiv32.S FORCE 43 $(obj)/__udivsi3.o: $(src)/idiv32.S FORCE 46 $(obj)/__modsi3.o: $(src)/idiv32.S FORCE 49 $(obj)/__umodsi3.o: $(src)/idiv32.S FORCE
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | i915_cmd_parser.c | 108 #define S CMD_DESC_SKIP macro 117 CMD( MI_NOOP, SMI, F, 1, S ), 120 CMD( MI_ARB_CHECK, SMI, F, 1, S ), 121 CMD( MI_REPORT_HEAD, SMI, F, 1, S ), 122 CMD( MI_SUSPEND_FLUSH, SMI, F, 1, S ), 146 CMD( MI_BATCH_BUFFER_START, SMI, !F, 0xFF, S ), 150 CMD( MI_FLUSH, SMI, F, 1, S ), 152 CMD( MI_PREDICATE, SMI, F, 1, S ), 153 CMD( MI_TOPOLOGY_FILTER, SMI, F, 1, S ), 154 CMD( MI_SET_APPID, SMI, F, 1, S ), [all …]
|
/linux-4.4.14/scripts/coccinelle/api/alloc/ |
D | pool_zalloc-simple.cocci | 21 statement S; 25 if ((x==NULL) || ...) S 35 statement S; 40 if ((x==NULL) || ...) S 46 statement S; 51 if ((x==NULL) || ...) S 61 statement S; 66 if ((x==NULL) || ...) S
|
D | kzalloc-simple.cocci | 32 statement S; 36 if ((x==NULL) || ...) S 47 statement S; 52 if ((x==NULL) || ...) S 63 statement S; 68 if ((x==NULL) || ...) S
|
/linux-4.4.14/Documentation/EDID/ |
D | Makefile | 2 SOURCES := $(wildcard [0-9]*x[0-9]*.S) 4 BIN := $(patsubst %.S, %.bin, $(SOURCES)) 6 IHEX := $(patsubst %.S, %.bin.ihex, $(SOURCES)) 8 CODE := $(patsubst %.S, %.c, $(SOURCES)) 15 %.o: %.S
|
/linux-4.4.14/arch/powerpc/boot/ |
D | Makefile | 76 src-wlib-y := string.S crt0.S crtsavres.S stdio.c main.c \ 78 ns16550.c serial.c simple_alloc.c div64.S util.S \ 89 src-plat-$(CONFIG_40x) += fixed-head.S ep405.c cuboot-hotfoot.c \ 92 virtex405-head.S virtex.c 100 simpleboot.c fixed-head.S virtex.c 101 src-plat-$(CONFIG_8xx) += cuboot-8xx.c fixed-head.S ep88xc.c redboot-8xx.c 103 src-plat-$(CONFIG_PPC_82xx) += cuboot-pq2.c fixed-head.S ep8248e.c cuboot-824x.c 104 src-plat-$(CONFIG_PPC_83xx) += cuboot-83xx.c fixed-head.S redboot-83xx.c 107 cuboot-c2k.c gamecube-head.S \ 108 gamecube.c wii-head.S wii.c holly.c \ [all …]
|
/linux-4.4.14/Documentation/ |
D | lzo.txt | 113 0 0 0 0 D D S S (0..15) : copy 2 bytes from <= 1kB distance 115 state = S (copy S literals after this block) 123 0 0 0 0 D D S S (0..15) : copy 3 bytes from 2..3 kB distance 125 state = S (copy S literals after this block) 132 Always followed by exactly one LE16 : D D D D D D D D : D D D D D D S S 134 state = S (copy S literals after this block) 140 Always followed by exactly one LE16 : D D D D D D D D : D D D D D D S S 142 state = S (copy S literals after this block) 144 0 1 L D D D S S (64..127) 146 state = S (copy S literals after this block) [all …]
|
D | efi-stub.txt | 9 arch/x86/boot/header.S and arch/x86/boot/compressed/eboot.c, 11 arch/arm/boot/compressed/efi-header.S and 17 kernel. The arm64 EFI stub lives in arch/arm64/kernel/efi-entry.S
|
D | dontdiff | 16 *.gen.S 198 piggy.S
|
/linux-4.4.14/Documentation/devicetree/bindings/sound/ |
D | imx-audio-spdif.txt | 1 Freescale i.MX audio complex with S/PDIF transceiver 9 - spdif-controller : The phandle of the i.MX S/PDIF controller 15 transmitting function of S/PDIF will be enabled, 16 indicating there's a physical S/PDIF out connector 22 function of S/PDIF will be enabled, indicating there 23 is a physical S/PDIF in connector/jack on the board.
|
D | armada-370db-audio.txt | 17 2/ the S/PDIF transceiver 18 3/ the S/PDIF receiver
|
D | fsl,spdif.txt | 1 Freescale Sony/Philips Digital Interface Format (S/PDIF) Controller 3 The Freescale S/PDIF audio block is a stereo transceiver that allows the
|
D | simple-card.txt | 147 simple-audio-card,dai-link@1 { /* S/PDIF - HDMI */ 156 simple-audio-card,dai-link@2 { /* S/PDIF - S/PDIF */
|
D | ak4104.txt | 1 AK4104 S/PDIF transmitter
|
/linux-4.4.14/scripts/coccinelle/api/ |
D | kstrdup.cocci | 19 statement S; 25 if (to==NULL || ...) S 32 statement S; 40 if (to==NULL || ...) S 49 statement S; 55 if (to==NULL || ...) S 62 statement S; 70 if (to==NULL || ...) S
|
D | memdup.cocci | 37 statement S; 42 if (to==NULL || ...) S 48 statement S; 53 if (to==NULL || ...) S
|
/linux-4.4.14/drivers/isdn/hardware/mISDN/ |
D | Kconfig | 15 tristate "Support for HFC multiport cards (HFC-4S/8S/E1)" 22 * HFC-4S (4 S/T interfaces on one chip) 23 * HFC-8S (8 S/T interfaces on one chip) 36 tristate "Support for HFC-S USB based TAs" 40 HFC-S USB ISDN Controller
|
/linux-4.4.14/drivers/isdn/mISDN/ |
D | dsp_blowfish.c | 357 #define bf_F(x) (((S[GET32_0(x)] + S[256 + GET32_1(x)]) ^ \ 358 S[512 + GET32_2(x)]) + S[768 + GET32_3(x)]) 375 u32 *S = dsp->bf_s; in dsp_bf_encrypt() local 467 u32 *S = dsp->bf_s; in dsp_bf_decrypt() local 563 encrypt_block(const u32 *P, const u32 *S, u32 *dst, u32 *src) in encrypt_block() argument 604 u32 *S = (u32 *)dsp->bf_s; in dsp_bf_init() local 625 S[count] = bf_sbox[count]; in dsp_bf_init() 646 encrypt_block(P, S, data, data); in dsp_bf_init() 654 encrypt_block(P, S, data, data); in dsp_bf_init() 656 S[count] = data[0]; in dsp_bf_init() [all …]
|
/linux-4.4.14/drivers/crypto/vmx/ |
D | Makefile | 13 $(src)/aesp8-ppc.S: $(src)/aesp8-ppc.pl 16 $(src)/ghashp8-ppc.S: $(src)/ghashp8-ppc.pl 19 .PRECIOUS: $(obj)/aesp8-ppc.S $(obj)/ghashp8-ppc.S
|
/linux-4.4.14/drivers/staging/rtl8188eu/include/ |
D | rtw_security.h | 333 #define S(x, n) RORc((x), (n)) macro 335 #define Sigma0(x) (S(x, 2) ^ S(x, 13) ^ S(x, 22)) 336 #define Sigma1(x) (S(x, 6) ^ S(x, 11) ^ S(x, 25)) 337 #define Gamma0(x) (S(x, 7) ^ S(x, 18) ^ R(x, 3)) 338 #define Gamma1(x) (S(x, 17) ^ S(x, 19) ^ R(x, 10))
|
/linux-4.4.14/Documentation/i2c/ |
D | i2c-protocol | 6 S (1 bit) : Start bit 26 S Addr Wr [A] Data [A] Data [A] ... [A] Data [A] P 34 S Addr Rd [A] [Data] A [Data] A ... A [Data] NA P 43 a start bit S is sent and the transaction continues. An example of 46 S Addr Rd [A] [Data] NA S Addr Wr [A] Data [A] P 66 In a combined transaction, no 'S Addr Wr/Rd [A]' is generated at some 69 S Addr Rd [A] [Data] NA Data [A] P 71 we do not generate Addr, but we do generate the startbit S. This will 83 S Addr Rd [A] Data [A] Data [A] ... [A] Data [A] P
|
D | smbus-protocol | 36 S (1 bit) : Start bit 69 S Addr Rd [A] [Data] NA P 80 S Addr Wr [A] Data [A] P 91 S Addr Wr [A] Comm [A] S Addr Rd [A] [Data] NA P 103 S Addr Wr [A] Comm [A] S Addr Rd [A] [DataLow] A [DataHigh] NA P 119 S Addr Wr [A] Comm [A] Data [A] P 131 S Addr Wr [A] Comm [A] DataLow [A] DataHigh [A] P 146 S Addr Wr [A] Comm [A] DataLow [A] DataHigh [A] 147 S Addr Rd [A] [DataLow] A [DataHigh] NA P 159 S Addr Wr [A] Comm [A] [all …]
|
/linux-4.4.14/arch/arm/crypto/ |
D | .gitignore | 1 aesbs-core.S 2 sha256-core.S 3 sha512-core.S
|
D | Makefile | 52 .PRECIOUS: $(obj)/aesbs-core.S $(obj)/sha256-core.S $(obj)/sha512-core.S
|
/linux-4.4.14/arch/arm/mach-versatile/ |
D | Kconfig | 5 bool "Support Versatile Platform Baseboard for ARM926EJ-S" 11 for the ARM926EJ-S. 14 bool "Support Versatile Application Baseboard for ARM926EJ-S" 18 for the ARM926EJ-S.
|
/linux-4.4.14/tools/perf/util/ |
D | ctype.c | 9 S = GIT_SPACE, enumerator 22 0, 0, 0, 0, 0, 0, 0, 0, 0, S, S, 0, 0, S, 0, 0, /* 0.. 15 */
|
/linux-4.4.14/tools/testing/selftests/powerpc/switch_endian/ |
D | Makefile | 7 switch_endian_test: check-reversed.S 12 check-reversed.S: check-reversed.o 18 rm -f $(TEST_PROGS) *.o check-reversed.S
|
D | .gitignore | 2 check-reversed.S
|
/linux-4.4.14/net/sched/ |
D | sch_qfq.c | 149 u64 S, F; /* flow timestamps (exact) */ member 173 u64 S, F; /* group timestamps (approx). */ member 770 unsigned int state = qfq_gt(grp->S, q->V); in qfq_calc_state() 900 u64 slot = (roundedS - grp->S) >> grp->slot_shift; in qfq_slot_insert() 904 u64 deltaS = roundedS - grp->S - in qfq_slot_insert() 906 agg->S -= deltaS; in qfq_slot_insert() 972 unsigned int i = (grp->S - roundedS) >> grp->slot_shift; in qfq_slot_rotate() 987 if (qfq_gt(grp->S, q->V)) in qfq_update_eligible() 988 q->V = grp->S; in qfq_update_eligible() 1037 agg->F = agg->S + (u64)service_received * agg->inv_w; in charge_actual_service() [all …]
|
/linux-4.4.14/arch/x86/crypto/ |
D | serpent-sse2-x86_64-asm_64.S | 574 #define S(SBOX, x0, x1, x2, x3, x4) \ macro 652 S(S0, RA, RB, RC, RD, RE); LK2(RC, RB, RD, RA, RE, 1); 653 S(S1, RC, RB, RD, RA, RE); LK2(RE, RD, RA, RC, RB, 2); 654 S(S2, RE, RD, RA, RC, RB); LK2(RB, RD, RE, RC, RA, 3); 655 S(S3, RB, RD, RE, RC, RA); LK2(RC, RA, RD, RB, RE, 4); 656 S(S4, RC, RA, RD, RB, RE); LK2(RA, RD, RB, RE, RC, 5); 657 S(S5, RA, RD, RB, RE, RC); LK2(RC, RA, RD, RE, RB, 6); 658 S(S6, RC, RA, RD, RE, RB); LK2(RD, RB, RA, RE, RC, 7); 659 S(S7, RD, RB, RA, RE, RC); LK2(RC, RA, RE, RD, RB, 8); 660 S(S0, RC, RA, RE, RD, RB); LK2(RE, RA, RD, RC, RB, 9); [all …]
|
D | serpent-avx2-asm_64.S | 529 #define S(SBOX, x0, x1, x2, x3, x4) \ macro 577 S(S0, RA, RB, RC, RD, RE); LK2(RC, RB, RD, RA, RE, 1); 578 S(S1, RC, RB, RD, RA, RE); LK2(RE, RD, RA, RC, RB, 2); 579 S(S2, RE, RD, RA, RC, RB); LK2(RB, RD, RE, RC, RA, 3); 580 S(S3, RB, RD, RE, RC, RA); LK2(RC, RA, RD, RB, RE, 4); 581 S(S4, RC, RA, RD, RB, RE); LK2(RA, RD, RB, RE, RC, 5); 582 S(S5, RA, RD, RB, RE, RC); LK2(RC, RA, RD, RE, RB, 6); 583 S(S6, RC, RA, RD, RE, RB); LK2(RD, RB, RA, RE, RC, 7); 584 S(S7, RD, RB, RA, RE, RC); LK2(RC, RA, RE, RD, RB, 8); 585 S(S0, RC, RA, RE, RD, RB); LK2(RE, RA, RD, RC, RB, 9); [all …]
|
D | serpent-avx-x86_64-asm_64.S | 537 #define S(SBOX, x0, x1, x2, x3, x4) \ macro 585 S(S0, RA, RB, RC, RD, RE); LK2(RC, RB, RD, RA, RE, 1); 586 S(S1, RC, RB, RD, RA, RE); LK2(RE, RD, RA, RC, RB, 2); 587 S(S2, RE, RD, RA, RC, RB); LK2(RB, RD, RE, RC, RA, 3); 588 S(S3, RB, RD, RE, RC, RA); LK2(RC, RA, RD, RB, RE, 4); 589 S(S4, RC, RA, RD, RB, RE); LK2(RA, RD, RB, RE, RC, 5); 590 S(S5, RA, RD, RB, RE, RC); LK2(RC, RA, RD, RE, RB, 6); 591 S(S6, RC, RA, RD, RE, RB); LK2(RD, RB, RA, RE, RC, 7); 592 S(S7, RD, RB, RA, RE, RC); LK2(RC, RA, RE, RD, RB, 8); 593 S(S0, RC, RA, RE, RD, RB); LK2(RE, RA, RD, RC, RB, 9); [all …]
|
/linux-4.4.14/arch/powerpc/math-emu/ |
D | stfs.c | 28 FP_CONV(S, D, 1, 2, R, A); in stfs() 34 _FP_PACK_CANONICAL(S, 1, R); in stfs() 36 _FP_PACK_RAW_1_P(S, &f, R); in stfs()
|
D | lfs.c | 32 FP_CONV(D, S, 2, 1, R, A); in lfs()
|
/linux-4.4.14/arch/unicore32/boot/compressed/ |
D | Makefile | 33 $(obj)/piggy.S: $(obj)/piggy.S.in 36 $(obj)/piggy.o: $(obj)/piggy.$(suffix_y) $(obj)/piggy.S FORCE 39 piggy.$(suffix_y) piggy.o piggy.S \
|
/linux-4.4.14/arch/alpha/lib/ |
D | Makefile | 49 $(obj)/__divqu.o: $(obj)/$(ev6-y)divide.S 51 $(obj)/__remqu.o: $(obj)/$(ev6-y)divide.S 53 $(obj)/__divlu.o: $(obj)/$(ev6-y)divide.S 55 $(obj)/__remlu.o: $(obj)/$(ev6-y)divide.S
|
/linux-4.4.14/tools/testing/selftests/powerpc/pmu/ebb/ |
D | Makefile | 21 $(TEST_PROGS): ../../harness.c ../event.c ../lib.c ebb.c ebb_handler.S trace.c busy_loop.S 23 instruction_count_test: ../loop.S
|
/linux-4.4.14/Documentation/dvb/ |
D | cards.txt | 8 DVB-S/DVB-C/DVB-T. Thus the frontend drivers are listed separately. 21 DVB-S: 42 DVB-S/C/T: 59 - KNC1 DVB-S, Typhoon DVB-S, Terratec Cinergy 1200 DVB-S (no CI support) 60 - Typhoon DVB-S budget 61 - Fujitsu-Siemens Activy DVB-S budget card 71 - ChainTech digitop DST-1000 DVB-S 78 - DEC 2000-T, 3000-S, 2540-T
|
D | technisat.txt | 40 1.) SkyStar DVB-S Revision 2.3: 44 2.) SkyStar DVB-S Revision 2.6: 48 3.) SkyStar DVB-S Revision 2.7: 50 b.) => "Integrant ITD1000 Zero IF tuner for DVB-S/DSS" 53 4.) SkyStar DVB-S Revision 2.8: 55 b.) => "Conexant CX24113/CX24128 tuner for DVB-S/DSS"
|
/linux-4.4.14/Documentation/scsi/ |
D | aacraid.txt | 14 9005:0285:9005:0285 Adaptec 2200S (Vulcan) 15 9005:0285:9005:0286 Adaptec 2120S (Crusader) 16 9005:0285:9005:0287 Adaptec 2200S (Vulcan-2m) 17 9005:0285:9005:0288 Adaptec 3230S (Harrier) 18 9005:0285:9005:0289 Adaptec 3240S (Tornado) 21 9005:0286:9005:028c Adaptec 2230S (Lancer) 23 9005:0286:9005:028d Adaptec 2130S (Lancer) 29 9005:0285:9005:0296 Adaptec 2240S (SabreExpress) 66 1011:0046:9005:0364 Adaptec 5400S (Mustang) 67 1011:0046:9005:0365 Adaptec 5400S (Mustang)
|
D | aha152x.txt | 107 The BIOS uses a cylinder/head/sector addressing scheme (C/H/S) 109 C/H/S addressing. 112 as base for requests in C/H/S addressing. SCSI only knows about the 122 instead of C/H/S addressing. Unfortunately C/H/S addressing is also used 126 Moreover there are certain limitations to the C/H/S addressing scheme, 135 With respect to the limit of 1023 cylinders using C/H/S you can only
|
/linux-4.4.14/arch/arm/kernel/ |
D | smp.c | 473 #define S(x,s) [x] = s macro 474 S(IPI_WAKEUP, "CPU wakeup interrupts"), 475 S(IPI_TIMER, "Timer broadcast interrupts"), 476 S(IPI_RESCHEDULE, "Rescheduling interrupts"), 477 S(IPI_CALL_FUNC, "Function call interrupts"), 478 S(IPI_CALL_FUNC_SINGLE, "Single function call interrupts"), 479 S(IPI_CPU_STOP, "CPU stop interrupts"), 480 S(IPI_IRQ_WORK, "IRQ work interrupts"), 481 S(IPI_COMPLETION, "completion interrupts"),
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | sfp-machine.h | 85 #define _FP_DIV_MEAT_S(R,X,Y) _FP_DIV_MEAT_1_udiv_norm(S,R,X,Y) 168 ({ int __exc = _FP_PACK_CANONICAL(S,1,X); \ 170 _FP_PACK_RAW_1_P(S,val,X); \ 184 FP_CONV(S, D, 1, 2, __X, X); \ 185 _FP_PACK_CANONICAL(S, 1, __X); \ 187 _FP_UNPACK_CANONICAL(S, 1, __X); \ 188 FP_CONV(D, S, 2, 1, X, __X); \
|
/linux-4.4.14/drivers/media/dvb-frontends/ |
D | Kconfig | 12 A DVB-S/S2/DSS Multistandard demodulator. Say Y when you want 28 DVB-S/S2/DSS Multistandard Professional/Broadcast demodulators. 36 A Silicon tuner that supports DVB-S and DVB-S2 modes 76 comment "DVB-S (satellite) frontends" 84 A DVB-S tuner module. Say Y when you want to support this frontend. 91 A DVB-S tuner module. Say Y when you want to support this frontend. 98 A DVB-S tuner module. Say Y when you want to support this frontend. 105 A DVB-S tuner module. Say Y when you want to support this frontend. 112 A DVB-S tuner module. Say Y when you want to support this frontend. 119 A DVB-S tuner module. Say Y when you want to support this frontend. [all …]
|
/linux-4.4.14/fs/ncpfs/ |
D | ncplib_kernel.h | 141 #define ncp_io2vol(S,m,i,n,k,U) ncp__io2vol(S,m,i,n,k,U) argument 142 #define ncp_vol2io(S,m,i,n,k,U) ncp__vol2io(S,m,i,n,k,U) argument 154 #define ncp_io2vol(S,m,i,n,k,U) ncp__io2vol(m,i,n,k,U) argument 155 #define ncp_vol2io(S,m,i,n,k,U) ncp__vol2io(m,i,n,k,U) argument
|
/linux-4.4.14/tools/testing/selftests/x86/ |
D | Makefile | 63 sysret_ss_attrs_64: thunks.S 64 ptrace_syscall_32: raw_syscall_helper_32.S 65 test_syscall_vdso_32: thunks_32.S
|
/linux-4.4.14/arch/ia64/scripts/ |
D | toolchain-flags | 16 $CC -nostdlib -static -Wl,-T$dir/check-segrel.lds $dir/check-segrel.S -o $out 30 $CC -c $dir/check-text-align.S -o $out 46 $CC -c $dir/check-serialize.S -o $out 2>/dev/null
|
D | check-gas | 7 $CC -c $dir/check-gas-asm.S -o $out
|
/linux-4.4.14/scripts/coccinelle/null/ |
D | kmerr.cocci | 32 statement S; 40 if (!x1) S 48 statement S; 56 if (!x1) S
|
/linux-4.4.14/arch/sh/boot/compressed/ |
D | Makefile | 41 lib1funcs-$(CONFIG_SUPERH32) := ashiftrt.S ashldi3.c ashrsi3.S ashlsi3.S \ 42 lshrsi3.S
|
/linux-4.4.14/Documentation/hwmon/ |
D | w83l785ts | 5 * Winbond W83L785TS-S 9 http://www.winbond-usa.com/products/winbond_products/pdfs/PCIC/W83L785TS-S.pdf 17 The W83L785TS-S is a digital temperature sensor. It senses the 36 and cause read errors. Or maybe the W83L785TS-S chip is simply unreliable,
|
D | coretemp | 62 i7 3770S 103 63 i5 3570S/3550S, 3475S/3470S/3450S 103
|
/linux-4.4.14/drivers/of/unittest-data/ |
D | Makefile | 3 targets += testcases.dtb testcases.dtb.S 6 $(obj)/testcases.dtb.S \
|
D | .gitignore | 2 testcases.dtb.S
|
/linux-4.4.14/Documentation/video4linux/bttv/ |
D | Cards | 11 Composite/S-VHS inputs are supported. Teletext and Intercast support 35 - 4 Composite inputs, 1 S-VHS input (shared with 4th composite) 41 S-VHS input) of the Bt848A. 59 - 1 tuner, 1 composite and 1 S-VHS input 96 - 1 tuner, 1 composite and (depending on model) 1 S-VHS input 159 Flyvideo 2000S (Bt878) w/Stereo TV (Package incl. LR91 daughterboard) 176 Flyvideo 2000S was probably sold as Flyvideo 3000 in some contries(Europe?). 206 50689 TV SAT DVB-S CARD CI PCI (SAA7146AH, SU1278?) = "KNC1 TV Station DVB-S" 255 DTV3000 PV-DTV3000P+ DVB-S CI = Twinhan VP-1030 256 DTV2000 DVB-S = Twinhan VP-1020 [all …]
|
/linux-4.4.14/arch/arc/boot/dts/ |
D | Makefile | 11 .SECONDARY: $(obj)/$(builtindtb-y).dtb.S 17 clean-files := *.dtb *.dtb.S
|
D | axs101.dts | 4 * ARC AXS101 S/W development platform
|
/linux-4.4.14/drivers/block/drbd/ |
D | drbd_state.h | 36 #define NS(T, S) \ argument 38 ({ union drbd_state val; val.i = 0; val.T = (S); val; }) 50 #define _NS(D, T, S) \ argument 51 D, ({ union drbd_state __ns; __ns = drbd_read_state(D); __ns.T = (S); __ns; })
|
/linux-4.4.14/Documentation/features/ |
D | list-arch.sh | 20 S=$(grep -hw $ARCH $F | cut -d\| -f3) 22 printf "%10s/%-22s:%s| %35s # %s\n" "$SUBSYS" "$N" "$S" "$C" "$D"
|
/linux-4.4.14/arch/metag/boot/dts/ |
D | Makefile | 18 .SECONDARY: $(obj)/$(builtindtb-y).dtb.S 21 clean-files += *.dtb *.dtb.S
|
/linux-4.4.14/drivers/media/usb/dvb-usb/ |
D | Kconfig | 172 tristate "TwinhanDTV StarBox and clones DVB-S USB2.0 support" 179 TYPHOON DVB-S USB 2.0 BOX 181 DVB-S USB2.0 receivers. 190 DVB-S USB2.0 receivers. 202 tristate "Pinnacle 400e DVB-S USB2.0 support" 211 Say Y here to support the Pinnacle 400e DVB-S USB2.0 receiver and 227 tristate "Opera1 DVB-S USB2.0 receiver" 232 Say Y here to support the Opera DVB-S USB2.0 receiver. 264 tristate "DvbWorld & TeVii DVB-S/S2 USB2.0 support" 284 DVB-S/S2 USB2.0 receivers. [all …]
|
/linux-4.4.14/Documentation/usb/ |
D | acm.txt | 74 S: Product=USB UHCI Root Hub 75 S: SerialNumber=6800 82 S: Manufacturer=3Com Inc. 83 S: Product=3Com U.S. Robotics Pro ISDN TA 84 S: SerialNumber=UFT53A49BVT7 115 Product: 3Com U.S. Robotics Pro ISDN TA
|
D | proc_usb_info.txt | 100 S = String descriptors. 183 S: Manufacturer=ssss 190 S: Product=ssss 197 S: SerialNumber=ssss 311 S: Product=USB UHCI Root Hub 312 S: SerialNumber=dce0 334 S: Manufacturer=Peracom Networks, Inc. 335 S: Product=Peracom USB to Serial Converter
|
/linux-4.4.14/arch/arm64/kernel/ |
D | smp.c | 624 #define S(x,s) [x] = s macro 625 S(IPI_RESCHEDULE, "Rescheduling interrupts"), 626 S(IPI_CALL_FUNC, "Function call interrupts"), 627 S(IPI_CPU_STOP, "CPU stop interrupts"), 628 S(IPI_TIMER, "Timer broadcast interrupts"), 629 S(IPI_IRQ_WORK, "IRQ work interrupts"),
|
D | image.h | 22 #error This file should only be included in vmlinux.lds.S
|
/linux-4.4.14/arch/sparc/math-emu/ |
D | math_32.c | 436 case FSMULD: FP_CONV (D, S, 2, 1, DA, SA); in do_one_mathemu() 437 FP_CONV (D, S, 2, 1, DB, SB); in do_one_mathemu() 463 case FSTOD: FP_CONV (D, S, 2, 1, DR, SB); break; in do_one_mathemu() 464 case FSTOQ: FP_CONV (Q, S, 4, 1, QR, SB); break; in do_one_mathemu() 466 case FDTOS: FP_CONV (S, D, 1, 2, SR, DB); break; in do_one_mathemu() 467 case FQTOS: FP_CONV (S, Q, 1, 4, SR, QB); break; in do_one_mathemu()
|
D | math_64.c | 441 case FSMULD: FP_CONV (D, S, 1, 1, DA, SA); in do_mathemu() 442 FP_CONV (D, S, 1, 1, DB, SB); in do_mathemu() 477 case FSTOD: FP_CONV (D, S, 1, 1, DR, SB); break; in do_mathemu() 478 case FSTOQ: FP_CONV (Q, S, 2, 1, QR, SB); break; in do_mathemu() 480 case FDTOS: FP_CONV (S, D, 1, 1, SR, DB); break; in do_mathemu() 481 case FQTOS: FP_CONV (S, Q, 1, 2, SR, QB); break; in do_mathemu()
|
/linux-4.4.14/Documentation/devicetree/bindings/interrupt-controller/ |
D | intel,ce4100-ioapic.txt | 13 interrupts = <P S>; 16 IO APIC. The second number (S) represents the sense of interrupt which
|
/linux-4.4.14/arch/x86/include/asm/ |
D | compat.h | 267 #define PR_REG_SIZE(S) (test_thread_flag(TIF_IA32) ? 68 : 216) argument 268 #define PRSTATUS_SIZE(S) (test_thread_flag(TIF_IA32) ? 144 : 296) argument 269 #define SET_PR_FPVALID(S,V) \ argument 270 do { *(int *) (((void *) &((S)->pr_reg)) + PR_REG_SIZE(0)) = (V); } \
|
/linux-4.4.14/Documentation/x86/i386/ |
D | IO-APIC.txt | 51 |S| \ / |S| \ / |S| \ / |S| |S| 63 |S|
|
/linux-4.4.14/Documentation/devicetree/bindings/nvmem/ |
D | imx-ocotp.txt | 4 i.MX6Q/D, i.MX6DL/S, i.MX6SL, and i.MX6SX SoCs. 8 "fsl,imx6q-ocotp" (i.MX6Q/D/DL/S),
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | align.c | 46 #define S 0x40 /* single-precision fp or... */ macro 71 { 4, LD+F+S }, /* 00 0 1000: lfs */ 73 { 4, ST+F+S }, /* 00 0 1010: stfs */ 87 { 4, LD+F+S+U }, /* 00 1 1000: lfsu */ 89 { 4, ST+F+S+U }, /* 00 1 1010: stfsu */ 167 { 4, LD+F+S }, /* 11 0 1000: lfsx */ 169 { 4, ST+F+S }, /* 11 0 1010: stfsx */ 183 { 4, LD+F+S+U }, /* 11 1 1000: lfsux */ 185 { 4, ST+F+S+U }, /* 11 1 1010: stfsux */ 957 if (flags & S) { in fix_alignment() [all …]
|
/linux-4.4.14/arch/arm/ |
D | Kconfig-nommu | 3 # Hyok S. Choi <hyok.choi@samsung.com> 13 hex '(S)DRAM Base Address' if SET_MEM_PARAM 17 hex '(S)DRAM SIZE' if SET_MEM_PARAM
|
D | Kconfig.debug | 1305 default "debug/sa1100.S" if DEBUG_SA1100 1306 default "debug/8250.S" if DEBUG_LL_UART_8250 || DEBUG_UART_8250 1307 default "debug/at91.S" if DEBUG_AT91_UART 1308 default "debug/asm9260.S" if DEBUG_ASM9260_UART 1309 default "debug/clps711x.S" if DEBUG_CLPS711X_UART1 || DEBUG_CLPS711X_UART2 1310 default "debug/meson.S" if DEBUG_MESON_UARTAO 1311 default "debug/pl01x.S" if DEBUG_LL_UART_PL01X || DEBUG_UART_PL01X 1312 default "debug/exynos.S" if DEBUG_EXYNOS_UART 1313 default "debug/efm32.S" if DEBUG_LL_UART_EFM32 1314 default "debug/icedcc.S" if DEBUG_ICEDCC [all …]
|
/linux-4.4.14/include/net/irda/ |
D | irlap.h | 110 int S; /* Number of slots */ member 191 __u8 S; /* Number of slots */ member 257 int irlap_generate_rand_time_slot(int S, int s);
|
D | timer.h | 91 void irlap_start_query_timer(struct irlap_cb *self, int S, int s);
|
/linux-4.4.14/sound/usb/usx2y/ |
D | usbusx2y.c | 304 static void usX2Y_unlinkSeq(struct snd_usX2Y_AsyncSeq *S) in usX2Y_unlinkSeq() argument 308 usb_kill_urb(S->urb[i]); in usX2Y_unlinkSeq() 309 usb_free_urb(S->urb[i]); in usX2Y_unlinkSeq() 310 S->urb[i] = NULL; in usX2Y_unlinkSeq() 312 kfree(S->buffer); in usX2Y_unlinkSeq()
|
/linux-4.4.14/scripts/coccinelle/misc/ |
D | semicolon.cocci | 47 statement S; 55 S@p1;@p
|
/linux-4.4.14/arch/mips/vdso/ |
D | Makefile | 103 $(obj)/%-o32.o: $(src)/%.S FORCE 111 $(obj)/vdso-o32.lds: $(src)/vdso.lds.S FORCE 139 $(obj)/%-n32.o: $(src)/%.S FORCE 147 $(obj)/vdso-n32.lds: $(src)/vdso.lds.S FORCE
|
/linux-4.4.14/arch/arm/mm/ |
D | proc-arm720.S | 131 ret lr @ __ret (head.S) 159 ret lr @ __ret (head.S) 173 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
|
D | cache-nop.S | 50 @ define struct cpu_cache_fns (see <asm/cacheflush.h> and proc-macros.S)
|
D | proc-xsc3.S | 113 bic r1, r1, #0x3900 @ ..VIZ..S........ 343 @ define struct cpu_cache_fns (see <asm/cacheflush.h> and proc-macros.S) 479 orr r0, r0, r6 @ ..VI Z..S .... .C.M (mmu) 480 @ ...I Z..S .... .... (uc) 491 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
|
D | cache-v4.S | 149 @ define struct cpu_cache_fns (see <asm/cacheflush.h> and proc-macros.S)
|
/linux-4.4.14/arch/arm/lib/ |
D | Makefile | 34 $(obj)/csumpartialcopy.o: $(obj)/csumpartialcopygeneric.S 35 $(obj)/csumpartialcopyuser.o: $(obj)/csumpartialcopygeneric.S
|
/linux-4.4.14/drivers/scsi/aic94xx/ |
D | aic94xx_reg.h | 77 #define ASD_READ_OCM(type, ord, S) \ argument 82 type val = read##S (io_handle->addr + (unsigned long) offs); \ 91 #define ASD_WRITE_OCM(type, ord, S) \ argument 96 write##S (val, io_handle->addr + (unsigned long) offs); \
|
/linux-4.4.14/kernel/trace/ |
D | trace_output.c | 854 int S, T; in trace_ctxwake_print() local 860 S = task_state_char(field->prev_state); in trace_ctxwake_print() 866 S, delim, in trace_ctxwake_print() 887 static int trace_ctxwake_raw(struct trace_iterator *iter, char S) in trace_ctxwake_raw() argument 894 if (!S) in trace_ctxwake_raw() 895 S = task_state_char(field->prev_state); in trace_ctxwake_raw() 900 S, in trace_ctxwake_raw() 922 static int trace_ctxwake_hex(struct trace_iterator *iter, char S) in trace_ctxwake_hex() argument 930 if (!S) in trace_ctxwake_hex() 931 S = task_state_char(field->prev_state); in trace_ctxwake_hex() [all …]
|
/linux-4.4.14/scripts/coccinelle/free/ |
D | clk_put.cocci | 20 statement S,S1; 27 if (<+...e...+>) S
|
D | iounmap.cocci | 20 statement S,S1; 27 if (<+...e...+>) S
|
D | kfree.cocci | 73 statement S; 80 iter(...,subE,...) S // no use
|
/linux-4.4.14/drivers/staging/media/davinci_vpfe/ |
D | davinci-vpfe-mc.txt | 57 VIDIOC_VPFE_ISIF_[S/G]_RAW_PARAMS 58 VIDIOC_VPFE_IPIPE_[S/G]_CONFIG 59 VIDIOC_VPFE_RSZ_[S/G]_CONFIG 85 VIDIOC_VPFE_IPIPEIF_[S/G]_CONFIG
|
/linux-4.4.14/Documentation/arm/Atmel/ |
D | README | 35 …http://www.atmel.com/Images/Atmel-6254-32-bit-ARM926EJ-S-Embedded-Microprocessor-SAM9XE_Datasheet.… 43 … http://www.atmel.com/Images/Atmel_6249_32-bit-ARM926EJ-S-Microcontroller_SAM9263_Datasheet.pdf 68 … http://www.atmel.com/Images/Atmel_11055_32-bit-ARM926EJ-S-Microcontroller_SAM9X35_Datasheet.pdf 72 …http://www.atmel.com/Images/Atmel_11063_32-bit-ARM926EJ-S-Microcontroller_SAM9N12CN11CN12_Datashee…
|
/linux-4.4.14/arch/m68k/ifpsp060/src/ |
D | fplsp.S | 5076 #--R' + R'*S*(A1 + S(A2 + S(A3 + S(A4 + ... + SA7)))), WHERE 5113 fmul.x %fp0,%fp2 # S(A2+T(A4+TA6)) 5129 #--SGN + S'*(B1 + S(B2 + S(B3 + S(B4 + ... + SB8)))), WHERE 5130 #--S=R*R AND S'=SGN*S. THIS CAN BE REWRITTEN AS 5131 #--SGN + S'*([B1+T(B3+T(B5+TB7))] + [S(B2+T(B4+T(B6+TB8)))]) 5132 #--WHERE T=S*S. 5139 fmul.x %fp0,%fp0 # FP0 IS S 5147 fmov.x %fp0,X(%a6) # X IS S 5154 eor.l %d1,X(%a6) # X IS NOW S'= SGN*S 5344 fmul.x RPRIME(%a6),%fp1 # R'S(A1+...) [all …]
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | README.maya44 | 31 - Channel 3+4 analogue - S/PDIF input switching 32 - S/PDIF output 107 hw:0,1 input - stereo, analog input 3+4 OR S/PDIF input 131 IEC958 Output: switch for S/PDIF output. 133 S/PDIF should output the same signal as channel 3+4. [untested!] 149 Possibly some of these control S/PDIF output(s).
|
D | serial-u16550.txt | 9 2 - Midiator MS-124W S/A mode (2) 13 For the Midiator MS-124W, you must set the physical M-S and A-B 45 In MS-124W S/A mode, one raw MIDI substream is supported (midiCnD0); 49 Usage example for S/A mode:
|
/linux-4.4.14/drivers/char/ |
D | random.c | 366 #define S(x) ilog2(x)+5, (x), (x)*4, (x)*32, (x) << (ENTROPY_SHIFT+5) macro 371 { S(128), 104, 76, 51, 25, 1 }, 374 { S(32), 26, 19, 14, 7, 1 }, 377 { S(2048), 1638, 1231, 819, 411, 1 }, 380 { S(1024), 817, 615, 412, 204, 1 }, 383 { S(1024), 819, 616, 410, 207, 2 }, 386 { S(512), 411, 308, 208, 104, 1 }, 389 { S(512), 409, 307, 206, 102, 2 }, 391 { S(512), 409, 309, 205, 103, 2 }, 394 { S(256), 205, 155, 101, 52, 1 }, [all …]
|
/linux-4.4.14/drivers/s390/block/ |
D | Kconfig | 1 comment "S/390 block device drivers" 9 Select this option if you want to use your expanded storage on S/390 29 S/390s channel subsystem commands. This is necessary for running
|
/linux-4.4.14/drivers/iio/pressure/ |
D | t5403.c | 73 s32 S, O, X; in t5403_comp_pressure() local 88 S = T5403_C_U16(3) + (s32) T5403_C_U16(4) * t_r / 0x20000 + in t5403_comp_pressure() 96 X = (S * p_r + O) / 0x4000; in t5403_comp_pressure()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/ |
D | gpcgk208.fuc5 | 17 * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
D | gpcgk110.fuc3 | 17 * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
D | gpcgf100.fuc3 | 17 * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
D | hubgf117.fuc3 | 17 * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
D | hubgf100.fuc3 | 17 * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
D | gpcgm107.fuc5 | 17 * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
D | hubgk104.fuc3 | 17 * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
D | hubgk208.fuc5 | 17 * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
D | gpcgf117.fuc3 | 17 * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
D | hubgk110.fuc3 | 17 * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
D | gpcgk104.fuc3 | 17 * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
D | hubgm107.fuc5 | 17 * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
/linux-4.4.14/arch/cris/boot/compressed/ |
D | misc.c | 140 #define SEROUT(S, N) \ argument 142 serout(S, regi_ser ## N); \ 146 #define SEROUT(S, N) do { \ argument
|
/linux-4.4.14/firmware/ |
D | .gitignore | 1 *.gen.S
|
D | Makefile | 181 $(patsubst %,$(obj)/%.gen.S, $(fw-shipped-y)): %: $(wordsize_deps) 182 $(call cmd,fwbin,$(patsubst %.gen.S,%,$@)) 183 $(patsubst %,$(obj)/%.gen.S, $(fw-external-y)): %: $(wordsize_deps) \ 185 $(call cmd,fwbin,$(fwabs)/$(patsubst $(obj)/%.gen.S,%,$@)) 231 $(shell find $(obj) -name \*.gen.S 2>/dev/null))
|
/linux-4.4.14/arch/cris/include/uapi/arch-v10/arch/ |
D | sv_addr_ag.h | 133 IO_RD(R_EXT_DMA_0_STAT) & IO_MASK( R_EXT_DMA_0_STAT, S ) 134 == IO_STATE( R_EXT_DMA_0_STAT, S, STARTED )
|
/linux-4.4.14/tools/build/ |
D | Makefile.build | 80 $(OUTPUT)%.o: %.S FORCE 88 $(OUTPUT)%.i: %.S FORCE
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/ |
D | perf.fuc | 17 * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
D | test.fuc | 17 * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
D | gf119.fuc4 | 17 * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
D | gk208.fuc5 | 17 * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
D | idle.fuc | 17 * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
D | gt215.fuc3 | 17 * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
D | gf100.fuc3 | 17 * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
D | arith.fuc | 17 * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
/linux-4.4.14/Documentation/devicetree/bindings/bus/ |
D | mvebu-mbus.txt | 91 S = 0x0 for a MBus valid window 92 S = 0xf for a non-valid window (see below) 94 If S = 0x0, then: 99 If S = 0xf, then: 105 (S = 0x0), an address decoding window is allocated. On the other side, 106 entries for translation that do not correspond to valid windows (S = 0xf)
|
/linux-4.4.14/arch/sparc/boot/ |
D | .gitignore | 1 btfix.S
|
/linux-4.4.14/arch/x86/boot/compressed/ |
D | .gitignore | 6 piggy.S
|
D | Makefile | 100 targets += piggy.S 101 $(obj)/piggy.S: $(obj)/vmlinux.bin.$(suffix-y) $(obj)/mkpiggy FORCE
|
/linux-4.4.14/arch/openrisc/boot/dts/ |
D | Makefile | 8 clean-files := *.dtb.S
|
/linux-4.4.14/arch/cris/boot/dts/ |
D | Makefile | 6 clean-files := *.dtb.S
|
/linux-4.4.14/Documentation/blockdev/drbd/ |
D | drbd-connection-state-overview.dot | 48 …\l'concurrent' application requests allowed|{{<T>PausedSyncT\nSyncTarget}|{<S>PausedSyncS\nSyncSou… 72 WFBitMapS -> cluster_resync:S
|
/linux-4.4.14/net/irda/ |
D | timer.c | 50 void irlap_start_query_timer(struct irlap_cb *self, int S, int s) in irlap_start_query_timer() argument 63 timeout = msecs_to_jiffies(sysctl_slot_timeout) * (S - s) in irlap_start_query_timer()
|
D | irlap_event.c | 388 self->S = info->S; in irlap_state_ndm() 390 irlap_send_discovery_xid_frame(self, info->S, info->s, TRUE, in irlap_state_ndm() 402 if (info->s <= info->S) { in irlap_state_ndm() 403 self->slot = irlap_generate_rand_time_slot(info->S, in irlap_state_ndm() 409 irlap_send_discovery_xid_frame(self, info->S, in irlap_state_ndm() 422 irlap_start_query_timer(self, info->S, info->s); in irlap_state_ndm() 623 if (self->s < self->S) { in irlap_state_query() 624 irlap_send_discovery_xid_frame(self, self->S, in irlap_state_query() 634 irlap_send_discovery_xid_frame(self, self->S, 0xff, in irlap_state_query() 701 irlap_send_discovery_xid_frame(self, info->S, in irlap_state_reply() [all …]
|
D | irlap_frame.c | 315 void irlap_send_discovery_xid_frame(struct irlap_cb *self, int S, __u8 s, in irlap_send_discovery_xid_frame() argument 324 s, S, command); in irlap_send_discovery_xid_frame() 354 switch (S) { in irlap_send_discovery_xid_frame() 509 info->S = 1; in irlap_recv_discovery_xid_cmd() 512 info->S = 6; in irlap_recv_discovery_xid_cmd() 515 info->S = 8; in irlap_recv_discovery_xid_cmd() 518 info->S = 16; in irlap_recv_discovery_xid_cmd()
|
/linux-4.4.14/Documentation/x86/ |
D | entry_64.txt | 2 arch/x86/entry/entry_64.S. A lot of this explanation is adapted from 9 arch/x86/kernel/traps.c and implemented in arch/x86/entry/entry_64.S 10 for 64-bit, arch/x86/entry/entry_32.S for 32-bit and finally 11 arch/x86/entry/entry_64_compat.S which implements the 32-bit compatibility
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4vf/ |
D | cxgb4vf_main.c | 1748 #define S(s, v) S3("s", s, v) in sge_qinfo_show() macro 1757 S("QType:", "Ethernet"); in sge_qinfo_show() 1758 S("Interface:", in sge_qinfo_show() 1815 #undef S in sge_qinfo_show() 1901 #define S(s, v) S3("s", s, v) in sge_qstats_show() macro 1914 S("QType:", "Ethernet"); in sge_qstats_show() 1915 S("Interface:", in sge_qstats_show() 1959 #undef S in sge_qstats_show() 2034 #define S(desc, fmt, var) \ in resources_show() macro 2038 S("Virtual Interfaces", "%d", nvi); in resources_show() [all …]
|
/linux-4.4.14/arch/mips/boot/dts/qca/ |
D | Makefile | 11 clean-files := *.dtb *.dtb.S
|
/linux-4.4.14/arch/mips/boot/dts/lantiq/ |
D | Makefile | 9 clean-files := *.dtb *.dtb.S
|
/linux-4.4.14/arch/mips/boot/dts/xilfpga/ |
D | Makefile | 9 clean-files := *.dtb *.dtb.S
|
/linux-4.4.14/tools/testing/selftests/powerpc/stringloops/ |
D | Makefile | 6 EXTRA_SOURCES := memcmp_64.S ../harness.c
|
/linux-4.4.14/arch/h8300/lib/ |
D | abs.S | 1 ;;; abs.S
|
D | strncpy.S | 1 ;;; strncpy.S
|
/linux-4.4.14/arch/mips/boot/dts/cavium-octeon/ |
D | Makefile | 9 clean-files := *.dtb *.dtb.S
|
/linux-4.4.14/arch/mips/boot/dts/ingenic/ |
D | Makefile | 10 clean-files := *.dtb *.dtb.S
|
/linux-4.4.14/arch/mips/boot/dts/mti/ |
D | Makefile | 10 clean-files := *.dtb *.dtb.S
|
/linux-4.4.14/drivers/isdn/hisax/ |
D | Kconfig | 199 bool "HFC-S based cards" 202 This enables HiSax support for the HFC-S 2BDS0 based cards, like 323 This enables HiSax support for the HFC-S PCI 2BDS0 based cards. 339 bool "HFC-S+, HFC-SP, HFC-PCMCIA cards" 341 This enables HiSax support for the HFC-S+, HFC-SP and HFC-PCMCIA 406 tristate "HFC-4S/8S based ISDN cards" 408 This enables the driver for HFC-4S/8S based ISDN cards.
|
/linux-4.4.14/drivers/staging/unisys/ |
D | MAINTAINERS | 3 S: Maintained
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-block-rssd | 4 Contact: Asai Thambi S P <asamymuthupa@micron.com>
|
/linux-4.4.14/arch/xtensa/boot/dts/ |
D | Makefile | 19 clean-files += *.dtb *.dtb.S
|
/linux-4.4.14/tools/testing/selftests/powerpc/tm/ |
D | Makefile | 7 tm-syscall: tm-syscall-asm.S
|
/linux-4.4.14/arch/mips/boot/dts/ralink/ |
D | Makefile | 12 clean-files := *.dtb *.dtb.S
|
/linux-4.4.14/arch/alpha/kernel/ |
D | io.c | 300 struct S { int x __attribute__((packed)); }; in ioread32_rep() argument 301 ((struct S *)dst)->x = ioread32(port); in ioread32_rep() 394 struct S { int x __attribute__((packed)); }; in iowrite32_rep() argument 395 iowrite32(((struct S *)src)->x, port); in iowrite32_rep()
|
/linux-4.4.14/Documentation/input/ |
D | walkera0701.txt | 15 At back side of transmitter S-video connector can be found. Modulation 22 Walkera WK-0701 TX S-VIDEO connector: 24 __ __ S-video: canon25
|
/linux-4.4.14/arch/mips/boot/dts/netlogic/ |
D | Makefile | 13 clean-files := *.dtb *.dtb.S
|
/linux-4.4.14/arch/sh/math-emu/ |
D | math.c | 66 FP_DECL_EX; if(FPSCR_PR) op(D,x,DRm,DRn); else op(S,x,FRm,FRn); 296 EMU_FLOAT_X(S, FRn); 312 EMU_FTRC_X(S, FRn); in ftrc() 323 FP_CONV(D, S, 2, 1, Fr, Fn); in fcnvsd() 334 FP_CONV(S, D, 1, 2, Fr, Fn); in fcnvds()
|
/linux-4.4.14/arch/h8300/boot/dts/ |
D | Makefile | 15 clean-files := *.dtb.S *.dtb
|
/linux-4.4.14/arch/unicore32/ |
D | .gitignore | 18 boot/compressed/piggy.S
|
/linux-4.4.14/arch/mips/boot/dts/ |
D | Makefile | 18 clean-files := *.dtb *.dtb.S
|
/linux-4.4.14/tools/perf/tests/attr/ |
D | test-record-group-sampling | 3 args = -e '{cycles,cache-misses}:S' kill >/dev/null 2>&1
|
/linux-4.4.14/drivers/staging/clocking-wizard/ |
D | TODO | 12 Sören Brinkmann <soren.brinkmann@xilinx.com>
|
/linux-4.4.14/drivers/usb/serial/ |
D | Makefile-keyspan_pda_fw | 8 %.asm: %.S
|
/linux-4.4.14/arch/cris/arch-v32/lib/ |
D | strcmp.S | 1 ; strcmp.S -- CRISv32 version.
|
/linux-4.4.14/drivers/s390/char/ |
D | Kconfig | 1 comment "S/390 character device drivers" 130 prompt "S/390 tape device support" 134 devices on IBM S/390 or zSeries. 142 comment "S/390 tape hardware support"
|
/linux-4.4.14/Documentation/frv/ |
D | mmu-layout.txt | 64 C0000000-CFFFFFFF 00000000 xAMPR0 -L-S--V 256MB Kernel image and data 69 DD040000 DAMR2/IAMR2 -L-S--V page Page cache flush attachment point 73 DD140000 DAMR6 -L-S--V page kmap_atomic(KM_BOUNCE_READ) 74 DD180000 DAMR7 -L-S--V page kmap_atomic(KM_SKB_SUNRPC_DATA) 75 DD1C0000 DAMR8 -L-S--V page kmap_atomic(KM_SKB_DATA_SOFTIRQ) 76 DD200000 DAMR9 -L-S--V page kmap_atomic(KM_USER0) 77 DD240000 DAMR10 -L-S--V page kmap_atomic(KM_USER1)
|
/linux-4.4.14/Documentation/filesystems/ |
D | coda.txt | 194 22.. SSeerrvviicciinngg CCooddaa ffiilleessyysstteemm ccaallllss 581 SSuummmmaarryy Find the ViceFid and type of an object in a directory if it 628 SSuummmmaarryy Get the attributes of a file. 670 SSuummmmaarryy Set the attributes of a file. 702 SSuummmmaarryy 733 SSuummmmaarryy Invoked to create a file 792 SSuummmmaarryy Create a new directory. 834 SSuummmmaarryy Create a link to an existing file. 862 SSuummmmaarryy create a symbolic link 895 SSuummmmaarryy Remove a file [all …]
|
/linux-4.4.14/tools/testing/selftests/powerpc/pmu/ |
D | Makefile | 12 count_instructions: loop.S count_instructions.c $(EXTRA_SOURCES)
|
/linux-4.4.14/tools/testing/selftests/pstore/ |
D | common_tests | 60 LOG_DIR=$TOP_DIR/logs/`date +%Y%m%d-%H%M%S`_${UUID}/
|
/linux-4.4.14/Documentation/virtual/kvm/ |
D | 00-INDEX | 24 - Diagnose hypercall description (for IBM S/390)
|
/linux-4.4.14/firmware/matrox/ |
D | g200_warp.H16 | 8 * - S stands for computation of specular highlight
|
/linux-4.4.14/arch/mips/boot/dts/brcm/ |
D | Makefile | 33 clean-files := *.dtb *.dtb.S
|
/linux-4.4.14/drivers/lguest/ |
D | Makefile | 13 Switcher: PREFIX=S
|
/linux-4.4.14/arch/xtensa/kernel/ |
D | Makefile | 42 $(obj)/vmlinux.lds: $(src)/vmlinux.lds.S FORCE
|