| /linux/sound/pci/ctxfi/ |
| 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/ |
| A D | crc32.rst | 6 and the whole thing (message+CRC) is a multiple of the given 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; 95 remainder = (remainder << 1) ^ multiple; 104 multiple = (remainder & 1) ? CRCPOLY : 0; [all …]
|
| /linux/Documentation/sound/ |
| A D | alsa-configuration.rst | 53 This option takes multiple strings. 206 This module supports multiple cards. 237 This module supports multiple cards. 262 This module supports multiple cards. 420 This module supports multiple cards. 439 This module supports multiple cards. 451 This module supports multiple cards. 461 This module supports multiple cards. 591 This module supports multiple cards. 644 multiple [all …]
|
| /linux/drivers/gpu/drm/amd/display/dc/dml/ |
| A D | dml_inline_defs.h | 131 unsigned int multiple, in dml_round_to_multiple() argument 136 if (multiple == 0) in dml_round_to_multiple() 139 remainder = num % multiple; in dml_round_to_multiple() 145 return (num + multiple - remainder); in dml_round_to_multiple()
|
| /linux/drivers/crypto/nx/ |
| A D | nx-842.c | 177 if (slen % c->multiple) in compress() 178 adj_slen = round_up(slen, c->multiple); in compress() 202 if (dlen % c->multiple) in compress() 203 dlen = round_down(dlen, c->multiple); in compress() 208 dlen = round_down(dlen, c->multiple); in compress() 279 add_header = (p.iremain % c.multiple || in nx842_crypto_compress() 283 p.oremain % c.multiple || in nx842_crypto_compress() 361 if (slen % c->multiple) in decompress() 362 adj_slen = round_up(slen, c->multiple); in decompress() 381 if (dlen % c->multiple) in decompress() [all …]
|
| /linux/Documentation/filesystems/nfs/ |
| 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/drivers/media/rc/img-ir/ |
| A D | img-ir-raw.c | 22 int multiple; in img_ir_refresh_raw() local 26 multiple = ((irq_status & IMG_IR_IRQ_EDGE) == IMG_IR_IRQ_EDGE); in img_ir_refresh_raw() 33 if (multiple && ir_status == raw->last_status) in img_ir_refresh_raw()
|
| /linux/Documentation/vm/ |
| A D | page_frags.rst | 20 and tracks allows multiple calls to make use of a cached page. The 21 advantage to doing this is that multiple calls to get_page can be avoided 40 was implemented. It allows for freeing multiple references from a single 42 cleaning up the multiple references that were added to a page in order to
|
| /linux/Documentation/power/ |
| A 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
|
| /linux/drivers/net/ethernet/freescale/fman/ |
| A D | Kconfig | 24 read or write transactions into multiple smaller transactions 35 buffer in the SG list has data size that is not a multiple 39 stress with multiple ports injecting line-rate traffic.
|
| /linux/drivers/mmc/host/ |
| A D | renesas_sdhi_sys_dmac.c | 162 bool aligned = true, multiple = true; in renesas_sdhi_sys_dmac_start_dma_rx() local 169 multiple = false; in renesas_sdhi_sys_dmac_start_dma_rx() 175 (align & PAGE_MASK))) || !multiple) { in renesas_sdhi_sys_dmac_start_dma_rx() 234 bool aligned = true, multiple = true; in renesas_sdhi_sys_dmac_start_dma_tx() local 241 multiple = false; in renesas_sdhi_sys_dmac_start_dma_tx() 247 (align & PAGE_MASK))) || !multiple) { in renesas_sdhi_sys_dmac_start_dma_tx()
|
| /linux/drivers/thermal/qcom/ |
| A D | Kconfig | 8 up in Sysfs as a thermal zone with multiple trip points. Disabling the 20 device. It shows up as a thermal zone with multiple trip points. 30 PMIC devices. It shows up in sysfs as a thermal sensor with multiple
|
| /linux/Documentation/devicetree/bindings/iommu/ |
| 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 */
|
| A D | msm,iommu-v0.txt | 34 - iommus: A reference to the IOMMU in multiple cells. The first cell is a 37 and multiple contexts in each of the iommu. So multiple entries
|
| /linux/Documentation/devicetree/bindings/soc/fsl/cpm_qe/ |
| 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/devicetree/bindings/sound/ |
| A D | st,stm32-sai.yaml | 143 - description: x8k, SAI parent clock for sampling rates multiple of 8kHz. 144 - description: x11k, SAI parent clock for sampling rates multiple of 11.025kHz. 156 - description: x8k, SAI parent clock for sampling rates multiple of 8kHz. 157 - description: x11k, SAI parent clock for sampling rates multiple of 11.025kHz.
|
| /linux/Documentation/driver-api/ |
| A D | interconnect.rst | 12 latency and priority between multiple interconnected devices or functional 19 components or functional blocks in chipsets. There can be multiple interconnects 60 port. Each interconnect provider consists of multiple interconnect nodes, 70 include multiple master-slave pairs across several interconnect providers.
|
| /linux/Documentation/networking/devlink/ |
| A D | devlink-port.rst | 63 potentially multiple physical, virtual functions and subfunctions. A function 67 A PCI device connected to multiple CPUs or multiple PCI root complexes or a 68 SmartNIC, however, may have multiple controllers. For a device with multiple 70 An eswitch is on the PCI device which supports ports of multiple controllers. 214 - A controller consists of potentially multiple physical functions,
|
| /linux/net/mptcp/ |
| 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/filesystems/ |
| A D | btrfs.rst | 21 * Checksums on data and metadata (multiple algorithms available) 23 * Integrated multiple device support, with several raid algorithms
|
| /linux/Documentation/filesystems/ext4/ |
| 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/devicetree/bindings/power/ |
| A 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.
|
| /linux/Documentation/block/ |
| 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/Documentation/networking/ |
| 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/Documentation/devicetree/bindings/cpufreq/ |
| A D | cpufreq-mediatek-hw.yaml | 15 frequency for multiple clusters. 32 Set const to 1 here for nodes providing multiple
|