Searched refs:run_test (Results 1 - 13 of 13) sorted by relevance

/linux-4.1.27/tools/testing/selftests/efivarfs/
H A Defivarfs.sh21 run_test() function
202 run_test test_create
203 run_test test_create_empty
204 run_test test_create_read
205 run_test test_delete
206 run_test test_zero_size_delete
207 run_test test_open_unlink
208 run_test test_valid_filenames
209 run_test test_invalid_filenames
/linux-4.1.27/tools/testing/selftests/powerpc/
H A Dharness.c26 int run_test(int (test_function)(void), char *name) run_test() function
110 rc = run_test(test_function, name); test_harness()
/linux-4.1.27/tools/testing/selftests/powerpc/mm/
H A Dsubpage_prot.c93 static int run_test(void *addr, unsigned long size) run_test() function
170 return run_test(mallocblock, mallocsize); test_anon()
205 return run_test(fileblock, filesize); test_file()
/linux-4.1.27/tools/testing/selftests/ftrace/
H A Dftracetest231 run_test() { # testfile function
257 run_test $t
/linux-4.1.27/drivers/video/fbdev/omap/
H A Domapfb.h101 int (*run_test) (struct lcd_panel *panel, int test_num); member in struct:lcd_panel
187 int (*run_test) (int test_num); member in struct:lcd_ctrl
H A Domapfb_main.c1205 if (!fbdev->panel->run_test) { omapfb_ioctl()
1209 r = fbdev->panel->run_test(fbdev->panel, test_num); omapfb_ioctl()
1220 if (!fbdev->ctrl->run_test) { omapfb_ioctl()
1224 r = fbdev->ctrl->run_test(test_num); omapfb_ioctl()
H A Dlcd_mipid.c528 .run_test = mipid_run_test,
/linux-4.1.27/tools/perf/tests/
H A Dbuiltin-test.c202 static int run_test(struct test *test) run_test() function
260 err = run_test(&tests[curr]); __cmd_test()
/linux-4.1.27/tools/virtio/
H A Dvirtio_test.c153 static void run_test(struct vdev_info *dev, struct vq_info *vq, run_test() function
300 run_test(&dev, &dev.vqs[0], delayed, 0x100000); main()
/linux-4.1.27/drivers/video/fbdev/omap2/omapfb/
H A Domapfb-ioctl.c809 if (!display || !display->driver->run_test) { omapfb_ioctl()
814 r = display->driver->run_test(display, p.test_num); omapfb_ioctl()
824 if (!display || !display->driver->run_test) { omapfb_ioctl()
829 r = display->driver->run_test(display, p.test_num); omapfb_ioctl()
/linux-4.1.27/drivers/misc/
H A Dkgdbts.c183 int (*run_test) (int, int); member in struct:test_state
828 ts.run_test = run_simple_test; init_simple_test()
1120 if (ts.run_test) kgdbts_get_char()
1121 val = ts.run_test(1, 0); kgdbts_get_char()
1128 if (ts.run_test) kgdbts_put_char()
1129 ts.run_test(0, chr); kgdbts_put_char()
/linux-4.1.27/tools/testing/ktest/
H A Dktest.pl151 my $run_test;
257 "TEST" => \$run_test,
2547 run_command $run_test, $testlog or $failed = 1;
2570 doprint "run test $run_test\n";
2856 if ($type eq "test" && !defined($run_test)) {
3399 if ($type eq "test" && !defined($run_test)) {
4356 if (!$failed && $test_type ne "boot" && defined($run_test)) {
/linux-4.1.27/include/video/
H A Domapdss.h802 int (*run_test)(struct omap_dss_device *display, int test); member in struct:omap_dss_driver

Completed in 469 milliseconds