Home
last modified time | relevance | path

Searched full:cover (Results 1 – 25 of 109) sorted by relevance

12345

/Documentation/userspace-api/media/
Dfdl-appendix.rst81 .. _fdl-cover-texts:
83 The “Cover Texts” are certain short passages of text that are listed, as
84 Front-Cover Texts or Back-Cover Texts, in the notice that says that the
149 :ref:`Cover Texts <fdl-cover-texts>`, you must enclose the copies in
150 covers that carry, clearly and legibly, all these Cover Texts:
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
[all …]
/Documentation/dev-tools/
Dkcov.rst65 unsigned long *cover, n, i;
77 cover = (unsigned long*)mmap(NULL, COVER_SIZE * sizeof(unsigned long),
79 if ((void*)cover == MAP_FAILED)
85 __atomic_store_n(&cover[0], 0, __ATOMIC_RELAXED);
89 n = __atomic_load_n(&cover[0], __ATOMIC_RELAXED);
91 printf("0x%lx\n", cover[i + 1]);
98 if (munmap(cover, COVER_SIZE * sizeof(unsigned long)))
156 uint64_t *cover, type, arg1, arg2, is_const, size;
168 cover = (uint64_t *)mmap(NULL, COVER_SIZE * sizeof(unsigned long),
170 if ((void*)cover == MAP_FAILED)
[all …]
/Documentation/devicetree/bindings/iio/light/
Damstaos,tsl2563.yaml26 amstaos,cover-comp-gain:
47 amstaos,cover-comp-gain = <16>;
/Documentation/devicetree/bindings/arm/
Dfw-cfg.txt23 * Bytes 0x0 to 0x7 cover the data register.
24 * Bytes 0x8 to 0x9 cover the selector register.
/Documentation/ABI/testing/
Dsysfs-devices-platform-docg38 which can cover any part of it, block aligned, called DPS.
25 which can cover any part of it, block aligned, called DPS.
/Documentation/admin-guide/
Dspkguide.txt16 Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
1246 The "Cover Texts" are certain short passages of text that are listed,
1247 as Front-Cover Texts or Back-Cover Texts, in the notice that says that
1248 the Document is released under this License. A Front-Cover Text may
1249 be at most 5 words, and a Back-Cover Text may be at most 25 words.
1318 Document's license notice requires Cover Texts, you must enclose the
1319 copies in covers that carry, clearly and legibly, all these Cover
1320 Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on
1321 the back cover. Both covers must also clearly and legibly identify
1322 you as the publisher of these copies. The front cover must present
[all …]
/Documentation/devicetree/bindings/clock/
Ddove-divider-clock.txt19 Control 0 register. This will cover that register, as well as the
/Documentation/devicetree/bindings/arm/calxeda/
Dl2ecc.yaml11 This does not cover the actual L2 cache controller control registers,
/Documentation/devicetree/bindings/powerpc/fsl/
Dlbc.txt10 - ranges : Each range corresponds to a single chipselect, and cover
/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.
/Documentation/userspace-api/media/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
Dvidioc-cropcap.rst71 - Default cropping rectangle, it shall cover the "whole picture".
/Documentation/core-api/irq/
Dirqflags-tracing.rst38 complaint, try to figure out the assembly code we did not cover yet,
/Documentation/devicetree/bindings/iio/adc/
Dfsl,vf610-adc.yaml41 Three values necessary to cover the 3 conversion modes.
/Documentation/devicetree/bindings/soc/fsl/cpm_qe/
Dcpm.txt46 mapping can cover them all while maintaining the ability to determine
/Documentation/ia64/
Daliasing.rst80 software. This allows UC identity mappings to cover granules that
166 If the granule contains non-WB memory, but we can cover the
200 which uses a granule-sized UC mapping. This granule will cover some
/Documentation/admin-guide/perf/
Darm-cmn.rst39 register. The event templates are named with prefixes to cover all
/Documentation/driver-api/thermal/
Dnouveau_thermal.rst20 interface is likely not to work. This document may then not cover your situation
/Documentation/virt/kvm/arm/
Dhyp-abi.rst9 KVM). It doesn't cover the interaction of the kernel with the
/Documentation/driver-api/soundwire/
Derror_handling.rst14 that are independent of the payload and usages, and they cover both control
/Documentation/w1/masters/
Dds2490.rst49 - The ds2490 specification doesn't cover short bulk in reads in
/Documentation/gpu/
Ddrm-internals.rst11 and initializing core services. Subsequent sections cover core internals
231 This should cover how DMA mapping etc. is supported by the core. These
/Documentation/vm/
Dsplit_page_table_lock.rst72 pmd_free_tlb(), but make sure you cover all PMD table allocation / freeing
/Documentation/target/
Dtcmu-design.rst51 These backstores cover the most common use cases, but not all. One new
177 entries cover the Data-Out area, and iov_bidi_cnt specifies how many
178 iovec entries immediately after that in iov[] cover the Data-In

12345