/Linux-v4.19/drivers/of/unittest-data/ |
D | tests-interrupts.dtsi | 4 testcase-data { 59 testcase-device1 { 60 compatible = "testcase-device"; 65 testcase-device2 { 66 compatible = "testcase-device";
|
D | tests-phandle.dtsi | 5 testcase-alias = &testcase; 8 testcase: testcase-data { label
|
D | overlay_base.dts | 9 * Do not add any nodes other than "/testcase-data-2" in node "/". 15 testcase-data-2 {
|
D | overlay_0.dts | 9 target-path = "/testcase-data/overlay-node/test-bus/test-unittest0";
|
D | overlay_1.dts | 9 target-path = "/testcase-data/overlay-node/test-bus/test-unittest1";
|
D | overlay_12.dts | 9 target-path = "/testcase-data/overlay-node/test-bus/i2c-test-bus/test-unittest12";
|
D | overlay_13.dts | 9 target-path = "/testcase-data/overlay-node/test-bus/i2c-test-bus/test-unittest13";
|
D | testcases.dts | 6 testcase-data {
|
D | tests-match.dtsi | 4 testcase-data {
|
D | tests-platform.dtsi | 4 testcase-data {
|
D | tests-overlay.dtsi | 4 testcase-data {
|
/Linux-v4.19/tools/testing/selftests/vm/ |
D | va_128TBswitch.c | 41 struct testcase { struct 50 static struct testcase testcases[] = { argument 175 static struct testcase hugetlb_testcases[] = { 239 static int run_test(struct testcase *test, int count) in run_test() 245 struct testcase *t = test + i; in run_test()
|
/Linux-v4.19/tools/testing/selftests/powerpc/stringloops/ |
D | memcmp.c | 69 static int testcase(bool islarge) in testcase() function 150 testcase(0); in testcases() 151 testcase(1); in testcases()
|
D | strlen.c | 51 static int testcase(void) in testcase() function 126 return test_harness(testcase, "strlen"); in main()
|
/Linux-v4.19/tools/perf/tests/ |
D | backward-ring-buffer.c | 16 static void testcase(void) in testcase() function 72 testcase(); in do_test()
|
/Linux-v4.19/Documentation/devicetree/ |
D | of_unittest.txt | 120 testcase-data 135 replaces the current child and turns it into its sibling. So, when the testcase 141 testcase-data -> child1 -> sibling2 -> sibling3 -> sibling4 -> null 163 testcase-data -> child1 -> sibling2 -> sibling3 -> sibling4 -> null 172 Figure 3: Live device tree structure after attaching the testcase-data.
|
/Linux-v4.19/tools/testing/selftests/net/ |
D | udpgso.c | 65 struct testcase { struct 76 struct testcase testcases_v4[] = { argument 183 struct testcase testcases_v6[] = { 513 static void run_one(struct testcase *test, int fdt, int fdr, in run_one() 567 struct testcase *tests, *test; in run_all()
|
/Linux-v4.19/tools/testing/selftests/ftrace/ |
D | ftracetest | 170 testcase() { # testfile function 278 testcase $1
|
D | README | 26 Copy test.d/template to your testcase (whose filename must have *.tc
|
/Linux-v4.19/tools/testing/selftests/tc-testing/ |
D | TODO.txt | 25 - a TestCase class, for easier testcase handling, searching, comparison
|
/Linux-v4.19/drivers/mmc/core/ |
D | mmc_test.c | 120 int testcase; member 2927 static void mmc_test_run(struct mmc_test_card *test, int testcase) in mmc_test_run() argument 2939 if (testcase && ((i + 1) != testcase)) in mmc_test_run() 2962 gr->testcase = i; in mmc_test_run() 3056 seq_printf(sf, "Test %d: %d\n", gr->testcase + 1, gr->result); in mtf_test_show() 3082 long testcase; local 3085 ret = kstrtol_from_user(buf, count, 10, &testcase); 3112 mmc_test_run(test, testcase);
|
/Linux-v4.19/mm/ |
D | Kconfig.debug | 96 This option enables a testcase for the setting rodata read-only.
|