| /linux/sound/pci/ctxfi/ |
| H A D | xfi.c | 23 static unsigned int multiple = 2; variable 26 MODULE_PARM_DESC(multiple, "Rate multiplier (default=2)"); 27 module_param(multiple, uint, 0444); 82 if ((multiple != 1) && (multiple != 2) && (multiple != 4)) { in ct_card_probe() 84 multiple); in ct_card_probe() 87 multiple = 2; in ct_card_probe() 89 err = ct_atc_create(card, pci, reference_rate, multiple, in ct_card_probe()
|
| /linux/Documentation/staging/ |
| H A 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 bring 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 …]
|
| /linux/drivers/gpu/drm/amd/display/dc/dml/ |
| H A D | dml_inline_defs.h | 134 unsigned int multiple, in dml_round_to_multiple() argument 139 if (multiple == 0) in dml_round_to_multiple() 142 remainder = num % multiple; in dml_round_to_multiple() 148 return (num + multiple - remainder); in dml_round_to_multiple()
|
| /linux/Documentation/networking/devlink/ |
| H A D | sfc.rst | 24 multiple components. 27 - For boards where the management function is split between multiple 31 - For boards where the management function is split between multiple 57 multiple images (e.g. PXE and UEFI), this is the specifically the PXE boot 68 combined flash image ("bundle") that contains multiple components (on ef10,
|
| /linux/Documentation/sound/ |
| H A 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 …]
|
| /linux/Documentation/filesystems/nfs/ |
| H A 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.
|
| /linux/Documentation/filesystems/ |
| H A 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
|
| /linux/Documentation/mm/ |
| H A D | page_frags.rst | 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
|
| /linux/drivers/net/ethernet/freescale/fman/ |
| H A D | Kconfig | 25 read or write transactions into multiple smaller transactions 36 buffer in the SG list has data size that is not a multiple 40 stress with multiple ports injecting line-rate traffic.
|
| /linux/arch/arm64/boot/dts/qcom/ |
| H A D | msm8998-sony-xperia-yoshino-poplar.dts | 29 /* Note: Round-down from 2850000 to be a multiple of PLDO step-size 8000 */ 35 /* Note: Round-down from 2700000 to be a multiple of PLDO step-size 8000 */
|
| /linux/Documentation/devicetree/bindings/iommu/ |
| H A 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 71 have multiple master interfaces (to one or more IOMMU devices). 91 - pasid-num-bits: Some masters support multiple address spaces for DMA, by 143 /* multiple-master IOMMU */
|
| /linux/drivers/staging/media/atomisp/ |
| H A D | notes.txt | 18 ia_css_binary_find(). Some binaries support creating multiple outputs 27 Since getting a picture requires multiple processing steps, 29 on the ISP can do multiple processing steps in a single pipeline
|
| /linux/Documentation/devicetree/bindings/soc/fsl/cpm_qe/ |
| H A 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.
|
| /linux/Documentation/networking/ |
| H A 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*
|
| H A D | alias.rst | 7 IP-aliases are an obsolete way to manage multiple IP-addresses/masks 8 per interface. Newer tools such as iproute2 support multiple
|
| /linux/net/mptcp/ |
| H A D | Kconfig | 9 Multipath TCP (MPTCP) connections send and receive data over multiple 10 subflows in order to utilize multiple network paths. Each subflow
|
| /linux/Documentation/arch/riscv/ |
| H A D | uabi.rst | 27 extension category. If multiple 'Z' extensions are named, they will be 32 after standard unprivileged extensions. If multiple supervisor-level 36 after any lower-privileged, standard extensions. If multiple machine-level 40 extensions. If multiple non-standard extensions are listed, they will be
|
| /linux/Documentation/admin-guide/perf/ |
| H A 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
|
| /linux/Documentation/filesystems/ext4/ |
| H A 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
|
| /linux/Documentation/userspace-api/gpio/ |
| H A 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
|
| H 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
|
| /linux/Documentation/block/ |
| H A D | stat.rst | 11 Why are there multiple statistics in a single file? Doesn't sysfs 17 statistics were exported as multiple files containing one statistic 79 waited on this block device. If there are multiple I/O requests waiting, 101 on this block device. If there are multiple I/O requests waiting, this
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-ftrace.txt | 97 specify multiple functions (or glob patterns). It will be 111 than once to specify multiple functions. It will be passed to 120 specify multiple functions. It will be passed to 'set_graph_notrace' 186 can be used more than once to specify multiple functions (or glob 193 can be used more than once to specify multiple functions. It will be 201 can be used more than once to specify multiple functions. It will be
|
| /linux/tools/testing/selftests/tc-testing/ |
| H A D | TODO.txt | 6 - Add support for multiple versions of tc to run successively 29 to automate running multiple "test suites" with different requirements
|
| /linux/drivers/phy/mediatek/ |
| H A D | Kconfig | 35 it supports multiple usb2.0, usb3.0 ports, PCIe and 61 multiple USB2.0, USB3.1 GEN2 ports. 80 The driver supports multiple CSI cdphy ports simultaneously.
|