Home
last modified time | relevance | path

Searched refs:multiple (Results 1 – 25 of 878) sorted by relevance

12345678910>>...36

/Linux-v4.19/sound/pci/ctxfi/
Dxfi.c27 static unsigned int multiple = 2; variable
30 MODULE_PARM_DESC(multiple, "Rate multiplier (default=2)");
31 module_param(multiple, uint, 0444);
86 if ((multiple != 1) && (multiple != 2) && (multiple != 4)) { in ct_card_probe()
88 multiple); in ct_card_probe()
91 multiple = 2; in ct_card_probe()
93 err = ct_atc_create(card, pci, reference_rate, multiple, in ct_card_probe()
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dml/
Ddml_inline_defs.h114 unsigned int multiple, in dml_round_to_multiple() argument
119 if (multiple == 0) in dml_round_to_multiple()
122 remainder = num % multiple; in dml_round_to_multiple()
128 return (num + multiple - remainder); in dml_round_to_multiple()
/Linux-v4.19/Documentation/
Dcrc32.txt6 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 …]
/Linux-v4.19/drivers/crypto/nx/
Dnx-842.c186 if (slen % c->multiple) in compress()
187 adj_slen = round_up(slen, c->multiple); in compress()
211 if (dlen % c->multiple) in compress()
212 dlen = round_down(dlen, c->multiple); in compress()
217 dlen = round_down(dlen, c->multiple); in compress()
288 add_header = (p.iremain % c.multiple || in nx842_crypto_compress()
292 p.oremain % c.multiple || in nx842_crypto_compress()
370 if (slen % c->multiple) in decompress()
371 adj_slen = round_up(slen, c->multiple); in decompress()
390 if (dlen % c->multiple) in decompress()
[all …]
/Linux-v4.19/Documentation/filesystems/nfs/
Dpnfs.txt5 reference multiple devices, each of which can reference multiple data servers.
6 Each data server can be referenced by multiple devices. Each device
7 can be referenced by multiple layouts. To keep all of this straight,
37 justification, but seems reasonable given that we can have multiple
38 deviceid's per filesystem, and multiple filesystems per nfs_client.
/Linux-v4.19/Documentation/sound/
Dalsa-configuration.rst34 specify multiple values for the option separated by commas.
53 This option takes multiple strings.
135 This module supports multiple cards. It does not support autoprobe, so
169 This module supports multiple cards, autoprobe and PnP.
183 This module supports multiple cards. It does not support autoprobe
197 This module supports multiple cards.
219 This module supports multiple cards, autoprobe and PnP.
228 This module supports multiple cards.
241 This module supports multiple cards, autoprobe and PnP.
253 This module supports multiple cards.
[all …]
/Linux-v4.19/drivers/media/rc/img-ir/
Dimg-ir-raw.c26 int multiple; in img_ir_refresh_raw() local
30 multiple = ((irq_status & IMG_IR_IRQ_EDGE) == IMG_IR_IRQ_EDGE); in img_ir_refresh_raw()
37 if (multiple && ir_status == raw->last_status) in img_ir_refresh_raw()
/Linux-v4.19/Documentation/vm/
Dpage_frags.rst20 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-v4.19/Documentation/power/
Dcharger-manager.txt6 and where each battery may have multiple chargers attached and the userland
7 wants to look at the aggregated information of the multiple chargers.
11 represents an independent battery with chargers. If there are multiple
13 the system may need multiple instances of Charger Manager.
20 * Support for multiple chargers (e.g., a device with USB, AC, and solar panels)
21 A system may have multiple chargers (or power sources) and some of
25 aggregates charger-related information from multiple sources and
64 if there are multiple batteries. If there are multiple batteries, the
65 multiple instances of Charger Manager share the same charger_global_desc
/Linux-v4.19/drivers/phy/mediatek/
DKconfig10 it supports multiple usb2.0, usb3.0 ports, PCIe and
23 multiple USB2.0, USB3.1 GEN2 ports.
/Linux-v4.19/Documentation/cpuidle/
Dcore.txt2 Supporting multiple CPU idle levels in kernel
8 Various CPUs today support multiple idle levels that are differentiated
/Linux-v4.19/Documentation/filesystems/
Dbtrfs.txt18 * Checksums on data and metadata (multiple algorithms available)
20 * Integrated multiple device support, with several raid algorithms
/Linux-v4.19/Documentation/devicetree/bindings/iommu/
Dmsm,iommu-v0.txt34 - 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
Diommu.txt22 * 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).
119 /* multiple-master IOMMU */
/Linux-v4.19/Documentation/devicetree/bindings/soc/fsl/cpm_qe/
Dcpm.txt22 * 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-v4.19/drivers/mmc/host/
Drenesas_sdhi_sys_dmac.c198 bool aligned = true, multiple = true; in renesas_sdhi_sys_dmac_start_dma_rx() local
205 multiple = false; in renesas_sdhi_sys_dmac_start_dma_rx()
211 (align & PAGE_MASK))) || !multiple) { in renesas_sdhi_sys_dmac_start_dma_rx()
271 bool aligned = true, multiple = true; in renesas_sdhi_sys_dmac_start_dma_tx() local
278 multiple = false; in renesas_sdhi_sys_dmac_start_dma_tx()
284 (align & PAGE_MASK))) || !multiple) { in renesas_sdhi_sys_dmac_start_dma_tx()
/Linux-v4.19/Documentation/filesystems/ext4/ondisk/
Deainode.rst13 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-v4.19/drivers/gpu/vga/
DKconfig7 hard-decoded addresses as they did on ISA. When multiple PCI devices
18 multiple GPUS. The overhead for each GPU is very small.
/Linux-v4.19/tools/perf/Documentation/
Dperf-ftrace.txt61 this can be used more than once to specify multiple functions
70 This can be used more than once to specify multiple functions.
78 This can be used more than once to specify multiple functions.
/Linux-v4.19/Documentation/devicetree/bindings/memory-controllers/
Dingenic,jz4780-nemc.txt26 Multiple registers can be specified across multiple banks. This is needed,
27 for example, for packaged NAND devices with multiple dies. Such devices
38 If a child node references multiple banks in its "reg" property, the same value
/Linux-v4.19/sound/soc/rockchip/
DKconfig55 tristate "ASoC support multiple codecs for Rockchip RK3288 boards"
67 tristate "ASoC support multiple codecs for Rockchip RK3399 GRU boards"
77 Say Y or M here if you want to add support multiple codecs for SoC
/Linux-v4.19/Documentation/block/
Dstat.txt9 Q. Why are there multiple statistics in a single file? Doesn't sysfs
13 statistics were exported as multiple files containing one statistic
62 waited on this block device. If there are multiple I/O requests waiting,
84 on this block device. If there are multiple I/O requests waiting, this
/Linux-v4.19/Documentation/networking/
Dalias.rst7 IP-aliases are an obsolete way to manage multiple IP-addresses/masks
8 per interface. Newer tools such as iproute2 support multiple
/Linux-v4.19/drivers/staging/android/
DTODO11 - Split /dev/ion up into multiple nodes (e.g. /dev/ion/heap0)
17 waiting threads. We should eventually use multiple queues and select the
/Linux-v4.19/tools/testing/selftests/tc-testing/
DTODO.txt6 - Add support for multiple versions of tc to run successively
29 to automate running multiple "test suites" with different requirements

12345678910>>...36