| /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/devicetree/bindings/sound/ |
| A 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.
|
| /linux/drivers/gpu/drm/amd/display/dc/dml/ |
| A D | dml_inline_defs.h | 126 unsigned int multiple, in dml_round_to_multiple() argument 131 if (multiple == 0) in dml_round_to_multiple() 134 remainder = num % multiple; in dml_round_to_multiple() 140 return (num + multiple - remainder); in dml_round_to_multiple()
|
| /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/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() 281 add_header = (p.iremain % c.multiple || in nx842_crypto_compress() 285 p.oremain % c.multiple || in nx842_crypto_compress() 363 if (slen % c->multiple) in decompress() 364 adj_slen = round_up(slen, c->multiple); in decompress() 383 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/Documentation/sound/ |
| A D | alsa-configuration.rst | 53 This option takes multiple strings. 219 This module supports multiple cards. 250 This module supports multiple cards. 275 This module supports multiple cards. 433 This module supports multiple cards. 452 This module supports multiple cards. 464 This module supports multiple cards. 474 This module supports multiple cards. 604 This module supports multiple cards. 657 multiple [all …]
|
| /linux/Documentation/filesystems/ |
| 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/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/networking/devlink/ |
| A 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
|
| /linux/Documentation/mm/ |
| 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/microchip/fdma/ |
| A D | Kconfig | 11 Provides the basic FDMA functionality for multiple Microchip 16 DMA engine in multiple microchip switchcores.
|
| /linux/Documentation/devicetree/bindings/net/ |
| A 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
|
| /linux/drivers/net/ethernet/freescale/fman/ |
| 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/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/arch/arm64/boot/dts/qcom/ |
| 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/arch/riscv/ |
| A 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
|
| /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/arch/arm/mach-hpe/ |
| A D | Kconfig | 18 is attached. It has multiple SPI interfaces to connect boot flash and 20 has multiple i2c engines to drive connectivity with a host
|
| /linux/drivers/mmc/host/ |
| A D | renesas_sdhi_sys_dmac.c | 164 bool aligned = true, multiple = true; in renesas_sdhi_sys_dmac_start_dma_rx() local 171 multiple = false; in renesas_sdhi_sys_dmac_start_dma_rx() 177 (align & PAGE_MASK))) || !multiple) { in renesas_sdhi_sys_dmac_start_dma_rx() 236 bool aligned = true, multiple = true; in renesas_sdhi_sys_dmac_start_dma_tx() local 243 multiple = false; in renesas_sdhi_sys_dmac_start_dma_tx() 249 (align & PAGE_MASK))) || !multiple) { in renesas_sdhi_sys_dmac_start_dma_tx()
|
| /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. 138 # Voting for multiple paths is possible by repeating this
|
| /linux/drivers/staging/media/atomisp/ |
| 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/ |
| 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/tools/perf/Documentation/ |
| 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' 165 can be used more than once to specify multiple functions (or glob 172 can be used more than once to specify multiple functions. It will be 180 can be used more than once to specify multiple functions. It will be
|
| /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
|