Home
last modified time | relevance | path

Searched refs:test_num (Results 1 – 10 of 10) sorted by relevance

/linux-4.4.14/drivers/video/fbdev/omap/
Domapfb.h101 int (*run_test) (struct lcd_panel *panel, int test_num);
187 int (*run_test) (int test_num);
Dlcd_mipid.c285 static int mipid_run_test(struct lcd_panel *panel, int test_num) in mipid_run_test() argument
293 if (test_num != MIPID_TEST_RGB_LINES) in mipid_run_test()
Domapfb_main.c1194 int test_num; in omapfb_ioctl() local
1196 if (get_user(test_num, (int __user *)arg)) { in omapfb_ioctl()
1204 r = fbdev->panel->run_test(fbdev->panel, test_num); in omapfb_ioctl()
1209 int test_num; in omapfb_ioctl() local
1211 if (get_user(test_num, (int __user *)arg)) { in omapfb_ioctl()
1219 r = fbdev->ctrl->run_test(test_num); in omapfb_ioctl()
/linux-4.4.14/tools/testing/ktest/
Dktest.pl902 my $test_num = $$current_test_num;
937 $old_test_num = $test_num;
940 $test_num += $repeat;
984 $repeat_tests{"$test_num"} = $repeat;
999 $test_num = $old_test_num;
1054 if (__read_config($file, \$test_num)) {
1068 my $val = "$lvalue\[$test_num\]";
1087 if ($test_num) {
1099 my $val = "$lvalue\[$test_num\]";
1127 if ($test_num) {
[all …]
/linux-4.4.14/drivers/video/fbdev/omap2/omapfb/
Domapfb-ioctl.c599 int test_num; in omapfb_ioctl() member
805 if (get_user(p.test_num, (int __user *)arg)) { in omapfb_ioctl()
814 r = display->driver->run_test(display, p.test_num); in omapfb_ioctl()
820 if (get_user(p.test_num, (int __user *)arg)) { in omapfb_ioctl()
829 r = display->driver->run_test(display, p.test_num); in omapfb_ioctl()
/linux-4.4.14/tools/usb/
Dtestusb.c57 unsigned test_num; /* 0..(TEST_CASES-1) */ member
319 dev->param.test_num = i; in handle_testdev()
/linux-4.4.14/drivers/pci/hotplug/
Dcpqphp.h424 int cpqhp_hardware_test(struct controller *ctrl, int test_num);
Dcpqphp_ctrl.c2183 int cpqhp_hardware_test(struct controller *ctrl, int test_num) in cpqhp_hardware_test() argument
2192 switch (test_num) { in cpqhp_hardware_test()
/linux-4.4.14/tools/lib/traceevent/
Dparse-filter.c1823 static int test_num(struct event_format *event, struct filter_arg *arg, in test_num() function
1978 return test_num(event, arg, record, err); in test_filter()
/linux-4.4.14/drivers/usb/misc/
Dusbtest.c27 unsigned test_num; /* 0..(TEST_CASES-1) */ member
2139 switch (param->test_num) { in usbtest_ioctl()