Searched defs:test_num (Results 1 - 6 of 6) sorted by relevance

/drivers/video/omap2/omapfb/
H A Domapfb-ioctl.c611 int test_num; member in union:__anon5882
810 if (get_user(p.test_num, (int __user *)arg)) {
819 r = display->driver->run_test(display, p.test_num);
825 if (get_user(p.test_num, (int __user *)arg)) {
834 r = display->driver->run_test(display, p.test_num);
/drivers/video/omap/
H A Dlcd_mipid.c285 static int mipid_run_test(struct lcd_panel *panel, int test_num) argument
293 if (test_num != MIPID_TEST_RGB_LINES)
H A Domapfb_main.c1206 int test_num; local
1208 if (get_user(test_num, (int __user *)arg)) {
1216 r = fbdev->panel->run_test(fbdev->panel, test_num);
1221 int test_num; local
1223 if (get_user(test_num, (int __user *)arg)) {
1231 r = fbdev->ctrl->run_test(test_num);
/drivers/pci/hotplug/
H A Dcpqphp_ctrl.c2184 * @test_num: the number written to the "test" file in sysfs.
2188 int cpqhp_hardware_test(struct controller *ctrl, int test_num) argument
2197 switch (test_num) {
/drivers/usb/misc/
H A Dusbtest.c19 unsigned test_num; /* 0..(TEST_CASES-1) */ member in struct:usbtest_param
1837 switch (param->test_num) {
/drivers/video/omap2/displays/
H A Dpanel-taal.c1647 static int taal_run_test(struct omap_dss_device *dssdev, int test_num) argument

Completed in 140 milliseconds