Searched refs:testcase (Results 1 – 13 of 13) sorted by relevance
/linux-4.4.14/drivers/of/unittest-data/ |
D | tests-overlay.dtsi | 3 testcase-data { 119 target-path = "/testcase-data/overlay-node/test-bus/test-unittest0"; 129 target-path = "/testcase-data/overlay-node/test-bus/test-unittest1"; 178 target-path = "/testcase-data/overlay-node/test-bus/test-unittest5"; 188 target-path = "/testcase-data/overlay-node/test-bus/test-unittest6"; 196 target-path = "/testcase-data/overlay-node/test-bus/test-unittest7"; 206 target-path = "/testcase-data/overlay-node/test-bus/test-unittest8"; 214 target-path = "/testcase-data/overlay-node/test-bus/test-unittest8"; 223 target-path = "/testcase-data/overlay-node/test-bus"; 251 target-path = "/testcase-data/overlay-node/test-bus"; [all …]
|
D | tests-interrupts.dtsi | 3 testcase-data { 58 testcase-device1 { 59 compatible = "testcase-device"; 64 testcase-device2 { 65 compatible = "testcase-device";
|
D | tests-phandle.dtsi | 4 testcase-alias = &testcase; 7 testcase: testcase-data { label
|
D | testcases.dts | 3 testcase-data { 27 testcase-data { 57 testcase-device1 { 60 testcase-device2 {
|
D | tests-platform.dtsi | 3 testcase-data {
|
D | tests-match.dtsi | 3 testcase-data {
|
/linux-4.4.14/tools/testing/selftests/powerpc/stringloops/ |
D | memcmp.c | 41 static int testcase(void) in testcase() function 102 return test_harness(testcase, "memcmp"); in main()
|
/linux-4.4.14/tools/testing/selftests/ftrace/ |
D | ftracetest | 142 testcase() { # testfile function 234 testcase $1
|
D | README | 26 Copy test.d/template to your testcase (whose filename must have *.tc
|
/linux-4.4.14/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-4.4.14/drivers/mmc/card/ |
D | mmc_test.c | 116 int testcase; member 2614 static void mmc_test_run(struct mmc_test_card *test, int testcase) in mmc_test_run() argument 2626 if (testcase && ((i + 1) != testcase)) in mmc_test_run() 2651 gr->testcase = i; in mmc_test_run() 2748 seq_printf(sf, "Test %d: %d\n", gr->testcase + 1, gr->result); in mtf_test_show() 2775 long testcase; local 2778 ret = kstrtol_from_user(buf, count, 10, &testcase); 2805 mmc_test_run(test, testcase);
|
/linux-4.4.14/scripts/ |
D | Makefile.lib | 165 -I$(srctree)/drivers/of/testcase-data \
|
/linux-4.4.14/arch/x86/ |
D | Kconfig.debug | 109 This option enables a testcase for the DEBUG_RODATA 156 This option enables a testcase for the CPU NX capability
|