Searched full:multiple (Results 1 – 25 of 1106) sorted by relevance
12345678910>>...45
| /Documentation/staging/ |
| D | crc32.rst | 6 and the whole thing (message+CRC) is a multiple of the given 37 appropriate multiple of the divisor to subtract to being the remainder 42 throw the quotient bit away, but subtract the appropriate multiple of 49 multiple = remainder & 0x80000000 ? CRCPOLY : 0; 50 remainder = (remainder << 1 | next_input_bit()) ^ multiple; 70 multiple = (remainder & 0x80000000) ? CRCPOLY : 0; 71 remainder = (remainder << 1) ^ multiple; 78 multiple = (remainder & 1) ? CRCPOLY : 0; 79 remainder = (remainder >> 1) ^ multiple; 94 multiple = (remainder & 0x80000000) ? CRCPOLY : 0; [all …]
|
| /Documentation/mm/ |
| D | page_frags.rst | 6 which resides within a 0 or higher order compound page. Multiple 18 and tracks allows multiple calls to make use of a cached page. The 19 advantage to doing this is that multiple calls to get_page can be avoided 38 was implemented. It allows for freeing multiple references from a single 40 cleaning up the multiple references that were added to a page in order to
|
| D | numa.rst | 11 comprises multiple components or assemblies each of which may contain 0 23 cells at multiple distances from other cells. 35 can have cells at multiple remote distances from any given cell. 46 Linux divides the system's hardware resources into multiple software 63 the existing nodes--or the system memory for non-NUMA platforms--into multiple 79 Because some nodes contain multiple zones containing different types of
|
| /Documentation/devicetree/bindings/sound/ |
| D | ti,tas2781.yaml | 44 I2C address, in multiple-AMP case, all the i2c address 45 aggregate as one Audio Device to support multiple audio slots. 74 I2C address, in multiple-AMP case, all the i2c address 75 aggregate as one Audio Device to support multiple audio slots. 92 I2C address, in multiple-AMP case, all the i2c address 93 aggregate as one Audio Device to support multiple audio slots.
|
| /Documentation/filesystems/nfs/ |
| D | pnfs.rst | 6 reference multiple devices, each of which can reference multiple data servers. 7 Each data server can be referenced by multiple devices. Each device 8 can be referenced by multiple layouts. To keep all of this straight, 40 justification, but seems reasonable given that we can have multiple 41 deviceid's per filesystem, and multiple filesystems per nfs_client.
|
| /Documentation/devicetree/bindings/iommu/ |
| D | iommu.txt | 22 * Provide address space isolation between multiple contexts. 29 IOMMUs can be single-master or multiple-master. Single-master IOMMU devices 30 typically have a fixed association to the master device, whereas multiple- 48 This may also apply to multiple master IOMMU devices that do not allow the 52 - #iommu-cells = <1>: Multiple master IOMMU devices may need to be configured 71 have multiple master interfaces (to one or more IOMMU devices). 91 - pasid-num-bits: Some masters support multiple address spaces for DMA, by 140 Multiple-master IOMMU with fixed associations: 143 /* multiple-master IOMMU */ 168 Multiple-master IOMMU: [all …]
|
| /Documentation/sound/ |
| D | alsa-configuration.rst | 34 specify multiple values for the option separated by commas. 53 This option takes multiple strings. 138 are multiple devices bound with the same driver. For example, there are 157 This module supports multiple cards. It does not support autoprobe, so 191 This module supports multiple cards, autoprobe and PnP. 205 This module supports multiple cards. It does not support autoprobe 219 This module supports multiple cards. 241 This module supports multiple cards, autoprobe and PnP. 250 This module supports multiple cards. 263 This module supports multiple cards, autoprobe and PnP. [all …]
|
| /Documentation/filesystems/ |
| D | btrfs.rst | 21 * Checksums on data and metadata (multiple algorithms available) 22 * Compression (multiple algorithms available) 26 * Integrated multiple device support, with several raid algorithms
|
| /Documentation/power/ |
| D | charger-manager.rst | 9 and where each battery may have multiple chargers attached and the userland 10 wants to look at the aggregated information of the multiple chargers. 14 represents an independent battery with chargers. If there are multiple 16 the system may need multiple instances of Charger Manager. 23 * Support for multiple chargers (e.g., a device with USB, AC, and solar panels) 24 A system may have multiple chargers (or power sources) and some of 28 aggregates charger-related information from multiple sources and 67 if there are multiple batteries. If there are multiple batteries, the 68 multiple instances of Charger Manager share the same charger_global_desc
|
| /Documentation/networking/devlink/ |
| D | sfc.rst | 23 - For boards where the management function is split between multiple 27 - For boards where the management function is split between multiple 53 multiple images (e.g. PXE and UEFI), this is the specifically the PXE boot
|
| /Documentation/arch/riscv/ |
| D | uabi.rst | 25 extension category. If multiple 'Z' extensions are named, they will be 30 after standard unprivileged extensions. If multiple supervisor-level 34 after any lower-privileged, standard extensions. If multiple machine-level 38 extensions. If multiple non-standard extensions are listed, they will be
|
| /Documentation/devicetree/bindings/net/ |
| D | mediatek-dwmac.yaml | 79 For MT2712 RGMII interface, Allowed value need to be a multiple of 170, 81 For MT2712 RMII/MII interface, Allowed value need to be a multiple of 550, 83 For MT8188/MT8195 RGMII/RMII/MII interface, Allowed value need to be a multiple of 290, 89 For MT2712 RGMII interface, Allowed value need to be a multiple of 170, 91 For MT2712 RMII/MII interface, Allowed value need to be a multiple of 550, 93 For MT8188/MT8195 RGMII/RMII/MII interface, Allowed value need to be a multiple
|
| /Documentation/driver-api/ |
| D | pwrseq.rst | 14 shared between multiple logical devices in the linux kernel. 19 mitigate any potential conflicts between multiple users behind the scenes. 37 to the power sequencer. Via the dependency system, multiple targets may 56 will have any effect as there may be multiple users of the underlying resources
|
| /Documentation/devicetree/bindings/soc/fsl/cpm_qe/ |
| D | cpm.txt | 22 * Properties common to multiple CPM/QE devices 44 - If multiple range entries are used, the difference between the parent 48 multiple range entries not be used.
|
| /Documentation/networking/ |
| D | mptcp.rst | 12 device to make use of multiple interfaces at once to send and receive TCP 14 multiple interfaces or prefer the one with the lowest latency. It also allows a 25 Thanks to MPTCP, being able to use multiple paths in parallel or simultaneously 33 - Network aggregation: using multiple paths at the same time to have a higher 71 To be able to use multiple IP addresses on a host to create multiple *subflows*
|
| /Documentation/filesystems/ext4/ |
| D | eainode.rst | 13 sharing of large xattr values between multiple owning inodes. For 17 inode is not referenced by multiple inodes) to verify that the EA inode
|
| D | mmp.rst | 3 Multiple Mount Protection 6 Multiple mount protection (MMP) is a feature that protects the 7 filesystem against multiple hosts trying to use the filesystem
|
| /Documentation/admin-guide/perf/ |
| D | arm-ni.rst | 6 interconnect. Correspondingly, the driver exposes multiple PMU devices named 8 the clock domain ID within that particular instance. If multiple NI instances
|
| /Documentation/userspace-api/gpio/ |
| D | gpio-v2-lineinfo-changed-read.rst | 60 detected by the kernel, including when multiple lines are being monitored by 64 userspace, `read()` supports copying multiple events. The number of events 77 On success the number of bytes read, which will be a multiple of the size
|
| D | gpio-v2-line-event-read.rst | 53 detected by the kernel, including when multiple lines are being monitored by 67 userspace, `read()` supports copying multiple events. The number of events 84 On success the number of bytes read, which will be a multiple of the size of a
|
| D | gpio-lineinfo-changed-read.rst | 64 detected by the kernel, including when multiple lines are being monitored by 68 userspace, `read()` supports copying multiple events. The number of events 83 On success the number of bytes read, which will be a multiple of the size of
|
| /Documentation/devicetree/bindings/pinctrl/ |
| D | pinctrl-bindings.txt | 27 in a single place, rather than splitting it across multiple client device 49 nodes of the pin controller that they configure. Multiple 50 entries may exist in this list so that multiple pin 52 from multiple nodes for a single pin controller, each
|
| /Documentation/devicetree/bindings/opp/ |
| D | opp-v2-base.yaml | 53 Entries for multiple clocks shall be provided in the same field, as 69 Entries for multiple regulators shall be provided in the same field separated 93 Entries for multiple regulators shall be provided in the same field 108 Entries for multiple regulators shall be provided in the same field 158 Marks the OPP to be used during device suspend. If multiple OPPs in 197 of a different device. It should not contain multiple phandles to the 210 opp-microvolt property, but allows multiple voltage ranges to be
|
| /Documentation/devicetree/bindings/power/ |
| D | pd-samsung.yaml | 13 Exynos processors include support for multiple power domains which are used 39 to let user to distinguish between multiple domains in SoC.
|
| /Documentation/gpu/amdgpu/display/ |
| D | dc-debug.rst | 18 Multiple Planes Debug 21 If you want to enable or debug multiple planes in a specific user-space 45 * Multiple plane **may** be briefly disabled during window transitions or 65 DC (DCN) provides an extensive log that dumps multiple details from our
|
12345678910>>...45