Home
last modified time | relevance | path

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

12

/linux/fs/fat/
A Dfat_test.c135 struct fat_timestamp_testcase *testcase = in fat_time_fat2unix_test() local
142 testcase->time, in fat_time_fat2unix_test()
143 testcase->date, in fat_time_fat2unix_test()
144 testcase->cs); in fat_time_fat2unix_test()
146 testcase->ts.tv_sec, in fat_time_fat2unix_test()
150 testcase->ts.tv_nsec, in fat_time_fat2unix_test()
160 struct fat_timestamp_testcase *testcase = in fat_time_unix2fat_test() local
166 fat_time_unix2fat(&fake_sb, &testcase->ts, in fat_time_unix2fat_test()
169 le16_to_cpu(testcase->time), in fat_time_unix2fat_test()
173 le16_to_cpu(testcase->date), in fat_time_unix2fat_test()
[all …]
/linux/drivers/of/unittest-data/
A Dtestcases.dts9 * testcase data that intentionally results in an error is located here
13 testcase-data {
14 testcase-device2 {
15 compatible = "testcase-device";
A Dtests-phandle.dtsi5 testcase-alias = &testcase;
8 testcase: testcase-data { label
A Dtests-interrupts.dtsi4 testcase-data {
78 testcase-device1 {
79 compatible = "testcase-device";
85 * testcase data that intentionally results in an error is
A Doverlay_common.dtsi7 * Do not add any nodes other than "/testcase-data-2" in node "/".
13 testcase-data-2 {
A Doverlay_0.dts9 target-path = "/testcase-data/overlay-node/test-bus/test-unittest0";
A Doverlay_1.dts9 target-path = "/testcase-data/overlay-node/test-bus/test-unittest1";
A Doverlay_12.dts9 target-path = "/testcase-data/overlay-node/test-bus/i2c-test-bus/test-unittest12";
A Doverlay_13.dts9 target-path = "/testcase-data/overlay-node/test-bus/i2c-test-bus/test-unittest13";
A Dtestcases_common.dtsi4 testcase-data {
A Dtests-match.dtsi4 testcase-data {
A Dtests-platform.dtsi4 testcase-data {
A Doverlay_bad_add_dup_node.dts7 * /testcase-data-2/substation@100/motor-1
A Dtests-address.dtsi7 testcase-data {
A Doverlay_bad_add_dup_prop.dts7 * /testcase-data-2/substation@100/motor-1/electric
A Dtests-overlay.dtsi4 testcase-data {
/linux/tools/testing/selftests/vm/
A 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/tools/testing/selftests/powerpc/stringloops/
A Dmemcmp.c74 static int testcase(bool islarge) in testcase() function
160 testcase(0); in testcases()
161 testcase(1); in testcases()
A Dstrlen.c51 static int testcase(void) in testcase() function
126 return test_harness(testcase, "strlen"); in main()
/linux/drivers/dma/xilinx/
A Dxilinx_dpdma.c284 enum xilinx_dpdma_testcases testcase; member
307 dpdma_debugfs.testcase = DPDMA_TC_NONE; in xilinx_dpdma_debugfs_desc_done_irq_read()
339 dpdma_debugfs.testcase = DPDMA_TC_INTR_DONE; in xilinx_dpdma_debugfs_desc_done_irq_write()
359 enum xilinx_dpdma_testcases testcase; in xilinx_dpdma_debugfs_read() local
368 dpdma_debugfs.testcase = DPDMA_TC_NONE; in xilinx_dpdma_debugfs_read()
372 testcase = READ_ONCE(dpdma_debugfs.testcase); in xilinx_dpdma_debugfs_read()
373 if (testcase != DPDMA_TC_NONE) { in xilinx_dpdma_debugfs_read()
400 char *testcase; in xilinx_dpdma_debugfs_write() local
408 if (dpdma_debugfs.testcase != DPDMA_TC_NONE) in xilinx_dpdma_debugfs_write()
421 testcase = strsep(&kern_buff, " "); in xilinx_dpdma_debugfs_write()
[all …]
/linux/tools/testing/selftests/net/
A 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/Documentation/devicetree/
A 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/tools/perf/tests/
A Dbackward-ring-buffer.c20 static void testcase(void) in testcase() function
76 testcase(); in do_test()
/linux/tools/testing/selftests/ftrace/
A Dftracetest264 testcase() { # testfile function
373 testcase $1
/linux/Documentation/i2c/
A Dslave-testunit-backend.rst26 written to start a testcase, i.e. you usually write 4 bytes to the device. The
82 I2C_M_RECV_LEN flag of an i2c_msg. This is a good testcase for it. The returned

Completed in 41 milliseconds

12