Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/Documentation/driver-api/dmaengine/
H A Ddmatest.rst7 This small document introduces how to test DMA drivers using dmatest module.
25 In the configuration file the option called CONFIG_DMATEST. The dmatest could
28 Part 2 - When dmatest is built as a module
33 % modprobe dmatest timeout=2000 iterations=1 channel=dma0chan0 run=1
37 % modprobe dmatest
38 % echo 2000 > /sys/module/dmatest/parameters/timeout
39 % echo 1 > /sys/module/dmatest/parameters/iterations
40 % echo dma0chan0 > /sys/module/dmatest/parameters/channel
41 % echo 1 > /sys/module/dmatest/parameters/run
45 dmatest.timeout=2000 dmatest.iterations=1 dmatest.channel=dma0chan0 dmatest.run=1
[all …]
H A Dindex.rst33 This book introduces how to test DMA drivers using dmatest module.
38 dmatest
H A Dprovider.rst252 - At this point, this is incompatible with polling option for dmatest.
/OK3568_Linux_fs/kernel/drivers/pci/controller/dwc/
H A Dpcie-dw-dmatest.c352 module_param_cb(dmatest, &pcie_dw_dmatest_ops, &pcie_dw_dmatest, 0644);
353 MODULE_PARM_DESC(dmatest, "test rockchip pcie dma module");
H A DMakefile24 obj-$(CONFIG_PCIE_DW_DMATEST) += pcie-dw-dmatest.o
/OK3568_Linux_fs/kernel/drivers/dma/
H A Ddmatest.c48 static unsigned int dmatest; variable
49 module_param(dmatest, uint, S_IRUGO | S_IWUSR);
50 MODULE_PARM_DESC(dmatest,
1028 if (dmatest == 0) { in dmatest_add_channel()
1035 if (dmatest == 1) { in dmatest_add_channel()
H A DMakefile13 obj-$(CONFIG_DMATEST) += dmatest.o
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_exynosauto622 # required by dmatest.ko
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Ddma-api.rst651 Pid: 0, comm: swapper Tainted: G W 2.6.28-dmatest-09289-g8bb99c0 #1