Home
last modified time | relevance | path

Searched refs:dmatest (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/Documentation/driver-api/dmaengine/
Ddmatest.rst7 This small document introduces how to test DMA drivers using dmatest module.
9 The dmatest module tests DMA memcpy, memset, XOR and RAID6 P+Q operations using
15 The dmatest module can be configured to test a specific channel. It can also
35 In the configuration file the option called CONFIG_DMATEST. The dmatest could
38 Part 2 - When dmatest is built as a module
43 % modprobe dmatest timeout=2000 iterations=1 channel=dma0chan0 run=1
47 % modprobe dmatest
48 % echo 2000 > /sys/module/dmatest/parameters/timeout
49 % echo 1 > /sys/module/dmatest/parameters/iterations
50 % echo dma0chan0 > /sys/module/dmatest/parameters/channel
[all …]
Dindex.rst33 This book introduces how to test DMA drivers using dmatest module.
38 dmatest
Dprovider.rst271 - At this point, this is incompatible with polling option for dmatest.
/linux-6.1.9/drivers/dma/
Ddmatest.c47 static unsigned int dmatest; variable
48 module_param(dmatest, uint, 0644);
49 MODULE_PARM_DESC(dmatest,
1030 if (dmatest == 0) { in dmatest_add_channel()
1037 if (dmatest == 1) { in dmatest_add_channel()
DMakefile13 obj-$(CONFIG_DMATEST) += dmatest.o
/linux-6.1.9/Documentation/core-api/
Ddma-api.rst734 Pid: 0, comm: swapper Tainted: G W 2.6.28-dmatest-09289-g8bb99c0 #1