Home
last modified time | relevance | path

Searched refs:testcase (Results 1 – 25 of 28) sorted by relevance

12

/Linux-v5.10/drivers/of/unittest-data/
Dtests-interrupts.dtsi4 testcase-data {
59 testcase-device1 {
60 compatible = "testcase-device";
65 testcase-device2 {
66 compatible = "testcase-device";
Dtests-phandle.dtsi5 testcase-alias = &testcase;
8 testcase: testcase-data { label
Doverlay_base.dts9 * Do not add any nodes other than "/testcase-data-2" in node "/".
15 testcase-data-2 {
Doverlay_0.dts9 target-path = "/testcase-data/overlay-node/test-bus/test-unittest0";
Doverlay_1.dts9 target-path = "/testcase-data/overlay-node/test-bus/test-unittest1";
Doverlay_12.dts9 target-path = "/testcase-data/overlay-node/test-bus/i2c-test-bus/test-unittest12";
Doverlay_13.dts9 target-path = "/testcase-data/overlay-node/test-bus/i2c-test-bus/test-unittest13";
Dtestcases.dts6 testcase-data {
Dtests-match.dtsi4 testcase-data {
Dtests-platform.dtsi4 testcase-data {
Doverlay_bad_add_dup_node.dts7 * /testcase-data-2/substation@100/motor-1
Dtests-address.dtsi7 testcase-data {
Doverlay_bad_add_dup_prop.dts7 * /testcase-data-2/substation@100/motor-1/electric
Dtests-overlay.dtsi4 testcase-data {
/Linux-v5.10/tools/testing/selftests/vm/
Dva_128TBswitch.c33 struct testcase { struct
42 static struct testcase testcases[] = { argument
167 static struct testcase hugetlb_testcases[] = {
231 static int run_test(struct testcase *test, int count) in run_test()
237 struct testcase *t = test + i; in run_test()
/Linux-v5.10/tools/testing/selftests/powerpc/stringloops/
Dmemcmp.c74 static int testcase(bool islarge) in testcase() function
160 testcase(0); in testcases()
161 testcase(1); in testcases()
Dstrlen.c51 static int testcase(void) in testcase() function
126 return test_harness(testcase, "strlen"); in main()
/Linux-v5.10/drivers/dma/xilinx/
Dxilinx_dpdma.c286 enum xilinx_dpdma_testcases testcase; member
309 dpdma_debugfs.testcase = DPDMA_TC_NONE; in xilinx_dpdma_debugfs_desc_done_irq_read()
341 dpdma_debugfs.testcase = DPDMA_TC_INTR_DONE; in xilinx_dpdma_debugfs_desc_done_irq_write()
361 enum xilinx_dpdma_testcases testcase; in xilinx_dpdma_debugfs_read() local
370 dpdma_debugfs.testcase = DPDMA_TC_NONE; in xilinx_dpdma_debugfs_read()
374 testcase = READ_ONCE(dpdma_debugfs.testcase); in xilinx_dpdma_debugfs_read()
375 if (testcase != DPDMA_TC_NONE) { in xilinx_dpdma_debugfs_read()
376 ret = dpdma_debugfs_reqs[testcase].read(kern_buff); in xilinx_dpdma_debugfs_read()
402 char *testcase; in xilinx_dpdma_debugfs_write() local
410 if (dpdma_debugfs.testcase != DPDMA_TC_NONE) in xilinx_dpdma_debugfs_write()
[all …]
/Linux-v5.10/tools/perf/tests/
Dbackward-ring-buffer.c20 static void testcase(void) in testcase() function
76 testcase(); in do_test()
/Linux-v5.10/Documentation/devicetree/
Dof_unittest.rst127 testcase-data
142 replaces the current child and turns it into its sibling. So, when the testcase
148 testcase-data -> child1 -> sibling2 -> sibling3 -> sibling4 -> null
170 testcase-data -> child1 -> sibling2 -> sibling3 -> sibling4 -> null
179 Figure 3: Live device tree structure after attaching the testcase-data.
/Linux-v5.10/tools/testing/selftests/net/
Dudpgso.c64 struct testcase { struct
75 struct testcase testcases_v4[] = { argument
178 struct testcase testcases_v6[] = {
505 static void run_one(struct testcase *test, int fdt, int fdr, in run_one()
559 struct testcase *tests, *test; in run_all()
/Linux-v5.10/tools/testing/selftests/ftrace/
Dftracetest264 testcase() { # testfile function
373 testcase $1
DREADME26 Copy test.d/template to your testcase (whose filename must have *.tc
/Linux-v5.10/tools/testing/selftests/tc-testing/
DTODO.txt25 - a TestCase class, for easier testcase handling, searching, comparison
/Linux-v5.10/drivers/mmc/core/
Dmmc_test.c118 int testcase; member
2951 static void mmc_test_run(struct mmc_test_card *test, int testcase) in mmc_test_run() argument
2963 if (testcase && ((i + 1) != testcase)) in mmc_test_run()
2986 gr->testcase = i; in mmc_test_run()
3080 seq_printf(sf, "Test %d: %d\n", gr->testcase + 1, gr->result); in mtf_test_show()
3106 long testcase; local
3109 ret = kstrtol_from_user(buf, count, 10, &testcase);
3136 mmc_test_run(test, testcase);

12