Searched full:cover (Results 1 – 25 of 109) sorted by relevance
12345
/Documentation/userspace-api/media/ |
D | fdl-appendix.rst | 81 .. _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/ |
D | kcov.rst | 65 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/ |
D | amstaos,tsl2563.yaml | 26 amstaos,cover-comp-gain: 47 amstaos,cover-comp-gain = <16>;
|
/Documentation/devicetree/bindings/arm/ |
D | fw-cfg.txt | 23 * Bytes 0x0 to 0x7 cover the data register. 24 * Bytes 0x8 to 0x9 cover the selector register.
|
/Documentation/ABI/testing/ |
D | sysfs-devices-platform-docg3 | 8 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/ |
D | spkguide.txt | 16 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/ |
D | dove-divider-clock.txt | 19 Control 0 register. This will cover that register, as well as the
|
/Documentation/devicetree/bindings/arm/calxeda/ |
D | l2ecc.yaml | 11 This does not cover the actual L2 cache controller control registers,
|
/Documentation/devicetree/bindings/powerpc/fsl/ |
D | lbc.txt | 10 - ranges : Each range corresponds to a single chipselect, and cover
|
/Documentation/devicetree/bindings/net/ |
D | marvell-orion-mdio.txt | 14 otherwise it must be 0x84 bytes to cover the interrupt control
|
D | micrel.txt | 3 These properties cover the base properties Micrel PHYs.
|
/Documentation/userspace-api/media/v4l/ |
D | selection-api-configuration.rst | 44 ``V4L2_SEL_TGT_CROP_DEFAULT`` target. This rectangle shall cover what the 115 ``V4L2_SEL_TGT_COMPOSE_DEFAULT`` target. This rectangle shall cover what
|
D | vidioc-cropcap.rst | 71 - Default cropping rectangle, it shall cover the "whole picture".
|
/Documentation/core-api/irq/ |
D | irqflags-tracing.rst | 38 complaint, try to figure out the assembly code we did not cover yet,
|
/Documentation/devicetree/bindings/iio/adc/ |
D | fsl,vf610-adc.yaml | 41 Three values necessary to cover the 3 conversion modes.
|
/Documentation/devicetree/bindings/soc/fsl/cpm_qe/ |
D | cpm.txt | 46 mapping can cover them all while maintaining the ability to determine
|
/Documentation/ia64/ |
D | aliasing.rst | 80 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/ |
D | arm-cmn.rst | 39 register. The event templates are named with prefixes to cover all
|
/Documentation/driver-api/thermal/ |
D | nouveau_thermal.rst | 20 interface is likely not to work. This document may then not cover your situation
|
/Documentation/virt/kvm/arm/ |
D | hyp-abi.rst | 9 KVM). It doesn't cover the interaction of the kernel with the
|
/Documentation/driver-api/soundwire/ |
D | error_handling.rst | 14 that are independent of the payload and usages, and they cover both control
|
/Documentation/w1/masters/ |
D | ds2490.rst | 49 - The ds2490 specification doesn't cover short bulk in reads in
|
/Documentation/gpu/ |
D | drm-internals.rst | 11 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/ |
D | split_page_table_lock.rst | 72 pmd_free_tlb(), but make sure you cover all PMD table allocation / freeing
|
/Documentation/target/ |
D | tcmu-design.rst | 51 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