Lines Matching refs:module
6 This small document introduces how to test DMA drivers using dmatest module.
8 Part 1 - How to build the test module
14 be built as module or inside kernel. Let's consider those cases.
16 Part 2 - When dmatest is built as a module...
23 % echo dma0chan0 > /sys/module/dmatest/parameters/channel
24 % echo 2000 > /sys/module/dmatest/parameters/timeout
25 % echo 1 > /sys/module/dmatest/parameters/iterations
26 % echo 1 > /sys/module/dmatest/parameters/run
43 % cat /sys/module/dmatest/parameters/run
46 the wait parameter. Specifying 'wait=1' when loading the module causes module
48 /sys/module/dmatest/parameters/wait waits for any running test to complete
58 % cat /sys/module/dmatest/parameters/wait
63 The module parameters that is supplied to the kernel command line will be used
66 section "Part 2 - When dmatest is built as a module..."
68 In both cases the module parameters are used as the actual values for the test
70 % grep -H . /sys/module/dmatest/parameters/*