Home
last modified time | relevance | path

Searched refs:cover (Results 1 – 25 of 111) sorted by relevance

12345

/Linux-v4.19/Documentation/dev-tools/
Dkcov.rst64 unsigned long *cover, n, i;
76 cover = (unsigned long*)mmap(NULL, COVER_SIZE * sizeof(unsigned long),
78 if ((void*)cover == MAP_FAILED)
84 __atomic_store_n(&cover[0], 0, __ATOMIC_RELAXED);
88 n = __atomic_load_n(&cover[0], __ATOMIC_RELAXED);
90 printf("0x%lx\n", cover[i + 1]);
97 if (munmap(cover, COVER_SIZE * sizeof(unsigned long)))
154 uint64_t *cover, type, arg1, arg2, is_const, size;
166 cover = (uint64_t *)mmap(NULL, COVER_SIZE * sizeof(unsigned long),
168 if ((void*)cover == MAP_FAILED)
[all …]
/Linux-v4.19/Documentation/devicetree/bindings/iio/light/
Dtsl2563.txt10 - amstaos,cover-comp-gain : integer used as multiplier for gain
18 amstaos,cover-comp-gain = <16>;
/Linux-v4.19/arch/arm/boot/dts/
Dgemini-rut1xx.dts83 * gpio0bgrp cover line 7 used by GSM LED
84 * gpio0fgrp cover line 17 used by power LED
94 * gpio1dgrp cover line 28-31 otherwise used
Dgemini-dlink-dir-685.dts316 * gpio0bgrp cover line 5, 6 used by TK I2C
317 * gpio0bgrp cover line 7 used by WPS LED
318 * gpio0cgrp cover line 8, 13 used by keys
322 * gpio0egrp cover line 16 used by VDISP
323 * gpio0fgrp cover line 17 used by TK IRQ
324 * gpio0ggrp cover line 20 used by panel CS
325 * gpio0hgrp cover line 21,22 used by RTL8366RB MDIO
339 * gpio1bgrp cover line 5,8,7 used by panel SPI
Dgemini-sl93512r.dts183 * gpio0egrp cover line 16 used by HD LED
184 * gpio0fgrp cover line 17, 18 used by wireless LED and reset button
185 * gpio0hgrp cover line 21, 22 used by MDIO for Marvell PHY
186 * gpio0kgrp cover line 31 used by USB LED
197 * gpio1dgrp cover lines used by SPI for
Dgemini-sq201.dts178 * gpio0fgrp cover line 18 used by reset button
179 * gpio0ggrp cover line 20 used by info LED
180 * gpio0hgrp cover line 21, 22 used by MDIO for Marvell PHY
181 * gpio0kgrp cover line 31 used by USB LED
193 * gpio0dgrp cover lines used by the SPI
Dgemini-wbd111.dts123 * gpio0agrp cover line 0-4
124 * gpio0bgrp cover line 5
Dgemini-wbd222.dts127 * gpio0agrp cover line 0-4
128 * gpio0bgrp cover line 5
/Linux-v4.19/Documentation/media/uapi/
Dfdl-appendix.rst81 .. _fdl-cover-texts:
149 :ref:`Cover Texts <fdl-cover-texts>`, you must enclose the copies in
151 Front-Cover Texts on the front cover, and Back-Cover Texts on the back
152 cover. Both covers must also clearly and legibly identify you as the
153 publisher of these copies. The front cover must present the full title
160 If the required texts for either cover are too voluminous to fit
162 reasonably) on the actual cover, and continue the rest onto adjacent
238 :ref:`Cover Texts <fdl-cover-texts>` given in the
300 :ref:`Front-Cover Text <fdl-cover-texts>`, and a passage of up to 25
301 words as a :ref:`Back-Cover Text <fdl-cover-texts>`, to the end of the
[all …]
/Linux-v4.19/Documentation/devicetree/bindings/arm/
Dfw-cfg.txt23 * Bytes 0x0 to 0x7 cover the data register.
24 * Bytes 0x8 to 0x9 cover the selector register.
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-devices-platform-docg38 which can cover any part of it, block aligned, called DPS.
23 which can cover any part of it, block aligned, called DPS.
/Linux-v4.19/arch/ia64/kernel/
Dmca_drv_asm.S17 cover
/Linux-v4.19/include/linux/platform_data/
Dmmc-omap.h60 unsigned cover:1; member
/Linux-v4.19/Documentation/devicetree/bindings/clock/
Ddove-divider-clock.txt19 Control 0 register. This will cover that register, as well as the
/Linux-v4.19/Documentation/devicetree/bindings/powerpc/fsl/
Dlbc.txt10 - ranges : Each range corresponds to a single chipselect, and cover
/Linux-v4.19/LICENSES/exceptions/
DLinux-syscall-note13 NOTE! This copyright does *not* cover user programs that use kernel
/Linux-v4.19/Documentation/devicetree/bindings/net/
Dmarvell-orion-mdio.txt14 otherwise it must be 0x84 bytes to cover the interrupt control
Dmicrel.txt3 These properties cover the base properties Micrel PHYs.
/Linux-v4.19/arch/ia64/include/asm/native/
Dinst.h130 cover
/Linux-v4.19/Documentation/devicetree/bindings/pci/
Ddesignware-pcie-ecam.txt4 PCIe controller in RC mode with static ATU window mappings that cover all
/Linux-v4.19/Documentation/ia64/
Daliasing.txt73 software. This allows UC identity mappings to cover granules that
152 If the granule contains non-WB memory, but we can cover the
180 which uses a granule-sized UC mapping. This granule will cover some
/Linux-v4.19/Documentation/devicetree/bindings/soc/fsl/cpm_qe/
Dcpm.txt46 mapping can cover them all while maintaining the ability to determine
/Linux-v4.19/Documentation/
Dirqflags-tracing.txt38 complaint, try to figure out the assembly code we did not cover yet,
/Linux-v4.19/Documentation/virtual/kvm/arm/
Dhyp-abi.txt5 KVM). It doesn't cover the interaction of the kernel with the
/Linux-v4.19/Documentation/media/uapi/v4l/
Dselection-api-configuration.rst44 ``V4L2_SEL_TGT_CROP_DEFAULT`` target. This rectangle shall cover what the
115 ``V4L2_SEL_TGT_COMPOSE_DEFAULT`` target. This rectangle shall cover what

12345