/linux-4.1.27/drivers/crypto/vmx/ |
D | ghashp8-ppc.pl | 48 my ($zero,$t0,$t1,$t2,$xC2,$H,$Hh,$Hl,$lemask)=map("v$_",(4..12)); 63 lvx_u $H,0,r4 # load H 69 le?vperm $H,$H,$H,5 81 vspltb $t1,$H,0 # most significant byte 82 vsl $H,$H,$t0 # H<<=1 85 vxor $H,$H,$t1 # twisted H 87 vsldoi $H,$H,$H,8 # twist even more ... 89 vsldoi $Hl,$zero,$H,8 # ... and split 90 vsldoi $Hh,$H,$zero,8 94 stvx_u $H, r9,r3 [all …]
|
/linux-4.1.27/Documentation/ |
D | lzo.txt | 116 Always followed by exactly one byte : H H H H H H H H 117 distance = (H << 2) + D + 1 126 Always followed by exactly one byte : H H H H H H H H 127 distance = (H << 2) + D + 2049 129 0 0 0 1 H L L L (16..31) 133 distance = 16384 + (H << 14) + D 148 Always followed by exactly one byte : H H H H H H H H 149 distance = (H << 3) + D + 1 155 Always followed by exactly one byte : H H H H H H H H 156 distance = (H << 3) + D + 1
|
D | init.txt | 5 in init/main.c) and are wondering what the H*** went wrong.
|
D | unicode.txt | 3 This file is maintained by H. Peter Anvin <unicode@lanana.org> as part 121 U+F8D6 KLINGON LETTER H
|
D | volatile-considered-harmful.txt | 118 Juhl, Heikki Orsila, H. Peter Anvin, Philipp Hahn, and Stefan
|
D | debugging-via-ohci1394.txt | 136 [Ctrl-H] this menu
|
D | memory-barriers.txt | 2124 ACCESS_ONCE(*D) = d; ACCESS_ONCE(*H) = h; 2127 through *H occur in, other than the constraints imposed by the separate locks 2130 *E, ACQUIRE M, ACQUIRE Q, *G, *C, *F, *A, *B, RELEASE Q, *D, *H, RELEASE M 2136 *F, *G or *H preceding ACQUIRE Q 2155 ACCESS_ONCE(*H) = h; 2160 ACQUIRE M [2], *H, *F, *G, RELEASE M [2], *D 2164 *B, *C, *D, *F, *G or *H preceding ACQUIRE M [1] 2166 *F, *G or *H preceding ACQUIRE M [2]
|
D | initrd.txt | 88 find . | cpio --quiet -H newc -o | gzip -9 -n > /boot/imagefile.img
|
D | pinctrl.txt | 38 A B C D E F G H 406 A B C D E F G H
|
D | kernel-parameters.txt | 834 of memory corruptions problems caused by buggy H/W or 1042 on: enable EDAC to report H/W event. May be overridden 1044 off: disable H/W event reporting through EDAC. 1045 force: enforce the use of EDAC to report H/W event. 2486 reader made by F.H. Papenmeier (Germany).
|
D | devices.txt | 187 (any model, u). The use of the capital letters D, H
|
/linux-4.1.27/arch/blackfin/mach-common/ |
D | dpmc_modes.S | 19 P0.H = hi(PLL_CTL); 38 P0.H = hi(PLL_CTL); 68 P3.H = hi(VR_CTL); 106 P0.H = hi(PLL_DIV); 112 P0.H = hi(PLL_CTL); 123 P0.H = hi(VR_CTL); 144 P0.H = hi(PLL_CTL); 160 P0.H = hi(VR_CTL); 171 P0.H = hi(PLL_DIV); 175 P0.H = hi(PLL_CTL); [all …]
|
D | cache.S | 84 p0.H = HI(DSPID); 89 p0.H = _blackfin_iflush_l1_entry;
|
D | entry.S | 368 P4.H = HI(IMEM_CONTROL); 377 P4.H = HI(DMEM_CONTROL); 1126 P5.H = _trace_buff_offset; 1129 P5.H = hi(TBUFSTAT); 1136 P5.H = hi(TBUF); 1145 P2.H = _trace_buff_offset; 1149 P2.H = _software_trace_buff; 1195 P4.H = HI(IMEM_CONTROL); 1204 P4.H = HI(DMEM_CONTROL);
|
D | interrupt.S | 168 P0.H = HI(ILAT); 189 R1.H = HI(VEC_HWERR);
|
/linux-4.1.27/arch/blackfin/mach-bf609/ |
D | dpm.S | 12 P0.H = HI(PM_STACK); 19 P0.H = HI(DPM0_RESTORE4); 21 P1.H = _bf609_pm_data; 25 P0.H = HI(DPM0_CTL); 27 R3.H = HI(0x00000010); 83 P0.H = HI(PM_STACK); 95 P0.H = HI(DPM0_CTL); 97 R3.H = HI(0x00000008); 132 P0.H = _bf609_pm_data; 134 R1.H = 0xDEAD; [all …]
|
/linux-4.1.27/arch/blackfin/lib/ |
D | muldi3.S | 51 A0 = R2.H * R1.L, A1 = R2.L * R1.H (FU) || R3 = [SP + 12]; /* E1 */ 52 A0 += R3.H * R0.L, A1 += R3.L * R0.H (FU) || [SP] = R4; /* E1 */ 61 A0 += R2.H * R0.H, A1 += R2.L * R0.H (FU); /* E2, E3c */ 62 A1 += R0.L * R2.H (FU); /* E3c */
|
D | smulsi3_highpart.S | 19 R3 = R1.H * R0.L (IS,M); 20 R0 = R0.H * R1.H, R1 = R0.H * R1.L (IS,M); 22 R1.L = R2.H + R1.L;
|
D | umulsi3_highpart.S | 18 R2 = R1.H * R0.H, R3 = R1.L * R0.H (FU); 19 R0 = R1.L * R0.L, R1 = R1.H * R0.L (FU);
|
D | memset.S | 42 R2.H = R2.L + R1.H(NS);
|
/linux-4.1.27/Documentation/fb/ |
D | viafb.modes | 29 # D: 25.175 MHz, H: 31.469 kHz, V: 59.94 Hz 32 # D: 24.823 MHz, H: 39.780 kHz, V: 60.00 Hz 53 # D: 31.50 MHz, H: 37.500 kHz, V: 75.00 Hz 74 # D: 36.000 MHz, H: 43.269 kHz, V: 85.00 Hz 95 # D: 43.163 MHz, H: 50.900 kHz, V: 100.00 Hz 116 # D: 52.406 MHz, H: 61.800 kHz, V: 120.00 Hz 137 # D: 26.880 MHz, H: 30.000 kHz, V: 60.24 Hz 158 # D: 29.500 MHz, H: 29.738 kHz, V: 60.00 Hz 179 # D: 32.668 MHz, H: 35.820 kHz, V: 60.00 Hz 200 # D: 40.00 MHz, H: 37.879 kHz, V: 60.32 Hz [all …]
|
D | sisfb.txt | 9 - SiS 315 series: SiS 315/H/PRO, 55x, (M)65x, 740, (M)661(F/M)X, (M)741(GX)
|
D | intel810.txt | 271 H. Home Page:
|
/linux-4.1.27/drivers/pinctrl/sunxi/ |
D | pinctrl-sun6i-a31.c | 786 SUNXI_PIN(SUNXI_PINCTRL_PIN(H, 0), 790 SUNXI_PIN(SUNXI_PINCTRL_PIN(H, 1), 794 SUNXI_PIN(SUNXI_PINCTRL_PIN(H, 2), 798 SUNXI_PIN(SUNXI_PINCTRL_PIN(H, 3), 802 SUNXI_PIN(SUNXI_PINCTRL_PIN(H, 4), 806 SUNXI_PIN(SUNXI_PINCTRL_PIN(H, 5), 810 SUNXI_PIN(SUNXI_PINCTRL_PIN(H, 6), 814 SUNXI_PIN(SUNXI_PINCTRL_PIN(H, 7), 818 SUNXI_PIN(SUNXI_PINCTRL_PIN(H, 8), 822 SUNXI_PIN(SUNXI_PINCTRL_PIN(H, 9), [all …]
|
D | pinctrl-sun9i-a80.c | 619 SUNXI_PIN(SUNXI_PINCTRL_PIN(H, 0), 623 SUNXI_PIN(SUNXI_PINCTRL_PIN(H, 1), 627 SUNXI_PIN(SUNXI_PINCTRL_PIN(H, 2), 631 SUNXI_PIN(SUNXI_PINCTRL_PIN(H, 3), 635 SUNXI_PIN(SUNXI_PINCTRL_PIN(H, 4), 639 SUNXI_PIN(SUNXI_PINCTRL_PIN(H, 5), 643 SUNXI_PIN(SUNXI_PINCTRL_PIN(H, 6), 649 SUNXI_PIN(SUNXI_PINCTRL_PIN(H, 8), 654 SUNXI_PIN(SUNXI_PINCTRL_PIN(H, 9), 659 SUNXI_PIN(SUNXI_PINCTRL_PIN(H, 10), [all …]
|
D | pinctrl-sun4i-a10.c | 660 SUNXI_PIN(SUNXI_PINCTRL_PIN(H, 0), 668 SUNXI_PIN(SUNXI_PINCTRL_PIN(H, 1), 676 SUNXI_PIN(SUNXI_PINCTRL_PIN(H, 2), 684 SUNXI_PIN(SUNXI_PINCTRL_PIN(H, 3), 692 SUNXI_PIN(SUNXI_PINCTRL_PIN(H, 4), 700 SUNXI_PIN(SUNXI_PINCTRL_PIN(H, 5), 708 SUNXI_PIN(SUNXI_PINCTRL_PIN(H, 6), 717 SUNXI_PIN(SUNXI_PINCTRL_PIN(H, 7), 726 SUNXI_PIN(SUNXI_PINCTRL_PIN(H, 8), 735 SUNXI_PIN(SUNXI_PINCTRL_PIN(H, 9), [all …]
|
D | pinctrl-sun7i-a20.c | 690 SUNXI_PIN(SUNXI_PINCTRL_PIN(H, 0), 697 SUNXI_PIN(SUNXI_PINCTRL_PIN(H, 1), 704 SUNXI_PIN(SUNXI_PINCTRL_PIN(H, 2), 711 SUNXI_PIN(SUNXI_PINCTRL_PIN(H, 3), 718 SUNXI_PIN(SUNXI_PINCTRL_PIN(H, 4), 725 SUNXI_PIN(SUNXI_PINCTRL_PIN(H, 5), 732 SUNXI_PIN(SUNXI_PINCTRL_PIN(H, 6), 740 SUNXI_PIN(SUNXI_PINCTRL_PIN(H, 7), 748 SUNXI_PIN(SUNXI_PINCTRL_PIN(H, 8), 757 SUNXI_PIN(SUNXI_PINCTRL_PIN(H, 9), [all …]
|
D | pinctrl-sun6i-a31s.c | 702 SUNXI_PIN(SUNXI_PINCTRL_PIN(H, 9), 708 SUNXI_PIN(SUNXI_PINCTRL_PIN(H, 10), 714 SUNXI_PIN(SUNXI_PINCTRL_PIN(H, 11), 720 SUNXI_PIN(SUNXI_PINCTRL_PIN(H, 12), 726 SUNXI_PIN(SUNXI_PINCTRL_PIN(H, 13), 730 SUNXI_PIN(SUNXI_PINCTRL_PIN(H, 14), 734 SUNXI_PIN(SUNXI_PINCTRL_PIN(H, 15), 738 SUNXI_PIN(SUNXI_PINCTRL_PIN(H, 16), 742 SUNXI_PIN(SUNXI_PINCTRL_PIN(H, 17), 746 SUNXI_PIN(SUNXI_PINCTRL_PIN(H, 18), [all …]
|
D | pinctrl-sun8i-a23.c | 516 SUNXI_PIN(SUNXI_PINCTRL_PIN(H, 0), 520 SUNXI_PIN(SUNXI_PINCTRL_PIN(H, 1), 524 SUNXI_PIN(SUNXI_PINCTRL_PIN(H, 2), 528 SUNXI_PIN(SUNXI_PINCTRL_PIN(H, 3), 532 SUNXI_PIN(SUNXI_PINCTRL_PIN(H, 4), 536 SUNXI_PIN(SUNXI_PINCTRL_PIN(H, 5), 540 SUNXI_PIN(SUNXI_PINCTRL_PIN(H, 6), 545 SUNXI_PIN(SUNXI_PINCTRL_PIN(H, 7), 550 SUNXI_PIN(SUNXI_PINCTRL_PIN(H, 8), 555 SUNXI_PIN(SUNXI_PINCTRL_PIN(H, 9),
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-class-pwm | 4 Contact: H Hartley Sweeten <hsweeten@visionengravers.com> 13 Contact: H Hartley Sweeten <hsweeten@visionengravers.com> 22 Contact: H Hartley Sweeten <hsweeten@visionengravers.com> 29 Contact: H Hartley Sweeten <hsweeten@visionengravers.com> 37 Contact: H Hartley Sweeten <hsweeten@visionengravers.com> 44 Contact: H Hartley Sweeten <hsweeten@visionengravers.com> 53 Contact: H Hartley Sweeten <hsweeten@visionengravers.com> 60 Contact: H Hartley Sweeten <hsweeten@visionengravers.com> 67 Contact: H Hartley Sweeten <hsweeten@visionengravers.com> 75 Contact: H Hartley Sweeten <hsweeten@visionengravers.com>
|
D | sysfs-platform-at91 | 11 "AT91SAM9263 Preliminary 6249H-ATARM-27-Jul-09") the
|
D | sysfs-platform-eeepc-laptop | 32 On the Eee PC 1000H there are three available clock configuration:
|
/linux-4.1.27/lib/ |
D | halfmd4.c | 8 #define H(x, y, z) ((x) ^ (y) ^ (z)) macro 50 ROUND(H, a, b, c, d, in[3] + K3, 3); in half_md4_transform() 51 ROUND(H, d, a, b, c, in[7] + K3, 9); in half_md4_transform() 52 ROUND(H, c, d, a, b, in[2] + K3, 11); in half_md4_transform() 53 ROUND(H, b, c, d, a, in[6] + K3, 15); in half_md4_transform() 54 ROUND(H, a, b, c, d, in[1] + K3, 3); in half_md4_transform() 55 ROUND(H, d, a, b, c, in[5] + K3, 9); in half_md4_transform() 56 ROUND(H, c, d, a, b, in[0] + K3, 11); in half_md4_transform() 57 ROUND(H, b, c, d, a, in[4] + K3, 15); in half_md4_transform()
|
/linux-4.1.27/drivers/media/pci/solo6x10/ |
D | Kconfig | 2 tristate "Bluecherry / Softlogic 6x10 capture cards (MPEG-4/H.264)" 13 This driver supports the Bluecherry H.264 and MPEG-4 hardware 17 * Bluecherry BC-H16480A (PCIe, 16 port, H.264) 18 * Bluecherry BC-H04120A (PCIe, 4 port, H.264) 19 * Bluecherry BC-H04120A-MPCI (Mini-PCI, 4 port, H.264)
|
/linux-4.1.27/arch/x86/crypto/ |
D | twofish-x86_64-asm_64.S | 84 movzx b ## H, %edi;\ 87 movzx a ## H, %edi;\ 94 movzx b ## H, %edi;\ 97 movzx a ## H, %edi;\ 122 movzx b ## H, %edi;\ 125 movzx a ## H, %edi;\ 133 movzx b ## H, %edi;\ 135 movzx a ## H, %edi;\ 157 movzx a ## H, %edi;\ 160 movzx b ## H, %edi;\ [all …]
|
D | twofish-i586-asm_32.S | 86 movzx b ## H, %edi;\ 89 movzx a ## H, %edi;\ 96 movzx b ## H, %edi;\ 99 movzx a ## H, %edi;\ 124 movzx b ## H, %edi;\ 127 movzx a ## H, %edi;\ 134 movzx b ## H, %edi;\ 137 movzx a ## H, %edi;\ 161 movzx a ## H, %edi;\ 164 movzx b ## H, %edi;\ [all …]
|
D | aes-x86_64-asm_64.S | 84 movzbl r2 ## H,r5 ## E; \ 91 movzbl r4 ## H,r7 ## E; \ 98 movzbl r1 ## H,r4 ## E; \ 104 movzbl r3 ## H,r7 ## E; \ 108 movzbl r1 ## H,r7 ## E; \ 113 movzbl r1 ## H,r7 ## E; \ 117 movzbl r2 ## H,r1 ## E; \ 122 movzbl r2 ## H,r1 ## E; \
|
/linux-4.1.27/arch/arm/crypto/ |
D | sha256-armv4.pl | 54 $H="r11"; 55 @V=($A,$B,$C,$D,$E,$F,$G,$H); 223 ldmia $ctx,{$A,$B,$C,$D,$E,$F,$G,$H} 263 add $H,$H,$t1 264 stmia $t3,{$A,$B,$C,$D,$E,$F,$G,$H} 465 sub $H,sp,#16*4+16 467 bic $H,$H,#15 @ align for 128-bit stores 469 mov sp,$H @ alloca 498 ldmia $ctx,{$A-$H} 556 add $H,$H,$t4 [all …]
|
/linux-4.1.27/drivers/scsi/arm/ |
D | cumana_1.c | 45 #define H(v) (((v)>>16)|((v) & 0xffff0000)) macro 66 v=*laddr++; writew(L(v), dma); writew(H(v), dma); in NCR5380_pwrite() 67 v=*laddr++; writew(L(v), dma); writew(H(v), dma); in NCR5380_pwrite() 68 v=*laddr++; writew(L(v), dma); writew(H(v), dma); in NCR5380_pwrite() 69 v=*laddr++; writew(L(v), dma); writew(H(v), dma); in NCR5380_pwrite() 70 v=*laddr++; writew(L(v), dma); writew(H(v), dma); in NCR5380_pwrite() 71 v=*laddr++; writew(L(v), dma); writew(H(v), dma); in NCR5380_pwrite() 72 v=*laddr++; writew(L(v), dma); writew(H(v), dma); in NCR5380_pwrite() 73 v=*laddr++; writew(L(v), dma); writew(H(v), dma); in NCR5380_pwrite()
|
/linux-4.1.27/arch/blackfin/include/asm/ |
D | trace.h | 63 preg.H = HI(TBUFCTL); \ 69 preg.H = HI(TBUFCTL); \ 75 preg.H = HI(TBUFCTL); \ 83 preg.H = HI(TBUFCTL); \
|
D | entry.h | 116 P0.H = HI(ILAT); \ 146 P0.H = HI(ILAT); \
|
D | dpmc.h | 176 FP.H = hi(SYSMMR_BASE); 271 FP.H = hi(SYSMMR_BASE); 366 I0.H = hi(COREMMR_BASE); 508 I0.H = hi(COREMMR_BASE);
|
/linux-4.1.27/arch/hexagon/kernel/ |
D | head.S | 43 r24.H = #HI(swapper_pg_dir) 109 R1.H = #HI(PAGE_OFFSET >> (22 - 2)) 200 {r29.H = #HI(init_thread_union); r0.H = #HI(_THREAD_SIZE); } 209 { r0.H = #HI(__bss_start); r2.h = #HI(__bss_stop); }
|
D | vm_entry.S | 74 R2.H = #HI(_THREAD_SIZE); } \ 233 R1.H = #HI(CHandler); \ 299 R26.H = #HI(do_work_pending); 378 R26.H = #HI(do_work_pending);
|
/linux-4.1.27/Documentation/hwmon/ |
D | smsc47b397 | 45 MOV DX,480H 46 MOV AX,25H 48 MOV DX,481H 118 MOV AX,055H 122 MOV AL,20H 144 MOV AX,055H 149 MOV AL,07H 152 MOV AL, 08H 156 MOV AL,60H
|
/linux-4.1.27/Documentation/trace/ |
D | ring-buffer-design.txt | 423 <---| |--->| |-H->| |--->| |---> 428 The above pointer "-H->" would have the HEADER flag set. That is 440 <---| |--->| |-H->| |--->| |---> 477 +-----H-------------+ 485 |page |-------H-----------+ 493 | +-----H-------------+ | 502 |page |-------H-----------+ 518 |page |-------H-----------+ 531 |page |-------H-----------+ <--- New head page 581 <---| |--->| |-H->| |--->| |---> [all …]
|
D | ftrace.txt | 670 'H' - hard irq occurred inside a softirq. 1370 When an interrupt is running inside a softirq, the annotation is 'H'. 1396 # | task: kworker/3:1H-312 (uid:0 nice:-20 policy:0 rt_prio:0) 1407 <idle>-0 3dNs7 0us : 0:120:R + [003] 312:100:R kworker/3:1H 1410 <idle>-0 3d..3 15us : 0:120:R ==> [003] 312:100:R kworker/3:1H
|
/linux-4.1.27/crypto/asymmetric_keys/ |
D | rsa.c | 163 static int RSA_verify(const u8 *H, const u8 *EM, size_t k, size_t hash_size, in RSA_verify() argument 198 if (crypto_memneq(H, EM + T_offset + asn1_size, hash_size) != 0) { in RSA_verify() 217 const u8 *H = sig->digest; in RSA_verify_signature() local 260 ret = RSA_verify(H, EM - 1, k, sig->digest_size, in RSA_verify_signature()
|
/linux-4.1.27/Documentation/ioctl/ |
D | ioctl-number.txt | 124 'H' 00-7F linux/hiddev.h conflict! 125 'H' 00-0F linux/hidraw.h conflict! 126 'H' 01 linux/mei.h conflict! 127 'H' 00-0F sound/asound.h conflict! 128 'H' 20-40 sound/asound_fm.h conflict! 129 'H' 80-8F sound/sfnt_info.h conflict! 130 'H' 10-8F sound/emu10k1.h conflict! 131 'H' 10-1F sound/sb16_csp.h conflict! 132 'H' 10-1F sound/hda_hwdep.h conflict! 133 'H' 40-4F sound/hdspm.h conflict! [all …]
|
/linux-4.1.27/arch/x86/boot/ |
D | video.c | 197 #define H(x) ((x)-'a'+10) macro 198 #define SCAN ((H('s')<<12)+(H('c')<<8)+(H('a')<<4)+H('n'))
|
/linux-4.1.27/Documentation/scsi/ |
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
|
D | ChangeLog.ips | 13 4.90.08 - Increase Delays in Flashing ( Trombone Only - 4H )
|
D | advansys.txt | 205 Rik van Riel <H.H.vanRiel@fys.ruu.nl> provided a patch to
|
D | sym53c8xx_2.txt | 622 .....A.........B.C....D.E..F....G.H..I.......J.....K...L....... 660 For fields D,E,F,G and H, you may look into the sym53c8xx_defs.h file 672 Field H : SCNTL3 Scsi Control Register 3
|
D | BusLogic.txt | 245 BT-742A EISA SCSI-2 (742A revision H) 246 BT-542B ISA SCSI-2 (542B revision H)
|
D | ncr53c8xx.txt | 1296 ............A.........B.C....D.E..F....G.H.......I.....J...K....... 1334 For fields D,E,F,G and H, you may look into the sym53c8xx_defs.h file 1346 Field H : SCNTL3 Scsi Control Register 3
|
D | scsi_fc_transport.txt | 60 on the vport, resulting in a unique <H,C,T,L> namespace for the vport.
|
D | tmscsim.txt | 382 partition table and used a H/S = 64/32 or 255/63 translation. So if you
|
/linux-4.1.27/Documentation/video4linux/ |
D | CARDLIST.cx88 | 52 51 -> WinFast DTV2000 H [107d:665e] 83 82 -> WinFast DTV2000 H rev. J [107d:6f2b] 88 87 -> Leadtek WinFast DTV2000 H PLUS [107d:6f42] 89 88 -> Leadtek WinFast DTV1800 H (XC4000) [107d:6f38]
|
D | CARDLIST.cx23885 | 13 12 -> Leadtek Winfast PxDVR3200 H [107d:6681] 32 31 -> Leadtek Winfast PxDVR3200 H XC4000 [107d:6f39]
|
D | CARDLIST.tm6000 | 9 …9 -> Hauppauge WinTV HVR-900H/USB2 Stick (tm6010) [2040:6600,2040:6601,2040:6610,2040:…
|
D | Zoran | 145 The CCIR has defined different standards: A,B,D,E,F,G,D,H,I,K,K1,L,M,N,... 164 The CCIR - H uses the PAL colorsystem (sometimes SECAM) and is used in 191 can handle: PAL B/G/H/I, PAL N, PAL M, NTSC M, NTSC N, NTSC 4.43 and SECAM 199 can handle: PAL B/G/D/H/I/N, PAL N, PAL M, NTSC M, NTSC 4.43 and SECAM 203 can handle: PAL B/D/G/H/I, NTSC M 207 can handle: PAL B/G/H/I, PAL N, PAL M, NTSC M, NTSC 44, PAL 60, SECAM,NTSC Comb 211 can handle: NTSC-M/N/44, PAL-M/N/B/G/H/I/D/K/L and SECAM 228 can generate: PAL B/D/G/H/I/N, PAL M, NTSC M, PAL-N (Argentina) 232 can generate: PAL B/D/G/H/I/N, PAL M, NTSC M, PAL 60 236 can generate: PAL B/D/G/H/I/N, PAL M, NTSC M
|
D | sh_mobile_ceu_camera.txt | 116 drivers should horizontally count unscaled samples relative to 0H."
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | README.maya44 | 143 H/W: Output source channel 1 144 H/W 1: Output source channel 2 145 H/W 2: Output source channel 3 146 H/W 3: Output source channel 4 148 H/W 4 ... H/W 9: unknown function, left in to enable testing.
|
D | Audigy-mixer.txt | 243 7 - mono, H destination (FX-bus 0-63), default 0 251 15 - left, H destination (FX-bus 0-63), default 0 259 23 - right, H destination (FX-bus 0-63), default 0 276 7 - mono, H destination attn, default 0 (mute) 284 15 - left, H destination attn, default 0 (mute) 292 23 - right, H destination attn, default 0 (mute)
|
D | Procfile.txt | 107 shown also when the invalid H/W pointer is detected at the 125 H/W position, etc.
|
/linux-4.1.27/arch/blackfin/mach-bf527/ |
D | Kconfig | 77 bool "PORT H" 79 PORT H 87 Port G and Port H and other processor signal inputs. 128 menu "PORT H"
|
/linux-4.1.27/Documentation/input/ |
D | sentelic.txt | 719 *only supported by H/W prior to Cx 727 *only supported by H/W prior to Cx 746 *only supported by H/W prior to Cx 752 *only supported by H/W prior to Cx 757 *only supported by H/W prior to Cx 761 *only supported by H/W prior to Cx 766 *only supported by H/W prior to Cx 771 *only supported by H/W prior to Cx 776 *only supported by H/W prior to Cx 781 *only supported by H/W prior to Cx [all …]
|
D | amijoy.txt | 27 (2) - H-pulse
|
D | elantech.txt | 204 1 0 0 H V 1 F P 209 H: 1 = enable horizontal scroll area
|
D | atarikbd.txt | 640 23 H
|
/linux-4.1.27/drivers/staging/comedi/ |
D | TODO | 11 H Hartley Sweeten <hsweeten@visionengravers.com>
|
D | Kconfig | 198 PCL-818L, PCL-818H, PCL-818HD, PCL-818HG, PCL-818 and PCL-718
|
/linux-4.1.27/Documentation/DocBook/media/ |
D | bayer.png.b64 | 58 l2bMVMos5dsZL4HwwTIQFwYrmmICWNEUM8CKnpgDFpmEAVZQM263+shsl1ZxWz/6H/oD/ukPC6x5 95 9e8MllGzZoFV7+4EPm3pBqWxBSt7A/DqyWVQxqirpwv+H/6BRfybF9AY4zJGHt3u9YFOs8BqVlfi 123 uh62gyFSzQ8uf/H/m9jxbyIMdQEVChYVChYVChYVKhQsKhQsKhQsKlQoWFQoWFQoWCD0g0V8fvUL
|
D | vbi_625.gif.b64 | 40 Y2cqwsL2tY2vLerrDfu68ea2t40dbmS32nIzfreVkYblJ+d73d8GOLxLzeFtHzzhC1e0qgW+705H
|
D | dvbstb.png.b64 | 185 3L9/H+3bt68RX2xaWhoWLFgAf39/+Pr6Ys2aNZDJZLhw4UK1Ltft27dx//59HiiIiKjSsLoYVSRH 218 1cWICtC8eXMA4P1lGGaIVH344YfYunUrPv30Uxw4cEAt0ORxc3PD0KFDsXLlSrXuuYmIqHjnz5/H
|
D | fieldseq_tb.gif.b64 | 332 H+6q+qoaxc7FTQIOdsgoTptDBCpQbg58m5gteeeO7k23tM0xTgr+2DZ0QnLOb+CpkLEpThYfWYV3
|
D | fieldseq_bt.gif.b64 | 128 q9jFMqi8inTsYyGDm+H+BroSFtGI9qFCBIfmGi4ZA1xbmmEKv8TELS3ridOqFpeoAL9sbatbVBNh
|
/linux-4.1.27/drivers/isdn/hardware/mISDN/ |
D | hfcmulti.c | 5352 #undef H 5353 #define H(x) ((unsigned long)&hfcm_map[x]) macro 5358 PCI_SUBDEVICE_ID_CCD_BN1SM, 0, 0, H(0)}, /* BN1S mini PCI */ 5360 PCI_SUBDEVICE_ID_CCD_BN2S, 0, 0, H(1)}, /* BN2S */ 5362 PCI_SUBDEVICE_ID_CCD_BN2SM, 0, 0, H(2)}, /* BN2S mini PCI */ 5364 PCI_SUBDEVICE_ID_CCD_BN4S, 0, 0, H(3)}, /* BN4S */ 5366 PCI_SUBDEVICE_ID_CCD_BN4SM, 0, 0, H(4)}, /* BN4S mini PCI */ 5368 PCI_DEVICE_ID_CCD_HFC4S, 0, 0, H(5)}, /* Old Eval */ 5370 PCI_SUBDEVICE_ID_CCD_IOB4ST, 0, 0, H(6)}, /* IOB4ST */ 5372 PCI_SUBDEVICE_ID_CCD_HFC4S, 0, 0, H(7)}, /* 4S */ [all …]
|
/linux-4.1.27/fs/afs/ |
D | internal.h | 830 #define ASSERTRANGE(L, OP1, N, OP2, H) \ argument 832 if (unlikely(!((L) OP1 (N)) || !((N) OP2 (H)))) { \ 837 (unsigned long)(H)); \ 840 (unsigned long)(H)); \ 877 #define ASSERTRANGE(L, OP1, N, OP2, H) \ argument
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | omap3-gta04a5.dts | 2 * Copyright (C) 2014 H. Nikolaus Schaller <hns@goldelico.com>
|
D | omap3-gta04a3.dts | 2 * Copyright (C) 2014 H. Nikolaus Schaller <hns@goldelico.com>
|
D | tegra30-cardhu-a02.dts | 66 gpio = <&gpio TEGRA_GPIO(H, 7) GPIO_ACTIVE_HIGH>;
|
D | tegra124-nyan.dtsi | 58 interrupts = <TEGRA_GPIO(H, 4) GPIO_ACTIVE_HIGH>; 436 enable-gpios = <&gpio TEGRA_GPIO(H, 2) GPIO_ACTIVE_HIGH>; 648 gpio = <&gpio TEGRA_GPIO(H, 7) GPIO_ACTIVE_LOW>;
|
D | tegra20-tamonten.dtsi | 494 cd-gpios = <&gpio TEGRA_GPIO(H, 2) GPIO_ACTIVE_LOW>; 495 wp-gpios = <&gpio TEGRA_GPIO(H, 3) GPIO_ACTIVE_HIGH>;
|
D | tegra20-harmony.dts | 614 wp-gpios = <&gpio TEGRA_GPIO(H, 1) GPIO_ACTIVE_HIGH>; 621 cd-gpios = <&gpio TEGRA_GPIO(H, 2) GPIO_ACTIVE_LOW>; 622 wp-gpios = <&gpio TEGRA_GPIO(H, 3) GPIO_ACTIVE_HIGH>;
|
D | tegra114-roth.dts | 969 power-gpios = <&gpio TEGRA_GPIO(H, 0) GPIO_ACTIVE_HIGH>; 1015 enable-gpios = <&gpio TEGRA_GPIO(H, 2) GPIO_ACTIVE_HIGH>; 1097 gpio = <&gpio TEGRA_GPIO(H, 5) GPIO_ACTIVE_HIGH>;
|
D | tegra124-venice2.dts | 603 interrupts = <TEGRA_GPIO(H, 4) GPIO_ACTIVE_HIGH>; 940 enable-gpios = <&gpio TEGRA_GPIO(H, 2) GPIO_ACTIVE_HIGH>; 1117 gpio = <&gpio TEGRA_GPIO(H, 7) GPIO_ACTIVE_LOW>;
|
D | tegra114-tn7.dts | 333 gpio = <&gpio TEGRA_GPIO(H, 2) GPIO_ACTIVE_HIGH>;
|
D | tegra20-paz00.dts | 481 wp-gpios = <&gpio TEGRA_GPIO(H, 1) GPIO_ACTIVE_HIGH>;
|
D | tegra114-dalmore.dts | 1133 enable-gpios = <&gpio TEGRA_GPIO(H, 2) GPIO_ACTIVE_HIGH>; 1204 gpio = <&gpio TEGRA_GPIO(H, 5) GPIO_ACTIVE_HIGH>;
|
D | tegra30-cardhu.dtsi | 406 enable-gpios = <&gpio TEGRA_GPIO(H, 2) GPIO_ACTIVE_HIGH>;
|
D | tegra20-ventana.dts | 562 wp-gpios = <&gpio TEGRA_GPIO(H, 1) GPIO_ACTIVE_HIGH>;
|
D | tegra124-jetson-tk1.dts | 1376 interrupts = <TEGRA_GPIO(H, 4) GPIO_ACTIVE_HIGH>; 1845 gpio = <&gpio TEGRA_GPIO(H, 7) GPIO_ACTIVE_LOW>;
|
D | tegra20-seaboard.dts | 767 wp-gpios = <&gpio TEGRA_GPIO(H, 1) GPIO_ACTIVE_HIGH>;
|
/linux-4.1.27/Documentation/devicetree/bindings/media/i2c/ |
D | mt9m111.txt | 4 array size of 1280H x 1024V. It is programmable through a simple two-wire serial
|
D | mt9p031.txt | 4 an active array size of 2592H x 1944V. It is programmable through a simple
|
D | ov2659.txt | 4 1632H x 1212V. It is programmable through a SCCB. The OV2659 sensor supports
|
D | mt9v032.txt | 4 an active array size of 752H x 480V. It is programmable through a simple
|
/linux-4.1.27/Documentation/devicetree/bindings/iommu/ |
D | nvidia,tegra30-smmu.txt | 1 NVIDIA Tegra 30 IOMMU H/W, SMMU (System Memory Management Unit)
|
D | samsung,sysmmu.txt | 1 Samsung Exynos IOMMU H/W, System MMU (System Memory Management Unit)
|
/linux-4.1.27/drivers/lguest/ |
D | Makefile | 12 Host: PREFIX=H
|
/linux-4.1.27/Documentation/devicetree/bindings/sound/ |
D | max98090.txt | 50 interrupts = <TEGRA_GPIO(H, 4) GPIO_ACTIVE_HIGH>;
|
/linux-4.1.27/Documentation/networking/ |
D | arcnet-hardware.txt | 148 S------H--------A-------S R - Terminator 149 | | H - Hub 151 | S----H----S 175 S---H---S 193 RT------T-------T------H------S 196 S------A------T-------T-------A-------H------TR 200 S------H---A----S | | 201 | | S------T----H---S | 223 RP-------P--------P--------H-----P------P-----PR 225 RP-----H--------P--------H-----P------PR [all …]
|
D | filter.txt | 573 of BPF_LD | BPF_{B,H,W} | BPF_ABS instruction.) 949 H - 2 byte
|
D | ip-sysctl.txt | 847 H Address Mask Request
|
/linux-4.1.27/tools/perf/Documentation/ |
D | perf-buildid-list.txt | 24 -H::
|
D | perf-list.txt | 31 H - host counting (not in KVM guests) 81 A8H 01H LSD.UOPS Counts the number of micro-ops Use cmask=1 and
|
D | perf-script.txt | 149 the override, and the result of the above is that only S/W and H/W
|
/linux-4.1.27/Documentation/thermal/ |
D | x86_pkg_temperature_thermal | 6 (Verify using: CPUID.06H:EAX[bit 6] =1)
|
/linux-4.1.27/Documentation/zh_CN/ |
D | volatile-considered-harmful.txt | 113 H. Peter Anvin,Philipp Hahn和Stefan Richter的意见改善了本档。
|
/linux-4.1.27/crypto/ |
D | md4.c | 58 static inline u32 H(u32 x, u32 y, u32 z) in H() function 65 #define ROUND3(a,b,c,d,k,s) (a = lshift(a + H(b,c,d) + k + (u32)0x6ED9EBA1,s))
|
/linux-4.1.27/fs/exofs/ |
D | ore.c | 546 u64 H = LmodS - G * T; in ore_calc_stripe_info() local 548 u32 N = div_u64(H, U); in ore_calc_stripe_info() 552 u32 C = (u32)(H - (N * U)) / stripe_unit + G * group_width; in ore_calc_stripe_info() 582 si->length = T - H; in ore_calc_stripe_info() 586 Nlast = div_u64(H + si->length + U - 1, U); in ore_calc_stripe_info()
|
/linux-4.1.27/drivers/staging/unisys/common-spar/include/channels/ |
D | channel.h | 38 #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.1.27/arch/blackfin/mach-bf518/ |
D | Kconfig | 90 Port G and Port H and other processor signal inputs. 131 menu "PORT H"
|
/linux-4.1.27/Documentation/arm/SA1100/ |
D | serial_UART | 4 > From: H. Peter Anvin <hpa@transmeta.com>
|
/linux-4.1.27/tools/testing/selftests/ftrace/ |
D | ftracetest | 95 LOG_DIR=$TOP_DIR/logs/`date +%Y%m%d-%H%M%S`/
|
/linux-4.1.27/arch/blackfin/mach-bf561/ |
D | secondary.S | 146 P0.H = hi(SYSMMR_BASE);
|
/linux-4.1.27/firmware/keyspan_pda/ |
D | keyspan_pda.S | 171 .org 23H 175 .org 43H 180 .org 30H 187 .org 0x100H ; wants to be on a page boundary 246 mov a, #02H 250 mov a, #00H
|
D | xircom_pgs.S | 173 .org 23H 177 .org 43H 182 .org 30H 189 .org 0x100H ; wants to be on a page boundary
|
/linux-4.1.27/Documentation/x86/ |
D | early-microcode.txt | 40 find . | cpio -o -H newc >../ucode.cpio
|
D | earlyprintk.txt | 19 …00:1d.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #1 (rev 03) (p…
|
/linux-4.1.27/Documentation/devicetree/bindings/input/ |
D | cros-ec-keyb.txt | 38 /* F4 G F7 H */
|
/linux-4.1.27/lib/raid6/ |
D | tilegx.uc | 3 * Copyright 2002 H. Peter Anvin - All Rights Reserved
|
D | neon.uc | 8 * Copyright 2002-2004 H. Peter Anvin - All Rights Reserved
|
D | altivec.uc | 3 * Copyright 2002-2004 H. Peter Anvin - All Rights Reserved
|
D | int.uc | 3 * Copyright 2002-2004 H. Peter Anvin - All Rights Reserved
|
/linux-4.1.27/arch/arm/ |
D | Kconfig-nommu | 43 occupied by read-only memory depending on H/W design.
|
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/4xx/ |
D | ppc440spe-adma.txt | 6 by ADMA driver for configuration of RAID-6 H/W capabilities of
|
/linux-4.1.27/Documentation/spi/ |
D | ep93xx_spi | 103 Martin Guy, H. Hartley Sweeten and others who helped me during development of
|
/linux-4.1.27/tools/testing/selftests/rcutorture/bin/ |
D | kvm.sh | 49 ds=`date +%Y.%m.%d-%H:%M:%S`
|
/linux-4.1.27/drivers/staging/i2o/ |
D | README | 33 Auvo Häkkinen, University of Helsinki Finland
|
/linux-4.1.27/Documentation/devicetree/bindings/video/ |
D | adi,adv7511.txt | 43 data stream (similar to BT.656). Defaults to separate H/V synchronization
|
/linux-4.1.27/arch/arm/include/debug/ |
D | tegra.S | 128 22: checkuart(\rp, \rv, H, 23, C)
|
/linux-4.1.27/Documentation/i2c/busses/ |
D | i2c-i801 | 14 * Intel 82801H (ICH8) 31 * Intel Sunrise Point-H (PCH)
|
/linux-4.1.27/scripts/mod/ |
D | sumversion.c | 62 static inline uint32_t H(uint32_t x, uint32_t y, uint32_t z) in H() function 69 #define ROUND3(a,b,c,d,k,s) (a = lshift(a + H(b,c,d) + k + (uint32_t)0x6ED9EBA1,s))
|
/linux-4.1.27/arch/unicore32/lib/ |
D | backtrace.S | 142 cand.a instr, #0x40 @ if H is 1, high 16 regs
|
/linux-4.1.27/Documentation/filesystems/ |
D | hfs.txt | 80 The HFS drivers was written by Paul H. Hargrovea (hargrove@sccm.Stanford.EDU).
|
D | ramfs-rootfs-initramfs.txt | 180 cpio -i -d -H newc -F initramfs_data.cpio --no-absolute-filenames 199 (cd "$1"; find . | cpio -o -H newc | gzip) > "$2" 271 echo init | cpio -o -H newc | gzip > test.cpio.gz
|
D | sharedsubtree.txt | 850 / F G J K H I 858 mounts 'J' and 'K' and 'D' has got two slave mounts 'H' and 'I'. 874 and finally D's ->mnt_slave_list links with ->mnt_slave of 'H' and 'I' 875 'H' and 'I' have their ->mnt_master pointing to struct vfsmount of 'D'.
|
D | affs.txt | 100 - H and P are always retained and ignored under Linux.
|
D | coda.txt | 1472 55..22.. FFLLUUSSHH
|
D | proc.txt | 2 T H E /proc F I L E S Y S T E M
|
/linux-4.1.27/Documentation/dmaengine/ |
D | dmatest.txt | 70 % grep -H . /sys/module/dmatest/parameters/*
|
/linux-4.1.27/Documentation/acpi/ |
D | initrd_table_override.txt | 70 find kernel | cpio -H newc --create > /boot/instrumented_initrd
|
/linux-4.1.27/scripts/genksyms/ |
D | keywords.hash.c_shipped | 13 && ('F' == 70) && ('G' == 71) && ('H' == 72) && ('I' == 73) \
|
/linux-4.1.27/Documentation/devicetree/bindings/dma/ |
D | ste-dma40.txt | 13 the driver will attempt to obtain the information from H/W
|
/linux-4.1.27/drivers/s390/char/ |
D | defkeymap.map | 76 keycode 72 = ccedilla H
|
/linux-4.1.27/arch/m68k/hp300/ |
D | hp300map.map | 247 compose 'T' 'H' to '�'
|
/linux-4.1.27/Documentation/parisc/ |
D | registers | 56 H (Higher-privilege trap) 0
|
/linux-4.1.27/Documentation/early-userspace/ |
D | buffer-format.txt | 4 Al Viro, H. Peter Anvin
|
D | README | 22 The cpio file format used by initramfs is the "newc" (aka "cpio -H newc")
|
/linux-4.1.27/Documentation/ja_JP/ |
D | HOWTO | 69 - 『新・詳説 C 言語 H&S リファレンス』
|
/linux-4.1.27/Documentation/dvb/ |
D | ci.txt | 202 | do (H/W dep) |
|
/linux-4.1.27/scripts/kconfig/ |
D | zconf.hash.c_shipped | 13 && ('F' == 70) && ('G' == 71) && ('H' == 72) && ('I' == 73) \
|
/linux-4.1.27/Documentation/vm/ |
D | pagemap.txt | 87 A compound page with order 2 takes the form of "HTTT", where H donates its
|
/linux-4.1.27/drivers/media/platform/ |
D | Kconfig | 149 H.264, MPEG-4, and other video formats.
|
/linux-4.1.27/drivers/tty/vt/ |
D | defkeymap.map | 352 compose 'T' 'H' to '�'
|
D | defkeymap.c_shipped | 257 {'T', 'H', 0336}, {'t', 'h', 0376},
|
/linux-4.1.27/net/ipv4/ |
D | Kconfig | 503 tristate "H-TCP" 506 H-TCP is a send-side only modifications of the TCP Reno 511 other Reno and H-TCP flows.
|
/linux-4.1.27/Documentation/video4linux/bttv/ |
D | Cards | 121 CPH0x8: PAL-B/H 959 HART Vision 848 (H-ART Vision 848) 960 HART Vision 878 (H-Art Vision 878)
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | exception-64s.h | 96 #define EXC_HV H
|
/linux-4.1.27/drivers/bluetooth/ |
D | Kconfig | 224 H-Soft blue+Card
|
/linux-4.1.27/kernel/bpf/ |
D | core.c | 538 LDST(H, u16) in __bpf_prog_run()
|
/linux-4.1.27/Documentation/cpu-freq/ |
D | cpu-drivers.txt | 184 target_freq. ("H for highest, but no higher than")
|
/linux-4.1.27/drivers/iommu/ |
D | Kconfig | 231 processor family. This enables H/W multimedia accelerators to see
|
/linux-4.1.27/net/netfilter/ |
D | Kconfig | 200 tristate "H.323 protocol support" 204 H.323 is a VoIP signalling protocol from ITU-T. As one of the most 209 With this module you can support H.323 on a connection tracking/NAT 212 This module supports RAS, Fast Start, H.245 Tunnelling, Call
|
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/fsl/ |
D | fman.txt | 154 Offline/Host command (O/H)
|
/linux-4.1.27/Documentation/video4linux/cx2341x/ |
D | fw-encoder-api.txt | 207 3=2D H/V Separable (default)
|
/linux-4.1.27/arch/blackfin/ |
D | Kconfig | 1184 hex "Bank 1 (AMBCTL0.H)" 1199 hex "Bank 3 (AMBCTL1.H)"
|
/linux-4.1.27/scripts/ |
D | checkpatch.pl | 640 my $date = POSIX::strftime("%Y%m%d%H%M", 684 my $output = `git log --no-color --format='%H %s' -1 $commit 2>&1`;
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | exceptions-64s.S | 674 MASKED_INTERRUPT(H)
|
/linux-4.1.27/ |
D | CREDITS | 111 N: H. Peter Anvin 2219 N: H.J. Lu 2863 N: Reed H. Petty
|
D | MAINTAINERS | 2807 M: "H. Peter Anvin" <hpa@zytor.com> 4860 M: "H. Peter Anvin" <hpa@zytor.com> 4865 M: "H. Peter Anvin" <hpa@zytor.com> 9398 M: H Hartley Sweeten <hsweeten@visionengravers.com> 10783 M: David Härdeman <david@hardeman.nu> 10873 M: "H. Peter Anvin" <hpa@zytor.com>
|
/linux-4.1.27/Documentation/RCU/ |
D | RTFP.txt | 222 ,author="H. T. Kung and Q. Lehman" 400 ,author="H. Massalin"
|
/linux-4.1.27/drivers/i2c/busses/ |
D | Kconfig | 125 Sunrise Point-H (PCH)
|
/linux-4.1.27/drivers/eisa/ |
D | eisa.ids | 115 ASU4501 "Mini EISA-486H Main Board"
|
/linux-4.1.27/drivers/video/fbdev/ |
D | Kconfig | 1528 (315/H/PRO, 55x, 650, 651, 740, 330, 661, 741, 760, 761) as well
|
/linux-4.1.27/drivers/staging/speakup/ |
D | spkguide.txt | 1381 H. Include an unaltered copy of this License.
|
/linux-4.1.27/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 4406 o John H. Hartman
|